From b900ea6cf8286c6ebc22589234bc4892bf727246 Mon Sep 17 00:00:00 2001 From: null Date: Wed, 24 Jan 2024 00:46:47 +0000 Subject: [PATCH] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.47.2 --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5354d291..1d5edf37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@taiga-ui/cdk": "3.63.0", "@taiga-ui/commitlint-config": "0.5.2", "@taiga-ui/core": "3.63.0", - "@taiga-ui/eslint-plugin-experience": "0.47.1", + "@taiga-ui/eslint-plugin-experience": "0.47.2", "@taiga-ui/icons": "3.63.0", "@taiga-ui/kit": "3.63.0", "@taiga-ui/prettier-config": "0.7.0", @@ -3165,18 +3165,18 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.22.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.22.0.tgz", - "integrity": "sha512-6Q3uW5XeVmUGwH2t5lmt0q51x7dNiaV1GuYReuHOPn01tSn9vJ5OKs71t+OsQzhg+hUqpVrmBizkBJZkcpX/sA==", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.23.0.tgz", + "integrity": "sha512-GGu3q/4mIQ6sjPEGFZoTVRIgQqN/et2nZKA/6dpTyW6TIePfWOyFw3k6oxnkX2ibPOsaWgftTJgksLAJn3Ps+Q==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@html-eslint/parser": { - "version": "0.22.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.22.0.tgz", - "integrity": "sha512-1XNYNgysZJfpLEYx+ao4I67F5+8gQDQbBt38/Ylcn5L8ij5xHfRDWvOIBvejqEgNQRRzM5s7UOhPSj+02YtMsQ==", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.23.0.tgz", + "integrity": "sha512-mZTxkgN8WzoLtIo0U8BKlm3y/D9pGlXuALqEaliDPah6wGo+LkTUOfxQklmuAP2N66e5ORCjdAo4PpakEcCUUg==", "dev": true, "dependencies": { "es-html-parser": "^0.0.9" @@ -6241,9 +6241,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.47.1", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.47.1.tgz", - "integrity": "sha512-Di6lS1QeH4CvaJORt9XqTqt07IZNnZE9pPLMs6kwHkFlhTlyzeDiqoTqXyPZVks+9N8QI9dImNC7m8vGiyxS0w==", + "version": "0.47.2", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.47.2.tgz", + "integrity": "sha512-l8YW9Zu2YdqoPHKPbcsytW/Xk6CGsQGTtEK0o5rTTYDDeONOr7Gwu8G5U2T+jyBV/LMGF2+5+pcy0VCNYhfbKA==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.2.1", @@ -6251,8 +6251,8 @@ "@angular-eslint/template-parser": "17.2.1", "@babel/eslint-parser": "7.23.3", "@babel/eslint-plugin": "7.23.5", - "@html-eslint/eslint-plugin": "0.22.0", - "@html-eslint/parser": "0.22.0", + "@html-eslint/eslint-plugin": "0.23.0", + "@html-eslint/parser": "0.23.0", "@typescript-eslint/eslint-plugin": "6.12.0", "@typescript-eslint/parser": "6.12.0", "@typescript-eslint/types": "6.14.0", diff --git a/package.json b/package.json index f0f97f51..1e0108d1 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@taiga-ui/cdk": "3.63.0", "@taiga-ui/commitlint-config": "0.5.2", "@taiga-ui/core": "3.63.0", - "@taiga-ui/eslint-plugin-experience": "0.47.1", + "@taiga-ui/eslint-plugin-experience": "0.47.2", "@taiga-ui/icons": "3.63.0", "@taiga-ui/kit": "3.63.0", "@taiga-ui/prettier-config": "0.7.0",