Skip to content

Commit 30e3679

Browse files
authored
chore: udpate dev dependencies (#3194)
1 parent 5aa923e commit 30e3679

3 files changed

Lines changed: 746 additions & 759 deletions

File tree

.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-06e89951-20250620
23-
- 0.0.0-experimental-06e89951-20250620
22+
- 19.2.0-canary-9784cb37-20250730
23+
- 0.0.0-experimental-9784cb37-20250730
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: pnpm/action-setup@v4

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -116,43 +116,43 @@
116116
"homepage": "https://github.com/pmndrs/zustand",
117117
"packageManager": "pnpm@9.15.5",
118118
"devDependencies": {
119-
"@eslint/js": "^9.29.0",
119+
"@eslint/js": "^9.32.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",
124-
"@rollup/plugin-typescript": "12.1.2",
125-
"@testing-library/jest-dom": "^6.6.3",
124+
"@rollup/plugin-typescript": "12.1.4",
125+
"@testing-library/jest-dom": "^6.6.4",
126126
"@testing-library/react": "^16.3.0",
127-
"@types/node": "^24.0.3",
128-
"@types/react": "^19.1.8",
129-
"@types/react-dom": "^19.1.6",
127+
"@types/node": "^24.1.0",
128+
"@types/react": "^19.1.9",
129+
"@types/react-dom": "^19.1.7",
130130
"@types/use-sync-external-store": "^1.5.0",
131131
"@vitest/coverage-v8": "^3.2.4",
132-
"@vitest/eslint-plugin": "^1.2.7",
132+
"@vitest/eslint-plugin": "^1.3.4",
133133
"@vitest/ui": "^3.2.4",
134-
"esbuild": "^0.25.5",
135-
"eslint": "9.29.0",
136-
"eslint-import-resolver-typescript": "^4.4.3",
134+
"esbuild": "^0.25.8",
135+
"eslint": "9.32.0",
136+
"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.5.3",
141+
"eslint-plugin-testing-library": "^7.6.3",
142142
"immer": "^10.1.1",
143143
"jsdom": "^26.1.0",
144144
"json": "^11.0.0",
145-
"prettier": "^3.6.0",
146-
"react": "19.1.0",
147-
"react-dom": "19.1.0",
145+
"prettier": "^3.6.2",
146+
"react": "19.1.1",
147+
"react-dom": "19.1.1",
148148
"redux": "^5.0.1",
149-
"rollup": "^4.44.0",
149+
"rollup": "^4.46.2",
150150
"rollup-plugin-esbuild": "^6.2.1",
151151
"shelljs": "^0.10.0",
152152
"shx": "^0.4.0",
153153
"tslib": "^2.8.1",
154154
"typescript": "^5.8.3",
155-
"typescript-eslint": "^8.34.1",
155+
"typescript-eslint": "^8.38.0",
156156
"use-sync-external-store": "^1.5.0",
157157
"vitest": "^3.2.4"
158158
},

0 commit comments

Comments
 (0)