Skip to content

Commit 6794ff4

Browse files
committed
chore: update dev dependencies
1 parent 4afc31c commit 6794ff4

File tree

4 files changed

+888
-874
lines changed

4 files changed

+888
-874
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
- 18.3.1
2222
- 19.0.0
2323
- 19.1.0
24-
- 19.2.0-canary-83c88ad4-20250923
25-
- 0.0.0-experimental-83c88ad4-20250923
24+
- 19.2.0
25+
- 19.3.0-canary-fd524fe0-20251121
26+
- 0.0.0-experimental-fd524fe0-20251121
2627
steps:
2728
- uses: actions/checkout@v6
2829
- 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.3
1617
- 5.8.3
1718
- 5.7.3
1819
- 5.6.3

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@babel/plugin-transform-typescript": "^7.28.5",
131131
"@babel/preset-env": "^7.28.5",
132132
"@babel/template": "^7.27.2",
133-
"@eslint/js": "^9.38.0",
133+
"@eslint/js": "^9.39.1",
134134
"@rollup/plugin-alias": "^6.0.0",
135135
"@rollup/plugin-babel": "^6.1.0",
136136
"@rollup/plugin-node-resolve": "^16.0.3",
@@ -143,39 +143,39 @@
143143
"@testing-library/user-event": "^14.6.1",
144144
"@types/babel__core": "^7.20.5",
145145
"@types/babel__template": "^7.4.4",
146-
"@types/node": "^24.9.2",
147-
"@types/react": "^19.2.2",
148-
"@types/react-dom": "^19.2.2",
149-
"@vitejs/plugin-react": "^5.1.0",
150-
"@vitest/coverage-v8": "^3.2.4",
151-
"@vitest/eslint-plugin": "^1.3.26",
152-
"@vitest/ui": "^3.2.4",
146+
"@types/node": "^24.10.1",
147+
"@types/react": "^19.2.7",
148+
"@types/react-dom": "^19.2.3",
149+
"@vitejs/plugin-react": "^5.1.1",
150+
"@vitest/coverage-v8": "^4.0.14",
151+
"@vitest/eslint-plugin": "^1.5.1",
152+
"@vitest/ui": "^4.0.14",
153153
"benny": "^3.7.1",
154154
"downlevel-dts": "^0.11.0",
155-
"esbuild": "^0.25.11",
156-
"eslint": "9.38.0",
155+
"esbuild": "^0.27.0",
156+
"eslint": "9.39.1",
157157
"eslint-import-resolver-typescript": "^4.4.4",
158158
"eslint-plugin-import": "^2.32.0",
159159
"eslint-plugin-jest-dom": "^5.5.0",
160160
"eslint-plugin-react": "^7.37.5",
161161
"eslint-plugin-react-hooks": "^7.0.1",
162-
"eslint-plugin-testing-library": "^7.13.3",
162+
"eslint-plugin-testing-library": "^7.13.5",
163163
"jest-leak-detector": "30.2.0",
164-
"jsdom": "^27.0.1",
164+
"jsdom": "^27.2.0",
165165
"json": "^11.0.0",
166-
"prettier": "^3.6.2",
166+
"prettier": "^3.7.3",
167167
"react": "^19.2.0",
168168
"react-dom": "^19.2.0",
169-
"rollup": "^4.52.5",
169+
"rollup": "^4.53.3",
170170
"rollup-plugin-banner2": "^1.3.1",
171171
"rollup-plugin-esbuild": "^6.2.1",
172172
"rxjs": "^7.8.2",
173173
"shelljs": "^0.10.0",
174174
"shx": "^0.4.0",
175175
"ts-expect": "^1.3.0",
176176
"typescript": "^5.9.3",
177-
"typescript-eslint": "^8.46.2",
178-
"vitest": "^3.2.4",
177+
"typescript-eslint": "^8.48.0",
178+
"vitest": "^4.0.14",
179179
"wonka": "^6.3.5"
180180
},
181181
"peerDependencies": {

0 commit comments

Comments
 (0)