Skip to content

Commit 436ef24

Browse files
fix(deps): update all non-major dependencies
1 parent de86cc0 commit 436ef24

File tree

3 files changed

+5325
-2284
lines changed

3 files changed

+5325
-2284
lines changed

apps/zustand-rx-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@astrojs/react": "3.0.10",
1616
"@astrojs/svelte": "5.0.3",
17-
"svelte": "4.2.9"
17+
"svelte": "4.2.19"
1818
},
1919
"devDependencies": {
2020
"astro": "4.4.0"

package.json

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -21,94 +21,94 @@
2121
},
2222
"sideEffects": false,
2323
"dependencies": {
24-
"@arethetypeswrong/cli": "0.13.6",
25-
"clsx": "2.1.0",
26-
"core-js": "3.35.1",
24+
"@arethetypeswrong/cli": "0.17.0",
25+
"clsx": "2.1.1",
26+
"core-js": "3.39.0",
2727
"html-escaper": "3.0.3",
28-
"observable-hooks": "4.2.3",
29-
"react": "18.2.0",
30-
"react-dom": "18.2.0",
31-
"react-is": "18.2.0",
32-
"react-router-dom": "6.21.3",
28+
"observable-hooks": "4.2.4",
29+
"react": "18.3.1",
30+
"react-dom": "18.3.1",
31+
"react-is": "18.3.1",
32+
"react-router-dom": "6.28.0",
3333
"regenerator-runtime": "0.14.1",
3434
"rxjs": "7.8.1",
35-
"shiki": "1.0.0",
36-
"tslib": "2.6.2",
37-
"zustand": "4.5.0"
35+
"shiki": "1.23.1",
36+
"tslib": "2.8.1",
37+
"zustand": "4.5.5"
3838
},
3939
"devDependencies": {
4040
"@babel/core": "^7.23.9",
41-
"@babel/preset-react": "7.23.3",
42-
"@commitlint/cli": "19.0.0",
43-
"@commitlint/config-conventional": "19.0.0",
44-
"@jscutlery/semver": "5.0.0",
45-
"@nx/devkit": "17.2.8",
46-
"@nx/eslint": "17.2.8",
47-
"@nx/eslint-plugin": "17.2.8",
48-
"@nx/js": "17.2.8",
49-
"@nx/react": "17.2.8",
50-
"@nx/rollup": "17.2.8",
51-
"@nx/vite": "17.2.8",
52-
"@nx/web": "17.2.8",
53-
"@nx/workspace": "17.2.8",
54-
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
41+
"@babel/preset-react": "7.25.9",
42+
"@commitlint/cli": "19.6.0",
43+
"@commitlint/config-conventional": "19.6.0",
44+
"@jscutlery/semver": "5.3.1",
45+
"@nx/devkit": "17.3.2",
46+
"@nx/eslint": "17.3.2",
47+
"@nx/eslint-plugin": "17.3.2",
48+
"@nx/js": "17.3.2",
49+
"@nx/react": "17.3.2",
50+
"@nx/rollup": "17.3.2",
51+
"@nx/vite": "17.3.2",
52+
"@nx/web": "17.3.2",
53+
"@nx/workspace": "17.3.2",
54+
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
5555
"@svgr/webpack": "8.1.0",
56-
"@swc-node/register": "1.6.8",
57-
"@swc/core": "1.3.107",
58-
"@testing-library/react": "16.0.0",
59-
"@types/node": "20.11.10",
60-
"@types/react": "18.2.48",
61-
"@types/react-dom": "18.2.18",
62-
"@typescript-eslint/eslint-plugin": "8.0.0",
63-
"@typescript-eslint/parser": "8.0.0",
64-
"@vitest/coverage-v8": "2.0.1",
65-
"@vitest/ui": "2.0.1",
56+
"@swc-node/register": "1.10.9",
57+
"@swc/core": "1.9.2",
58+
"@testing-library/react": "16.0.1",
59+
"@types/node": "20.17.6",
60+
"@types/react": "18.3.12",
61+
"@types/react-dom": "18.3.1",
62+
"@typescript-eslint/eslint-plugin": "8.15.0",
63+
"@typescript-eslint/parser": "8.15.0",
64+
"@vitest/coverage-v8": "2.1.5",
65+
"@vitest/ui": "2.1.5",
6666
"astro": "4.4.0",
67-
"commitizen": "4.3.0",
68-
"css-loader": "7.0.0",
67+
"commitizen": "4.3.1",
68+
"css-loader": "7.1.2",
6969
"cz-conventional-changelog": "3.3.0",
7070
"dot-json": "1.3.0",
71-
"eslint": "9.0.0",
71+
"eslint": "9.15.0",
7272
"eslint-config-prettier": "9.1.0",
73-
"eslint-plugin-cypress": "3.0.0",
74-
"eslint-plugin-import": "2.29.1",
75-
"eslint-plugin-jsx-a11y": "6.8.0",
76-
"eslint-plugin-react": "7.33.2",
77-
"eslint-plugin-react-hooks": "4.6.0",
78-
"husky": "9.0.6",
79-
"immer": "10.0.3",
80-
"jsdom": "25.0.0",
81-
"lint-staged": "15.2.0",
82-
"ngx-deploy-npm": "8.0.1",
83-
"nx": "17.2.8",
84-
"nx-cloud": "19.0.0",
73+
"eslint-plugin-cypress": "3.6.0",
74+
"eslint-plugin-import": "2.31.0",
75+
"eslint-plugin-jsx-a11y": "6.10.2",
76+
"eslint-plugin-react": "7.37.2",
77+
"eslint-plugin-react-hooks": "4.6.2",
78+
"husky": "9.1.7",
79+
"immer": "10.1.1",
80+
"jsdom": "25.0.1",
81+
"lint-staged": "15.2.10",
82+
"ngx-deploy-npm": "8.3.1",
83+
"nx": "17.3.2",
84+
"nx-cloud": "19.1.0",
8585
"only-allow": "1.2.1",
86-
"prettier": "3.2.4",
86+
"prettier": "3.3.3",
8787
"prettier-package-json": "2.8.0",
88-
"react-refresh": "0.14.0",
88+
"react-refresh": "0.14.2",
8989
"shx": "0.3.4",
9090
"style-loader": "4.0.0",
91-
"stylus": "0.62.0",
92-
"stylus-loader": "8.0.0",
93-
"swc-loader": "0.2.3",
94-
"tslib": "2.6.2",
95-
"tsup": "8.0.1",
96-
"typedoc": "0.25.7",
97-
"typedoc-plugin-markdown": "4.1.0",
98-
"typescript": "5.3.3",
91+
"stylus": "0.64.0",
92+
"stylus-loader": "8.1.1",
93+
"swc-loader": "0.2.6",
94+
"tslib": "2.8.1",
95+
"tsup": "8.3.5",
96+
"typedoc": "0.26.11",
97+
"typedoc-plugin-markdown": "4.2.10",
98+
"typescript": "5.6.3",
9999
"url-loader": "4.1.1",
100-
"vite": "5.0.12",
100+
"vite": "5.4.11",
101101
"vite-plugin-eslint": "1.8.1",
102-
"vite-tsconfig-paths": "5.0.1",
103-
"vitest": "2.0.1",
104-
"webpack": "5.90.0",
102+
"vite-tsconfig-paths": "5.1.2",
103+
"vitest": "2.1.5",
104+
"webpack": "5.96.1",
105105
"webpack-merge": "6.0.1"
106106
},
107107
"lint-staged": {
108108
"*.{js,ts,md}": "prettier --write",
109109
"package.json": "prettier-package-json --write"
110110
},
111-
"packageManager": "pnpm@9.0.5",
111+
"packageManager": "pnpm@9.13.2",
112112
"pnpm": {
113113
"overrides": {
114114
"vite": "$vite"

0 commit comments

Comments
 (0)