Skip to content

Commit f53f786

Browse files
authored
chore: update dev dependencies (#3123)
1 parent b2aa414 commit f53f786

File tree

3 files changed

+209
-209
lines changed

3 files changed

+209
-209
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- 18.3.1
2222
- 19.0.0
2323
- 19.1.0
24-
- 19.2.0-canary-bdb4a96f-20250801
25-
- 0.0.0-experimental-bdb4a96f-20250801
24+
- 19.2.0-canary-3958d5d8-20250807
25+
- 0.0.0-experimental-3958d5d8-20250807
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: pnpm/action-setup@v4

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@babel/plugin-transform-typescript": "^7.28.0",
131131
"@babel/preset-env": "^7.28.0",
132132
"@babel/template": "^7.27.2",
133-
"@eslint/js": "^9.32.0",
133+
"@eslint/js": "^9.33.0",
134134
"@rollup/plugin-alias": "^5.1.1",
135135
"@rollup/plugin-babel": "^6.0.4",
136136
"@rollup/plugin-node-resolve": "^16.0.1",
@@ -143,17 +143,17 @@
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.2.0",
146+
"@types/node": "^24.2.1",
147147
"@types/react": "^19.1.9",
148148
"@types/react-dom": "^19.1.7",
149-
"@vitejs/plugin-react": "^4.7.0",
149+
"@vitejs/plugin-react": "^5.0.0",
150150
"@vitest/coverage-v8": "^3.2.4",
151151
"@vitest/eslint-plugin": "^1.3.4",
152152
"@vitest/ui": "^3.2.4",
153153
"benny": "^3.7.1",
154154
"downlevel-dts": "^0.11.0",
155155
"esbuild": "^0.25.8",
156-
"eslint": "9.32.0",
156+
"eslint": "9.33.0",
157157
"eslint-import-resolver-typescript": "^4.4.4",
158158
"eslint-plugin-import": "^2.32.0",
159159
"eslint-plugin-jest-dom": "^5.5.0",
@@ -174,7 +174,7 @@
174174
"shx": "^0.4.0",
175175
"ts-expect": "^1.3.0",
176176
"typescript": "^5.9.2",
177-
"typescript-eslint": "^8.38.0",
177+
"typescript-eslint": "^8.39.0",
178178
"vitest": "^3.2.4",
179179
"wonka": "^6.3.5"
180180
},

0 commit comments

Comments
 (0)