Skip to content

Commit e796fbe

Browse files
authored
chore: update dev dependencies (#2981)
1 parent 253e9bd commit e796fbe

File tree

3 files changed

+960
-682
lines changed

3 files changed

+960
-682
lines changed

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

+2-2
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-bb9a24d9-20250130
37-
- 0.0.0-experimental-bb9a24d9-20250130
36+
- 19.1.0-canary-93b58361-20250209
37+
- 0.0.0-experimental-93b58361-20250209
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: pnpm/action-setup@v4

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@
117117
"homepage": "https://github.com/pmndrs/jotai",
118118
"packageManager": "[email protected]",
119119
"devDependencies": {
120-
"@babel/core": "^7.26.7",
120+
"@babel/core": "^7.26.8",
121121
"@babel/plugin-transform-react-jsx": "^7.25.9",
122-
"@babel/plugin-transform-typescript": "^7.26.7",
123-
"@babel/preset-env": "^7.26.7",
124-
"@babel/template": "^7.25.9",
125-
"@eslint/js": "^9.19.0",
122+
"@babel/plugin-transform-typescript": "^7.26.8",
123+
"@babel/preset-env": "^7.26.8",
124+
"@babel/template": "^7.26.8",
125+
"@eslint/js": "^9.20.0",
126126
"@rollup/plugin-alias": "^5.1.1",
127127
"@rollup/plugin-babel": "^6.0.4",
128128
"@rollup/plugin-node-resolve": "^16.0.0",
@@ -135,40 +135,40 @@
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.12.0",
138+
"@types/node": "^22.13.1",
139139
"@types/react": "^19.0.8",
140140
"@types/react-dom": "^19.0.3",
141141
"@vitejs/plugin-react": "^4.3.4",
142-
"@vitest/coverage-v8": "^3.0.4",
143-
"@vitest/eslint-plugin": "^1.1.25",
144-
"@vitest/ui": "^3.0.4",
142+
"@vitest/coverage-v8": "^3.0.5",
143+
"@vitest/eslint-plugin": "^1.1.28",
144+
"@vitest/ui": "^3.0.5",
145145
"benny": "^3.7.1",
146146
"downlevel-dts": "^0.11.0",
147-
"esbuild": "^0.24.2",
148-
"eslint": "9.19.0",
147+
"esbuild": "^0.25.0",
148+
"eslint": "9.20.0",
149149
"eslint-import-resolver-typescript": "^3.7.0",
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-27714ef-20250124",
153+
"eslint-plugin-react-compiler": "19.0.0-beta-30d8a17-20250209",
154154
"eslint-plugin-react-hooks": "^5.1.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.4.2",
159+
"prettier": "^3.5.0",
160160
"react": "^19.0.0",
161161
"react-dom": "^19.0.0",
162-
"rollup": "^4.32.1",
162+
"rollup": "^4.34.6",
163163
"rollup-plugin-banner2": "^1.3.1",
164-
"rollup-plugin-esbuild": "^6.1.1",
164+
"rollup-plugin-esbuild": "^6.2.0",
165165
"rxjs": "^7.8.1",
166166
"shelljs": "^0.8.5",
167167
"shx": "^0.3.4",
168168
"ts-expect": "^1.3.0",
169169
"typescript": "^5.7.3",
170-
"typescript-eslint": "^8.22.0",
171-
"vitest": "^3.0.4",
170+
"typescript-eslint": "^8.24.0",
171+
"vitest": "^3.0.5",
172172
"wonka": "^6.3.4"
173173
},
174174
"peerDependencies": {

0 commit comments

Comments
 (0)