Skip to content

Commit 96d6bb2

Browse files
authored
chore(deps): update dev dependencies (#2379)
1 parent 453b3a6 commit 96d6bb2

File tree

3 files changed

+405
-392
lines changed

3 files changed

+405
-392
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- 18.0.0
3434
- 18.1.0
3535
- 18.2.0
36-
- 18.3.0-canary-a9cc32511-20240215
37-
- 0.0.0-experimental-a9cc32511-20240215
36+
- 18.3.0-canary-2f8f77602-20240229
37+
- 0.0.0-experimental-2f8f77602-20240229
3838
devtools-skip:
3939
- CI-MATRIX-NOSKIP
4040
include:

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,12 @@
205205
"use-sync-external-store": "1.2.0"
206206
},
207207
"devDependencies": {
208-
"@babel/core": "^7.23.9",
208+
"@babel/core": "^7.24.0",
209209
"@babel/plugin-external-helpers": "^7.23.3",
210210
"@babel/plugin-transform-react-jsx": "^7.23.4",
211-
"@babel/plugin-transform-runtime": "^7.23.9",
211+
"@babel/plugin-transform-runtime": "^7.24.0",
212212
"@babel/plugin-transform-typescript": "^7.23.6",
213-
"@babel/preset-env": "^7.23.9",
213+
"@babel/preset-env": "^7.24.0",
214214
"@redux-devtools/extension": "^3.3.0",
215215
"@rollup/plugin-alias": "^5.1.0",
216216
"@rollup/plugin-babel": "^6.0.4",
@@ -219,18 +219,18 @@
219219
"@rollup/plugin-terser": "^0.4.4",
220220
"@rollup/plugin-typescript": "^11.1.6",
221221
"@testing-library/react": "^14.2.1",
222-
"@types/node": "^20.11.19",
223-
"@types/react": "^18.2.55",
222+
"@types/node": "^20.11.24",
223+
"@types/react": "^18.2.61",
224224
"@types/react-dom": "^18.2.19",
225225
"@types/use-sync-external-store": "^0.0.6",
226-
"@typescript-eslint/eslint-plugin": "^7.0.1",
227-
"@typescript-eslint/parser": "^7.0.1",
226+
"@typescript-eslint/eslint-plugin": "^7.1.0",
227+
"@typescript-eslint/parser": "^7.1.0",
228228
"@vitest/coverage-v8": "0.33.0",
229229
"@vitest/ui": "0.33.0",
230230
"concurrently": "^8.2.2",
231231
"downlevel-dts": "^0.11.0",
232-
"esbuild": "^0.20.0",
233-
"eslint": "^8.56.0",
232+
"esbuild": "^0.20.1",
233+
"eslint": "^8.57.0",
234234
"eslint-config-prettier": "^9.1.0",
235235
"eslint-import-resolver-alias": "^1.1.2",
236236
"eslint-plugin-import": "^2.29.1",

0 commit comments

Comments
 (0)