Skip to content

Commit cadcd3e

Browse files
authored
chore: update dev dependencies (#3218)
1 parent feddc0c commit cadcd3e

File tree

4 files changed

+556
-560
lines changed

4 files changed

+556
-560
lines changed

.github/workflows/test-multiple-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- 18.3.1
2020
- 19.0.0
2121
- 19.1.0
22-
- 19.2.0-canary-9784cb37-20250730
23-
- 0.0.0-experimental-9784cb37-20250730
22+
- 19.2.0-canary-0bdb9206-20250818
23+
- 0.0.0-experimental-0bdb9206-20250818
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: pnpm/action-setup@v4

.github/workflows/test-old-typescript.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
typescript:
16+
- 5.9.2
1617
- 5.8.3
1718
- 5.7.3
1819
- 5.6.3

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,43 +116,43 @@
116116
"homepage": "https://github.com/pmndrs/zustand",
117117
"packageManager": "[email protected]",
118118
"devDependencies": {
119-
"@eslint/js": "^9.32.0",
119+
"@eslint/js": "^9.33.0",
120120
"@redux-devtools/extension": "^3.3.0",
121121
"@rollup/plugin-alias": "^5.1.1",
122122
"@rollup/plugin-node-resolve": "^16.0.1",
123123
"@rollup/plugin-replace": "^6.0.2",
124124
"@rollup/plugin-typescript": "12.1.4",
125-
"@testing-library/jest-dom": "^6.6.4",
125+
"@testing-library/jest-dom": "^6.7.0",
126126
"@testing-library/react": "^16.3.0",
127-
"@types/node": "^24.1.0",
128-
"@types/react": "^19.1.9",
127+
"@types/node": "^24.3.0",
128+
"@types/react": "^19.1.10",
129129
"@types/react-dom": "^19.1.7",
130130
"@types/use-sync-external-store": "^1.5.0",
131131
"@vitest/coverage-v8": "^3.2.4",
132132
"@vitest/eslint-plugin": "^1.3.4",
133133
"@vitest/ui": "^3.2.4",
134-
"esbuild": "^0.25.8",
135-
"eslint": "9.32.0",
134+
"esbuild": "^0.25.9",
135+
"eslint": "9.33.0",
136136
"eslint-import-resolver-typescript": "^4.4.4",
137137
"eslint-plugin-import": "^2.32.0",
138138
"eslint-plugin-jest-dom": "^5.5.0",
139139
"eslint-plugin-react": "^7.37.5",
140140
"eslint-plugin-react-hooks": "6.0.0-rc.1",
141-
"eslint-plugin-testing-library": "^7.6.3",
141+
"eslint-plugin-testing-library": "^7.6.6",
142142
"immer": "^10.1.1",
143143
"jsdom": "^26.1.0",
144144
"json": "^11.0.0",
145145
"prettier": "^3.6.2",
146146
"react": "19.1.1",
147147
"react-dom": "19.1.1",
148148
"redux": "^5.0.1",
149-
"rollup": "^4.46.2",
149+
"rollup": "^4.46.3",
150150
"rollup-plugin-esbuild": "^6.2.1",
151151
"shelljs": "^0.10.0",
152152
"shx": "^0.4.0",
153153
"tslib": "^2.8.1",
154-
"typescript": "^5.8.3",
155-
"typescript-eslint": "^8.38.0",
154+
"typescript": "^5.9.2",
155+
"typescript-eslint": "^8.40.0",
156156
"use-sync-external-store": "^1.5.0",
157157
"vitest": "^3.2.4"
158158
},

0 commit comments

Comments
 (0)