From b06a9316a5cfbbc9f7268f1da782dddce23ec4e1 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Fri, 10 Nov 2023 19:24:02 +0300 Subject: [PATCH] chore(deps): update taiga-ui (#22) --- package-lock.json | 33 +++++++++++++++++---------------- package.json | 6 +++--- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77ff12db..43075083 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,15 +36,16 @@ "@taiga-ui/addon-mobile": "3.53.0", "@taiga-ui/browserslist-config": "0.3.0", "@taiga-ui/cdk": "3.53.0", - "@taiga-ui/commitlint-config": "0.3.3", + "@taiga-ui/commitlint-config": "0.3.4", "@taiga-ui/core": "3.53.0", - "@taiga-ui/eslint-plugin-experience": "0.19.2", + "@taiga-ui/eslint-plugin-experience": "0.19.4", "@taiga-ui/icons": "3.53.0", "@taiga-ui/kit": "3.53.0", "@taiga-ui/prettier-config": "0.4.1", "@taiga-ui/stylelint-config": "0.6.0", "@taiga-ui/styles": "3.53.0", - "@taiga-ui/tsconfig": "0.3.1", + "@taiga-ui/tsconfig": "0.4.0", + "@tinkoff/ng-event-plugins": "3.1.0", "@types/minimatch": "5.1.2", "@types/node": "20.9.0", "eslint": "8.53.0", @@ -2520,9 +2521,9 @@ "dev": true }, "node_modules/@commitlint/config-conventional": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.1.0.tgz", - "integrity": "sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA==", + "version": "18.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.4.0.tgz", + "integrity": "sha512-vArwCZopsZs0FnGsh9AR7uUTPZ5oVGk8+qnEZWq2KTsMjrE0k80b+oZ32GSQmXQT2iMKVrDC8pKX5uKNkCe9Sw==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^7.0.2" @@ -5905,12 +5906,12 @@ "optional": true }, "node_modules/@taiga-ui/commitlint-config": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@taiga-ui/commitlint-config/-/commitlint-config-0.3.3.tgz", - "integrity": "sha512-qJNX+IkudkzxA/Mlf6n6KUyCvRmntTMAu+2MHgo1tKt01V9CfHj8M8E5dk8ZZ2ofT4nw7cTJCmuetfefVMN3zA==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@taiga-ui/commitlint-config/-/commitlint-config-0.3.4.tgz", + "integrity": "sha512-Iy2AGzFZjZjJhwfbnQ4JQYssh4KfYftlYa5ZGgN9kz3yA8tVzQ9Th8Aglt1Jyr+rdb4nNN08qktWDoN+t2rP7g==", "dev": true, "dependencies": { - "@commitlint/config-conventional": "18.1.0" + "@commitlint/config-conventional": "18.4.0" }, "peerDependencies": { "@commitlint/cli": "*" @@ -5942,9 +5943,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.19.2.tgz", - "integrity": "sha512-257kic1fNMQPsddEoyPt92gg7vV0MNhVeJYx8zsYkZZDfPEPsQqvl6ESBBTq7xg5SJl4qSCxCwZkkdeSI4fu1A==", + "version": "0.19.4", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.19.4.tgz", + "integrity": "sha512-F3AEMbmo53G9+8J6jCgAvuiURBTGLoraDJicU+WB24k6rr/jxCGyplow2X+uHmEpmmxpiL7Y7mUFxiETAukUJA==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.0.1", @@ -6108,9 +6109,9 @@ } }, "node_modules/@taiga-ui/tsconfig": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@taiga-ui/tsconfig/-/tsconfig-0.3.1.tgz", - "integrity": "sha512-ruP6QP2FhBtgO6JetIKy/LiT4+bmiiu6fWd/NuP58/LWG5tjbrmCEcat3kmb32TfVFtPrSgERGmzx1Zg/TvXeA==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/tsconfig/-/tsconfig-0.4.0.tgz", + "integrity": "sha512-8fZ2Iuuy1+IlXsPwMXXDCcyaszCwEAfYx5ZFTpBTjK6N1Ifk7mrSvHO7IiglJqIim9Ax4ClEKJ2T8AmjiUy7gA==", "dev": true }, "node_modules/@tinkoff/ng-event-plugins": { diff --git a/package.json b/package.json index 322dff7f..127e675a 100644 --- a/package.json +++ b/package.json @@ -48,15 +48,15 @@ "@taiga-ui/addon-mobile": "3.53.0", "@taiga-ui/browserslist-config": "0.3.0", "@taiga-ui/cdk": "3.53.0", - "@taiga-ui/commitlint-config": "0.3.3", + "@taiga-ui/commitlint-config": "0.3.4", "@taiga-ui/core": "3.53.0", - "@taiga-ui/eslint-plugin-experience": "0.19.2", + "@taiga-ui/eslint-plugin-experience": "0.19.4", "@taiga-ui/icons": "3.53.0", "@taiga-ui/kit": "3.53.0", "@taiga-ui/prettier-config": "0.4.1", "@taiga-ui/stylelint-config": "0.6.0", "@taiga-ui/styles": "3.53.0", - "@taiga-ui/tsconfig": "0.3.1", + "@taiga-ui/tsconfig": "0.4.0", "@tinkoff/ng-event-plugins": "3.1.0", "@types/minimatch": "5.1.2", "@types/node": "20.9.0",