Skip to content

Commit 88ef340

Browse files
authored
chore(deps): update dev dependencies (#2582)
* chore(deps): update dev dependencies * empty commit
1 parent 018358c commit 88ef340

File tree

3 files changed

+941
-935
lines changed

3 files changed

+941
-935
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ jobs:
3434
- 18.0.0
3535
- 18.1.0
3636
- 18.2.0
37-
- 19.0.0-rc-8f3c0525f9-20240521
38-
- 0.0.0-experimental-8f3c0525f9-20240521
37+
- 18.3.1
38+
- 19.0.0-rc.0
39+
- 19.0.0-rc-bf3a29d097-20240603
40+
- 0.0.0-experimental-bf3a29d097-20240603
3941
devtools-skip:
4042
- CI-MATRIX-NOSKIP
4143
include:

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -207,46 +207,46 @@
207207
"use-sync-external-store": "1.2.0"
208208
},
209209
"devDependencies": {
210-
"@babel/core": "^7.24.5",
211-
"@babel/plugin-external-helpers": "^7.24.1",
212-
"@babel/plugin-transform-react-jsx": "^7.23.4",
213-
"@babel/plugin-transform-runtime": "^7.24.3",
214-
"@babel/plugin-transform-typescript": "^7.24.5",
215-
"@babel/preset-env": "^7.24.5",
210+
"@babel/core": "^7.24.6",
211+
"@babel/plugin-external-helpers": "^7.24.6",
212+
"@babel/plugin-transform-react-jsx": "^7.24.6",
213+
"@babel/plugin-transform-runtime": "^7.24.6",
214+
"@babel/plugin-transform-typescript": "^7.24.6",
215+
"@babel/preset-env": "^7.24.6",
216216
"@redux-devtools/extension": "^3.3.0",
217217
"@rollup/plugin-alias": "^5.1.0",
218218
"@rollup/plugin-babel": "^6.0.4",
219219
"@rollup/plugin-node-resolve": "^15.2.3",
220-
"@rollup/plugin-replace": "^5.0.5",
220+
"@rollup/plugin-replace": "^5.0.6",
221221
"@rollup/plugin-terser": "^0.4.4",
222222
"@rollup/plugin-typescript": "^11.1.6",
223-
"@testing-library/react": "^15.0.7",
224-
"@types/node": "^20.12.12",
225-
"@types/react": "^18.3.2",
223+
"@testing-library/react": "^16.0.0",
224+
"@types/node": "^20.14.1",
225+
"@types/react": "^18.3.3",
226226
"@types/react-dom": "^18.3.0",
227227
"@types/use-sync-external-store": "^0.0.6",
228-
"@typescript-eslint/eslint-plugin": "^7.10.0",
229-
"@typescript-eslint/parser": "^7.10.0",
228+
"@typescript-eslint/eslint-plugin": "^7.12.0",
229+
"@typescript-eslint/parser": "^7.12.0",
230230
"@vitest/coverage-v8": "^1.6.0",
231231
"@vitest/ui": "^1.6.0",
232232
"downlevel-dts": "^0.11.0",
233-
"esbuild": "^0.21.3",
233+
"esbuild": "^0.21.4",
234234
"eslint": "8.57.0",
235235
"eslint-config-prettier": "^9.1.0",
236236
"eslint-import-resolver-alias": "^1.1.2",
237237
"eslint-plugin-import": "^2.29.1",
238238
"eslint-plugin-prettier": "^5.1.3",
239-
"eslint-plugin-react": "^7.34.1",
239+
"eslint-plugin-react": "^7.34.2",
240240
"eslint-plugin-react-hooks": "^4.6.2",
241241
"eslint-plugin-vitest": "^0.5.4",
242242
"immer": "^10.1.1",
243-
"jsdom": "^24.0.0",
243+
"jsdom": "^24.1.0",
244244
"json": "^11.0.0",
245-
"prettier": "^3.2.5",
246-
"react": "19.0.0-rc-81c5ff2e04-20240521",
247-
"react-dom": "19.0.0-rc-81c5ff2e04-20240521",
245+
"prettier": "^3.3.0",
246+
"react": "^19.0.0-rc.0",
247+
"react-dom": "^19.0.0-rc.0",
248248
"redux": "^5.0.1",
249-
"rollup": "^4.17.2",
249+
"rollup": "^4.18.0",
250250
"rollup-plugin-esbuild": "^6.1.1",
251251
"shelljs": "^0.8.5",
252252
"shx": "^0.3.4",

0 commit comments

Comments
 (0)