Skip to content

Commit 203895b

Browse files
authored
chore: update dev dependencies (#2963)
1 parent 1a2bbb5 commit 203895b

File tree

3 files changed

+661
-650
lines changed

3 files changed

+661
-650
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-d46b04a2-20250117
37-
- 0.0.0-experimental-d46b04a2-20250117
36+
- 19.1.0-canary-bb9a24d9-20250130
37+
- 0.0.0-experimental-bb9a24d9-20250130
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: pnpm/action-setup@v4

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@
116116
"homepage": "https://github.com/pmndrs/jotai",
117117
"packageManager": "[email protected]",
118118
"devDependencies": {
119-
"@babel/core": "^7.26.0",
119+
"@babel/core": "^7.26.7",
120120
"@babel/plugin-transform-react-jsx": "^7.25.9",
121-
"@babel/plugin-transform-typescript": "^7.26.5",
122-
"@babel/preset-env": "^7.26.0",
121+
"@babel/plugin-transform-typescript": "^7.26.7",
122+
"@babel/preset-env": "^7.26.7",
123123
"@babel/template": "^7.25.9",
124-
"@eslint/js": "^9.18.0",
124+
"@eslint/js": "^9.19.0",
125125
"@rollup/plugin-alias": "^5.1.1",
126126
"@rollup/plugin-babel": "^6.0.4",
127127
"@rollup/plugin-node-resolve": "^16.0.0",
@@ -131,25 +131,25 @@
131131
"@testing-library/dom": "^10.4.0",
132132
"@testing-library/jest-dom": "^6.6.3",
133133
"@testing-library/react": "^16.2.0",
134-
"@testing-library/user-event": "^14.6.0",
134+
"@testing-library/user-event": "^14.6.1",
135135
"@types/babel__core": "^7.20.5",
136136
"@types/babel__template": "^7.4.4",
137-
"@types/node": "^22.10.7",
138-
"@types/react": "^19.0.7",
137+
"@types/node": "^22.12.0",
138+
"@types/react": "^19.0.8",
139139
"@types/react-dom": "^19.0.3",
140140
"@vitejs/plugin-react": "^4.3.4",
141-
"@vitest/coverage-v8": "^3.0.2",
141+
"@vitest/coverage-v8": "^3.0.4",
142142
"@vitest/eslint-plugin": "^1.1.25",
143-
"@vitest/ui": "^3.0.2",
143+
"@vitest/ui": "^3.0.4",
144144
"benny": "^3.7.1",
145145
"downlevel-dts": "^0.11.0",
146146
"esbuild": "^0.24.2",
147-
"eslint": "9.18.0",
147+
"eslint": "9.19.0",
148148
"eslint-import-resolver-typescript": "^3.7.0",
149149
"eslint-plugin-import": "^2.31.0",
150150
"eslint-plugin-jest-dom": "^5.5.0",
151151
"eslint-plugin-react": "^7.37.4",
152-
"eslint-plugin-react-compiler": "19.0.0-beta-decd7b8-20250118",
152+
"eslint-plugin-react-compiler": "19.0.0-beta-27714ef-20250124",
153153
"eslint-plugin-react-hooks": "^5.1.0",
154154
"eslint-plugin-testing-library": "^7.1.1",
155155
"jest-leak-detector": "^29.7.0",
@@ -158,16 +158,16 @@
158158
"prettier": "^3.4.2",
159159
"react": "^19.0.0",
160160
"react-dom": "^19.0.0",
161-
"rollup": "^4.31.0",
161+
"rollup": "^4.32.1",
162162
"rollup-plugin-banner2": "^1.3.1",
163163
"rollup-plugin-esbuild": "^6.1.1",
164164
"rxjs": "^7.8.1",
165165
"shelljs": "^0.8.5",
166166
"shx": "^0.3.4",
167167
"ts-expect": "^1.3.0",
168168
"typescript": "^5.7.3",
169-
"typescript-eslint": "^8.20.0",
170-
"vitest": "^3.0.2",
169+
"typescript-eslint": "^8.22.0",
170+
"vitest": "^3.0.4",
171171
"wonka": "^6.3.4"
172172
},
173173
"peerDependencies": {

0 commit comments

Comments
 (0)