Skip to content

Commit 8de21c9

Browse files
authored
chore: update dev dependencies (#1091)
1 parent 252efc3 commit 8de21c9

4 files changed

Lines changed: 1209 additions & 846 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
- 18.2.0
1919
- 18.3.1
2020
- 19.0.0
21-
- 19.1.0-canary-fbcda19a-20250317
22-
- 0.0.0-experimental-fbcda19a-20250317
21+
- 19.1.0
22+
- 19.2.0-canary-38ef6550-20250508
23+
- 0.0.0-experimental-38ef6550-20250508
2324
steps:
2425
- uses: actions/checkout@v4
2526
- uses: pnpm/action-setup@v4

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
typescript:
16+
- 5.8.3
17+
- 5.7.3
18+
- 5.6.3
1619
- 5.5.4
1720
- 5.4.5
1821
- 5.3.3

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -115,48 +115,48 @@
115115
"proxy-compare": "^3.0.1"
116116
},
117117
"devDependencies": {
118-
"@eslint/js": "^9.22.0",
118+
"@eslint/js": "^9.26.0",
119119
"@redux-devtools/extension": "^3.3.0",
120120
"@rollup/plugin-alias": "^5.1.1",
121121
"@rollup/plugin-node-resolve": "^16.0.1",
122122
"@rollup/plugin-replace": "^6.0.2",
123123
"@rollup/plugin-typescript": "^12.1.2",
124124
"@testing-library/jest-dom": "^6.6.3",
125-
"@testing-library/react": "^16.2.0",
125+
"@testing-library/react": "^16.3.0",
126126
"@types/jsdom": "^21.1.7",
127-
"@types/react": "^19.0.11",
128-
"@types/react-dom": "^19.0.4",
129-
"@vitest/coverage-v8": "^3.0.9",
130-
"@vitest/eslint-plugin": "^1.1.37",
131-
"@vitest/ui": "^3.0.9",
132-
"esbuild": "^0.25.1",
133-
"eslint": "9.22.0",
134-
"eslint-import-resolver-typescript": "^4.1.1",
127+
"@types/react": "^19.1.3",
128+
"@types/react-dom": "^19.1.3",
129+
"@vitest/coverage-v8": "^3.1.3",
130+
"@vitest/eslint-plugin": "^1.1.44",
131+
"@vitest/ui": "^3.1.3",
132+
"esbuild": "^0.25.4",
133+
"eslint": "9.26.0",
134+
"eslint-import-resolver-typescript": "^4.3.4",
135135
"eslint-plugin-import": "^2.31.0",
136136
"eslint-plugin-jest-dom": "^5.5.0",
137-
"eslint-plugin-react": "^7.37.4",
138-
"eslint-plugin-react-compiler": "19.0.0-beta-3229e95-20250315",
137+
"eslint-plugin-react": "^7.37.5",
138+
"eslint-plugin-react-compiler": "19.1.0-rc.1",
139139
"eslint-plugin-react-hooks": "^5.2.0",
140140
"eslint-plugin-testing-library": "^7.1.1",
141141
"jest-leak-detector": "^29.7.0",
142-
"jsdom": "^26.0.0",
142+
"jsdom": "^26.1.0",
143143
"json": "^11.0.0",
144144
"postinstall-postinstall": "^2.1.0",
145145
"prettier": "^3.5.3",
146146
"proxy-memoize": "^3.0.1",
147-
"react": "19.0.0",
148-
"react-dom": "19.0.0",
147+
"react": "19.1.0",
148+
"react-dom": "19.1.0",
149149
"redux": "^5.0.1",
150-
"rollup": "^4.36.0",
150+
"rollup": "^4.40.2",
151151
"rollup-plugin-esbuild": "^6.2.1",
152152
"shelljs": "^0.9.2",
153153
"shx": "^0.4.0",
154154
"ts-expect": "^1.3.0",
155155
"tslib": "^2.8.1",
156-
"typescript": "^5.8.2",
157-
"typescript-eslint": "^8.26.1",
158-
"vite": "^6.2.2",
159-
"vitest": "^3.0.9"
156+
"typescript": "^5.8.3",
157+
"typescript-eslint": "^8.32.0",
158+
"vite": "^6.3.5",
159+
"vitest": "^3.1.3"
160160
},
161161
"peerDependencies": {
162162
"@types/react": ">=18.0.0",

0 commit comments

Comments
 (0)