Skip to content

Commit 864814e

Browse files
authored
chore: update dev dependencies (#3141)
1 parent d9f2fd2 commit 864814e

File tree

3 files changed

+954
-942
lines changed

3 files changed

+954
-942
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-3958d5d8-20250807
25-
- 0.0.0-experimental-3958d5d8-20250807
24+
- 19.2.0-canary-de5a1b20-20250905
25+
- 0.0.0-experimental-de5a1b20-20250905
2626
steps:
2727
- uses: actions/checkout@v5
2828
- uses: pnpm/action-setup@v4

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -125,56 +125,56 @@
125125
"homepage": "https://github.com/pmndrs/jotai",
126126
"packageManager": "[email protected]",
127127
"devDependencies": {
128-
"@babel/core": "^7.28.0",
128+
"@babel/core": "^7.28.4",
129129
"@babel/plugin-transform-react-jsx": "^7.27.1",
130130
"@babel/plugin-transform-typescript": "^7.28.0",
131-
"@babel/preset-env": "^7.28.0",
131+
"@babel/preset-env": "^7.28.3",
132132
"@babel/template": "^7.27.2",
133-
"@eslint/js": "^9.33.0",
133+
"@eslint/js": "^9.35.0",
134134
"@rollup/plugin-alias": "^5.1.1",
135135
"@rollup/plugin-babel": "^6.0.4",
136136
"@rollup/plugin-node-resolve": "^16.0.1",
137137
"@rollup/plugin-replace": "^6.0.2",
138138
"@rollup/plugin-terser": "^0.4.4",
139139
"@rollup/plugin-typescript": "^12.1.4",
140140
"@testing-library/dom": "^10.4.1",
141-
"@testing-library/jest-dom": "^6.6.4",
141+
"@testing-library/jest-dom": "^6.8.0",
142142
"@testing-library/react": "^16.3.0",
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.1",
147-
"@types/react": "^19.1.9",
148-
"@types/react-dom": "^19.1.7",
149-
"@vitejs/plugin-react": "^5.0.0",
146+
"@types/node": "^24.3.1",
147+
"@types/react": "^19.1.12",
148+
"@types/react-dom": "^19.1.9",
149+
"@vitejs/plugin-react": "^5.0.2",
150150
"@vitest/coverage-v8": "^3.2.4",
151-
"@vitest/eslint-plugin": "^1.3.4",
151+
"@vitest/eslint-plugin": "^1.3.9",
152152
"@vitest/ui": "^3.2.4",
153153
"benny": "^3.7.1",
154154
"downlevel-dts": "^0.11.0",
155-
"esbuild": "^0.25.8",
156-
"eslint": "9.33.0",
155+
"esbuild": "^0.25.9",
156+
"eslint": "9.35.0",
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": "6.0.0-rc.1",
162-
"eslint-plugin-testing-library": "^7.6.3",
163-
"jest-leak-detector": "30.0.5",
162+
"eslint-plugin-testing-library": "^7.6.8",
163+
"jest-leak-detector": "30.1.0",
164164
"jsdom": "^26.1.0",
165165
"json": "^11.0.0",
166166
"prettier": "^3.6.2",
167167
"react": "^19.1.1",
168168
"react-dom": "^19.1.1",
169-
"rollup": "^4.46.2",
169+
"rollup": "^4.50.1",
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.2",
177-
"typescript-eslint": "^8.39.0",
177+
"typescript-eslint": "^8.42.0",
178178
"vitest": "^3.2.4",
179179
"wonka": "^6.3.5"
180180
},

0 commit comments

Comments
 (0)