Skip to content

Commit 47e55bb

Browse files
fix(deps): update all non-major dependencies
1 parent d30dfe6 commit 47e55bb

File tree

4 files changed

+4558
-1915
lines changed

4 files changed

+4558
-1915
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
restore-keys: |
2929
${{ runner.os }}-
3030
31-
- uses: pnpm/action-setup@v4.0.0
31+
- uses: pnpm/action-setup@v4.2.0
3232
with:
3333
run_install: true
3434
- run: pnpm nx affected --target=build
@@ -55,7 +55,7 @@ jobs:
5555
restore-keys: |
5656
${{ runner.os }}-
5757
58-
- uses: pnpm/action-setup@v4.0.0
58+
- uses: pnpm/action-setup@v4.2.0
5959
with:
6060
run_install: true
6161
- run: npx nx affected --target=build

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.6.3",
1616
"@astrojs/svelte": "5.7.3",
17-
"svelte": "4.2.19"
17+
"svelte": "4.2.20"
1818
},
1919
"devDependencies": {
2020
"astro": "4.16.19"

package.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -21,94 +21,94 @@
2121
},
2222
"sideEffects": false,
2323
"dependencies": {
24-
"@arethetypeswrong/cli": "0.17.0",
24+
"@arethetypeswrong/cli": "0.18.2",
2525
"clsx": "2.1.1",
26-
"core-js": "3.39.0",
26+
"core-js": "3.47.0",
2727
"html-escaper": "3.0.3",
2828
"observable-hooks": "4.2.4",
2929
"react": "18.3.1",
3030
"react-dom": "18.3.1",
3131
"react-is": "18.3.1",
32-
"react-router-dom": "6.28.0",
32+
"react-router-dom": "6.30.2",
3333
"regenerator-runtime": "0.14.1",
34-
"rxjs": "7.8.1",
35-
"shiki": "1.23.1",
34+
"rxjs": "7.8.2",
35+
"shiki": "1.29.2",
3636
"tslib": "2.8.1",
37-
"zustand": "4.5.5"
37+
"zustand": "4.5.7"
3838
},
3939
"devDependencies": {
4040
"@babel/core": "^7.23.9",
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": "20.1.2",
46-
"@nx/eslint": "20.1.2",
47-
"@nx/eslint-plugin": "20.1.2",
48-
"@nx/js": "20.1.2",
49-
"@nx/react": "20.1.2",
50-
"@nx/rollup": "20.1.2",
51-
"@nx/vite": "20.1.2",
52-
"@nx/web": "20.1.2",
53-
"@nx/workspace": "20.1.2",
54-
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
41+
"@babel/preset-react": "7.28.5",
42+
"@commitlint/cli": "19.8.1",
43+
"@commitlint/config-conventional": "19.8.1",
44+
"@jscutlery/semver": "5.7.1",
45+
"@nx/devkit": "20.8.3",
46+
"@nx/eslint": "20.8.3",
47+
"@nx/eslint-plugin": "20.8.3",
48+
"@nx/js": "20.8.3",
49+
"@nx/react": "20.8.3",
50+
"@nx/rollup": "20.8.3",
51+
"@nx/vite": "20.8.3",
52+
"@nx/web": "20.8.3",
53+
"@nx/workspace": "20.8.3",
54+
"@pmmmwh/react-refresh-webpack-plugin": "0.6.2",
5555
"@svgr/webpack": "8.1.0",
56-
"@swc-node/register": "1.10.9",
57-
"@swc/core": "1.9.3",
56+
"@swc-node/register": "1.11.1",
57+
"@swc/core": "1.15.3",
5858
"@testing-library/react": "15.0.7",
59-
"@types/node": "22.9.1",
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",
59+
"@types/node": "22.19.1",
60+
"@types/react": "18.3.27",
61+
"@types/react-dom": "18.3.7",
62+
"@typescript-eslint/eslint-plugin": "8.48.0",
63+
"@typescript-eslint/parser": "8.48.0",
64+
"@vitest/coverage-v8": "2.1.9",
65+
"@vitest/ui": "2.1.9",
6666
"astro": "4.16.19",
6767
"commitizen": "4.3.1",
6868
"css-loader": "7.1.2",
6969
"cz-conventional-changelog": "3.3.0",
7070
"dot-json": "1.3.0",
71-
"eslint": "9.15.0",
72-
"eslint-config-prettier": "10.1.1",
73-
"eslint-plugin-cypress": "5.1.0",
74-
"eslint-plugin-import": "2.31.0",
71+
"eslint": "9.39.1",
72+
"eslint-config-prettier": "10.1.8",
73+
"eslint-plugin-cypress": "5.2.0",
74+
"eslint-plugin-import": "2.32.0",
7575
"eslint-plugin-jsx-a11y": "6.10.2",
76-
"eslint-plugin-react": "7.37.2",
77-
"eslint-plugin-react-hooks": "5.0.0",
76+
"eslint-plugin-react": "7.37.5",
77+
"eslint-plugin-react-hooks": "5.2.0",
7878
"husky": "9.1.7",
79-
"immer": "10.1.1",
79+
"immer": "10.2.0",
8080
"jsdom": "26.1.0",
81-
"lint-staged": "15.2.10",
82-
"ngx-deploy-npm": "8.3.1",
83-
"nx": "20.1.2",
81+
"lint-staged": "15.5.2",
82+
"ngx-deploy-npm": "8.4.0",
83+
"nx": "20.8.3",
8484
"nx-cloud": "19.1.0",
8585
"only-allow": "1.2.1",
86-
"prettier": "3.3.3",
86+
"prettier": "3.6.2",
8787
"prettier-package-json": "2.8.0",
88-
"react-refresh": "0.14.2",
89-
"shx": "0.3.4",
88+
"react-refresh": "0.18.0",
89+
"shx": "0.4.0",
9090
"style-loader": "4.0.0",
9191
"stylus": "0.64.0",
92-
"stylus-loader": "8.1.1",
92+
"stylus-loader": "8.1.2",
9393
"swc-loader": "0.2.6",
9494
"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",
95+
"tsup": "8.5.1",
96+
"typedoc": "0.28.14",
97+
"typedoc-plugin-markdown": "4.9.0",
98+
"typescript": "5.9.3",
9999
"url-loader": "4.1.1",
100-
"vite": "5.4.11",
100+
"vite": "5.4.21",
101101
"vite-plugin-eslint": "1.8.1",
102-
"vite-tsconfig-paths": "5.1.3",
103-
"vitest": "2.1.5",
104-
"webpack": "5.96.1",
102+
"vite-tsconfig-paths": "5.1.4",
103+
"vitest": "2.1.9",
104+
"webpack": "5.103.0",
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.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
111+
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531",
112112
"pnpm": {
113113
"overrides": {
114114
"vite": "$vite"

0 commit comments

Comments
 (0)