Skip to content

Commit 5ee412a

Browse files
authored
chore: update dev dependencies (#3022)
1 parent 6f2ae77 commit 5ee412a

File tree

3 files changed

+813
-945
lines changed

3 files changed

+813
-945
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.2.0
3434
- 18.3.1
3535
- 19.0.0
36-
- 19.1.0-canary-e670e72f-20250214
37-
- 0.0.0-experimental-e670e72f-20250214
36+
- 19.1.0-canary-f9d78089-20250306
37+
- 0.0.0-experimental-f9d78089-20250306
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: pnpm/action-setup@v4

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"@babel/plugin-transform-typescript": "^7.26.8",
123123
"@babel/preset-env": "^7.26.9",
124124
"@babel/template": "^7.26.9",
125-
"@eslint/js": "^9.20.0",
125+
"@eslint/js": "^9.22.0",
126126
"@rollup/plugin-alias": "^5.1.1",
127127
"@rollup/plugin-babel": "^6.0.4",
128128
"@rollup/plugin-node-resolve": "^16.0.0",
@@ -135,41 +135,41 @@
135135
"@testing-library/user-event": "^14.6.1",
136136
"@types/babel__core": "^7.20.5",
137137
"@types/babel__template": "^7.4.4",
138-
"@types/node": "^22.13.4",
138+
"@types/node": "^22.13.10",
139139
"@types/react": "^19.0.10",
140140
"@types/react-dom": "^19.0.4",
141141
"@vitejs/plugin-react": "^4.3.4",
142-
"@vitest/coverage-v8": "^3.0.5",
143-
"@vitest/eslint-plugin": "^1.1.31",
144-
"@vitest/ui": "^3.0.5",
142+
"@vitest/coverage-v8": "^3.0.8",
143+
"@vitest/eslint-plugin": "^1.1.36",
144+
"@vitest/ui": "^3.0.8",
145145
"benny": "^3.7.1",
146146
"downlevel-dts": "^0.11.0",
147-
"esbuild": "^0.25.0",
148-
"eslint": "9.20.1",
149-
"eslint-import-resolver-typescript": "^3.8.0",
147+
"esbuild": "^0.25.1",
148+
"eslint": "9.22.0",
149+
"eslint-import-resolver-typescript": "^3.8.3",
150150
"eslint-plugin-import": "^2.31.0",
151151
"eslint-plugin-jest-dom": "^5.5.0",
152152
"eslint-plugin-react": "^7.37.4",
153-
"eslint-plugin-react-compiler": "19.0.0-beta-21e868a-20250216",
154-
"eslint-plugin-react-hooks": "^5.1.0",
153+
"eslint-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
154+
"eslint-plugin-react-hooks": "^5.2.0",
155155
"eslint-plugin-testing-library": "^7.1.1",
156156
"jest-leak-detector": "^29.7.0",
157157
"jsdom": "^26.0.0",
158158
"json": "^11.0.0",
159-
"prettier": "^3.5.1",
159+
"prettier": "^3.5.3",
160160
"react": "^19.0.0",
161161
"react-dom": "^19.0.0",
162-
"rollup": "^4.34.8",
162+
"rollup": "^4.35.0",
163163
"rollup-plugin-banner2": "^1.3.1",
164-
"rollup-plugin-esbuild": "^6.2.0",
165-
"rxjs": "^7.8.1",
166-
"shelljs": "^0.8.5",
164+
"rollup-plugin-esbuild": "^6.2.1",
165+
"rxjs": "^7.8.2",
166+
"shelljs": "^0.9.1",
167167
"shx": "^0.3.4",
168168
"ts-expect": "^1.3.0",
169-
"typescript": "^5.7.3",
170-
"typescript-eslint": "^8.24.0",
171-
"vitest": "^3.0.5",
172-
"wonka": "^6.3.4"
169+
"typescript": "^5.8.2",
170+
"typescript-eslint": "^8.26.0",
171+
"vitest": "^3.0.8",
172+
"wonka": "^6.3.5"
173173
},
174174
"peerDependencies": {
175175
"@types/react": ">=17.0.0",

0 commit comments

Comments
 (0)