From 5129df5fa761c210d9afe101feaa155fcecf3744 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 25 Sep 2023 08:03:40 +0000 Subject: [PATCH] chore(deps): update taiga-ui --- package-lock.json | 46 +++++++++------------------------------------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 39 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85a01ab12..2e491e764 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,10 +33,10 @@ "@nrwl/web": "13.4.2", "@nrwl/workspace": "13.1.4", "@taiga-ui/commitlint-config": "0.2.1", - "@taiga-ui/cspell-config": "0.9.0", + "@taiga-ui/cspell-config": "0.10.0", "@taiga-ui/eslint-plugin-experience": "0.7.2", "@taiga-ui/prettier-config": "0.3.0", - "@taiga-ui/stylelint-config": "0.4.0", + "@taiga-ui/stylelint-config": "0.5.0", "@tinkoff/eslint-config": "1.52.1", "@tinkoff/eslint-config-react": "1.52.1", "@types/estree": "0.0.52", @@ -15853,9 +15853,9 @@ } }, "node_modules/@taiga-ui/cspell-config": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/cspell-config/-/cspell-config-0.9.0.tgz", - "integrity": "sha512-CrkA3o3AbOaYESs+5HozMl7hZrx8/neGyr73p1DE5ltPzjRZQJAcMS5hG9G7/6NEUVG5T4fG5t/sKY/GrKN3YQ==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/cspell-config/-/cspell-config-0.10.0.tgz", + "integrity": "sha512-o1fdIJBOjGPzwYU7c+/VjxgUhWlruJozLGpIvLRATXP3LAnrvFS0Qp00zR9zLHjtwPH2ggEtSERgINsYRGg6uw==", "dev": true, "dependencies": { "@cspell/dict-ar": "1.1.0", @@ -15986,12 +15986,12 @@ } }, "node_modules/@taiga-ui/stylelint-config": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/stylelint-config/-/stylelint-config-0.4.0.tgz", - "integrity": "sha512-c8fNYaNniI/0yNEW994vUMX67AkZ+rk89axhXeOasyz//FkQ3hXxIUZjRFlia4k+22C3r+A2A6XyS5eEKOy77g==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/stylelint-config/-/stylelint-config-0.5.0.tgz", + "integrity": "sha512-ssdrWQqcam4CnNOC4S4bsRUuxmqfWySp8eujnlKB9JsMeb+dg3ydmh5pI2O6BiqGrE0v4g8Q2z1Qi2WmNyfkOg==", "dev": true, "dependencies": { - "postcss": "8.4.29", + "postcss": "8.4.30", "postcss-less": "6.0.0", "stylelint-config-prettier": "9.0.5", "stylelint-config-standard": "34.0.0", @@ -16002,34 +16002,6 @@ "stylelint": "*" } }, - "node_modules/@taiga-ui/stylelint-config/node_modules/postcss": { - "version": "8.4.29", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.29.tgz", - "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "nanoid": "^3.3.6", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, "node_modules/@taiga-ui/styles": { "version": "3.45.0", "resolved": "https://registry.npmjs.org/@taiga-ui/styles/-/styles-3.45.0.tgz", diff --git a/package.json b/package.json index ab242967d..ebf715562 100644 --- a/package.json +++ b/package.json @@ -99,10 +99,10 @@ "@nrwl/web": "13.4.2", "@nrwl/workspace": "13.1.4", "@taiga-ui/commitlint-config": "0.2.1", - "@taiga-ui/cspell-config": "0.9.0", + "@taiga-ui/cspell-config": "0.10.0", "@taiga-ui/eslint-plugin-experience": "0.7.2", "@taiga-ui/prettier-config": "0.3.0", - "@taiga-ui/stylelint-config": "0.4.0", + "@taiga-ui/stylelint-config": "0.5.0", "@tinkoff/eslint-config": "1.52.1", "@tinkoff/eslint-config-react": "1.52.1", "@types/estree": "0.0.52",