Skip to content

Commit a2ed7f5

Browse files
chore(repo): bump deps again
1 parent 66eac54 commit a2ed7f5

File tree

3 files changed

+3101
-8409
lines changed

3 files changed

+3101
-8409
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ Thumbs.db
4444
# Nx
4545
.nx/cache
4646
.nx/workspace-data
47-
migrations.json
47+
migrations.json
48+
vite.config.*.timestamp*
49+
vitest.config.*.timestamp*

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"@commitlint/config-angular": "^17.8.1",
2525
"@commitlint/config-conventional": "^17.8.1",
2626
"@jscutlery/semver": "^4.2.0",
27-
"@nx/cypress": "20.0.3",
28-
"@nx/devkit": "20.0.3",
29-
"@nx/eslint": "20.0.3",
30-
"@nx/eslint-plugin": "20.0.3",
31-
"@nx/jest": "20.0.3",
32-
"@nx/js": "20.0.3",
33-
"@nx/playwright": "20.0.3",
34-
"@nx/plugin": "20.0.3",
35-
"@nx/storybook": "20.0.3",
36-
"@nx/vite": "20.0.3",
37-
"@nx/workspace": "20.0.3",
27+
"@nx/cypress": "20.3.0",
28+
"@nx/devkit": "20.3.0",
29+
"@nx/eslint": "20.3.0",
30+
"@nx/eslint-plugin": "20.3.0",
31+
"@nx/jest": "20.3.0",
32+
"@nx/js": "20.3.0",
33+
"@nx/playwright": "20.3.0",
34+
"@nx/plugin": "20.3.0",
35+
"@nx/storybook": "20.3.0",
36+
"@nx/vite": "20.3.0",
37+
"@nx/workspace": "20.3.0",
3838
"@swc-node/register": "1.9.2",
3939
"@swc/cli": "0.3.12",
4040
"@swc/core": "1.5.7",
@@ -46,6 +46,7 @@
4646
"@types/yargs": "17.0.24",
4747
"@typescript-eslint/eslint-plugin": "7.18.0",
4848
"@typescript-eslint/parser": "7.18.0",
49+
"@typescript-eslint/utils": "^8.13.0",
4950
"all-contributors-cli": "^6.26.1",
5051
"chalk": "^4.1.2",
5152
"commitizen": "^4.3.0",
@@ -65,7 +66,7 @@
6566
"jsonc-eslint-parser": "^2.4.0",
6667
"kill-port": "2.0.1",
6768
"ngx-deploy-npm": "8.0.1",
68-
"nx": "20.0.3",
69+
"nx": "20.3.0",
6970
"prettier": "^2.8.8",
7071
"pretty-quick": "^3.3.1",
7172
"semver": "7.6.0",
@@ -80,10 +81,10 @@
8081
"yargs": "17.7.1"
8182
},
8283
"dependencies": {
84+
"@storybook/addon-interactions": "8.4.7",
8385
"@swc/helpers": "0.5.13",
84-
"tslib": "^2.6.2",
85-
"@storybook/addon-interactions": "^8.2.8",
86-
"storybook": "^8.2.8"
86+
"storybook": "^8.2.8",
87+
"tslib": "^2.6.2"
8788
},
8889
"config": {
8990
"commitizen": {

0 commit comments

Comments
 (0)