|
125 | 125 | "homepage": "https://github.com/pmndrs/jotai", |
126 | 126 | "packageManager": "[email protected]", |
127 | 127 | "devDependencies": { |
128 | | - "@babel/core": "^7.27.1", |
| 128 | + "@babel/core": "^7.28.0", |
129 | 129 | "@babel/plugin-transform-react-jsx": "^7.27.1", |
130 | | - "@babel/plugin-transform-typescript": "^7.27.1", |
131 | | - "@babel/preset-env": "^7.27.2", |
| 130 | + "@babel/plugin-transform-typescript": "^7.28.0", |
| 131 | + "@babel/preset-env": "^7.28.0", |
132 | 132 | "@babel/template": "^7.27.2", |
133 | | - "@eslint/js": "^9.27.0", |
| 133 | + "@eslint/js": "^9.32.0", |
134 | 134 | "@rollup/plugin-alias": "^5.1.1", |
135 | 135 | "@rollup/plugin-babel": "^6.0.4", |
136 | 136 | "@rollup/plugin-node-resolve": "^16.0.1", |
137 | 137 | "@rollup/plugin-replace": "^6.0.2", |
138 | 138 | "@rollup/plugin-terser": "^0.4.4", |
139 | | - "@rollup/plugin-typescript": "^12.1.2", |
140 | | - "@testing-library/dom": "^10.4.0", |
141 | | - "@testing-library/jest-dom": "^6.6.3", |
| 139 | + "@rollup/plugin-typescript": "^12.1.4", |
| 140 | + "@testing-library/dom": "^10.4.1", |
| 141 | + "@testing-library/jest-dom": "^6.6.4", |
142 | 142 | "@testing-library/react": "^16.3.0", |
143 | 143 | "@testing-library/user-event": "^14.6.1", |
144 | 144 | "@types/babel__core": "^7.20.5", |
145 | 145 | "@types/babel__template": "^7.4.4", |
146 | | - "@types/node": "^22.15.21", |
147 | | - "@types/react": "^19.1.5", |
148 | | - "@types/react-dom": "^19.1.5", |
149 | | - "@vitejs/plugin-react": "^4.5.0", |
150 | | - "@vitest/coverage-v8": "^3.1.4", |
151 | | - "@vitest/eslint-plugin": "^1.2.1", |
152 | | - "@vitest/ui": "^3.1.4", |
| 146 | + "@types/node": "^24.2.0", |
| 147 | + "@types/react": "^19.1.9", |
| 148 | + "@types/react-dom": "^19.1.7", |
| 149 | + "@vitejs/plugin-react": "^4.7.0", |
| 150 | + "@vitest/coverage-v8": "^3.2.4", |
| 151 | + "@vitest/eslint-plugin": "^1.3.4", |
| 152 | + "@vitest/ui": "^3.2.4", |
153 | 153 | "benny": "^3.7.1", |
154 | 154 | "downlevel-dts": "^0.11.0", |
155 | | - "esbuild": "^0.25.5", |
156 | | - "eslint": "9.27.0", |
157 | | - "eslint-import-resolver-typescript": "^4.4.1", |
158 | | - "eslint-plugin-import": "^2.31.0", |
| 155 | + "esbuild": "^0.25.8", |
| 156 | + "eslint": "9.32.0", |
| 157 | + "eslint-import-resolver-typescript": "^4.4.4", |
| 158 | + "eslint-plugin-import": "^2.32.0", |
159 | 159 | "eslint-plugin-jest-dom": "^5.5.0", |
160 | 160 | "eslint-plugin-react": "^7.37.5", |
161 | 161 | "eslint-plugin-react-hooks": "6.0.0-rc.1", |
162 | | - "eslint-plugin-testing-library": "^7.2.2", |
163 | | - "jest-leak-detector": "30.0.0-beta.3", |
| 162 | + "eslint-plugin-testing-library": "^7.6.3", |
| 163 | + "jest-leak-detector": "30.0.5", |
164 | 164 | "jsdom": "^26.1.0", |
165 | 165 | "json": "^11.0.0", |
166 | | - "prettier": "^3.5.3", |
167 | | - "react": "^19.1.0", |
168 | | - "react-dom": "^19.1.0", |
169 | | - "rollup": "^4.41.1", |
| 166 | + "prettier": "^3.6.2", |
| 167 | + "react": "^19.1.1", |
| 168 | + "react-dom": "^19.1.1", |
| 169 | + "rollup": "^4.46.2", |
170 | 170 | "rollup-plugin-banner2": "^1.3.1", |
171 | 171 | "rollup-plugin-esbuild": "^6.2.1", |
172 | 172 | "rxjs": "^7.8.2", |
173 | 173 | "shelljs": "^0.10.0", |
174 | 174 | "shx": "^0.4.0", |
175 | 175 | "ts-expect": "^1.3.0", |
176 | | - "typescript": "^5.8.3", |
177 | | - "typescript-eslint": "^8.32.1", |
178 | | - "vitest": "^3.1.4", |
| 176 | + "typescript": "^5.9.2", |
| 177 | + "typescript-eslint": "^8.38.0", |
| 178 | + "vitest": "^3.2.4", |
179 | 179 | "wonka": "^6.3.5" |
180 | 180 | }, |
181 | 181 | "peerDependencies": { |
|
0 commit comments