|
3 | 3 | "description": "👻 Primitive and flexible state management for React",
|
4 | 4 | "private": true,
|
5 | 5 | "type": "commonjs",
|
6 |
| - "version": "2.12.2", |
| 6 | + "version": "2.12.3", |
7 | 7 | "main": "./index.js",
|
8 | 8 | "types": "./index.d.ts",
|
9 | 9 | "typesVersions": {
|
|
117 | 117 | "homepage": "https://github.com/pmndrs/jotai",
|
118 | 118 | "packageManager": "[email protected]",
|
119 | 119 | "devDependencies": {
|
120 |
| - "@babel/core": "^7.26.9", |
| 120 | + "@babel/core": "^7.26.10", |
121 | 121 | "@babel/plugin-transform-react-jsx": "^7.25.9",
|
122 |
| - "@babel/plugin-transform-typescript": "^7.26.8", |
| 122 | + "@babel/plugin-transform-typescript": "^7.27.0", |
123 | 123 | "@babel/preset-env": "^7.26.9",
|
124 |
| - "@babel/template": "^7.26.9", |
125 |
| - "@eslint/js": "^9.22.0", |
| 124 | + "@babel/template": "^7.27.0", |
| 125 | + "@eslint/js": "^9.24.0", |
126 | 126 | "@rollup/plugin-alias": "^5.1.1",
|
127 | 127 | "@rollup/plugin-babel": "^6.0.4",
|
128 |
| - "@rollup/plugin-node-resolve": "^16.0.0", |
| 128 | + "@rollup/plugin-node-resolve": "^16.0.1", |
129 | 129 | "@rollup/plugin-replace": "^6.0.2",
|
130 | 130 | "@rollup/plugin-terser": "^0.4.4",
|
131 | 131 | "@rollup/plugin-typescript": "^12.1.2",
|
132 | 132 | "@testing-library/dom": "^10.4.0",
|
133 | 133 | "@testing-library/jest-dom": "^6.6.3",
|
134 |
| - "@testing-library/react": "^16.2.0", |
| 134 | + "@testing-library/react": "^16.3.0", |
135 | 135 | "@testing-library/user-event": "^14.6.1",
|
136 | 136 | "@types/babel__core": "^7.20.5",
|
137 | 137 | "@types/babel__template": "^7.4.4",
|
138 |
| - "@types/node": "^22.13.10", |
139 |
| - "@types/react": "^19.0.10", |
140 |
| - "@types/react-dom": "^19.0.4", |
| 138 | + "@types/node": "^22.14.1", |
| 139 | + "@types/react": "^19.1.1", |
| 140 | + "@types/react-dom": "^19.1.2", |
141 | 141 | "@vitejs/plugin-react": "^4.3.4",
|
142 |
| - "@vitest/coverage-v8": "^3.0.8", |
143 |
| - "@vitest/eslint-plugin": "^1.1.36", |
144 |
| - "@vitest/ui": "^3.0.8", |
| 142 | + "@vitest/coverage-v8": "^3.1.1", |
| 143 | + "@vitest/eslint-plugin": "^1.1.42", |
| 144 | + "@vitest/ui": "^3.1.1", |
145 | 145 | "benny": "^3.7.1",
|
146 | 146 | "downlevel-dts": "^0.11.0",
|
147 |
| - "esbuild": "^0.25.1", |
148 |
| - "eslint": "9.22.0", |
149 |
| - "eslint-import-resolver-typescript": "^3.8.3", |
| 147 | + "esbuild": "^0.25.2", |
| 148 | + "eslint": "9.24.0", |
| 149 | + "eslint-import-resolver-typescript": "^4.3.2", |
150 | 150 | "eslint-plugin-import": "^2.31.0",
|
151 | 151 | "eslint-plugin-jest-dom": "^5.5.0",
|
152 |
| - "eslint-plugin-react": "^7.37.4", |
153 |
| - "eslint-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307", |
| 152 | + "eslint-plugin-react": "^7.37.5", |
| 153 | + "eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250405", |
154 | 154 | "eslint-plugin-react-hooks": "^5.2.0",
|
155 | 155 | "eslint-plugin-testing-library": "^7.1.1",
|
156 | 156 | "jest-leak-detector": "^29.7.0",
|
157 |
| - "jsdom": "^26.0.0", |
| 157 | + "jsdom": "^26.1.0", |
158 | 158 | "json": "^11.0.0",
|
159 | 159 | "prettier": "^3.5.3",
|
160 |
| - "react": "^19.0.0", |
161 |
| - "react-dom": "^19.0.0", |
162 |
| - "rollup": "^4.35.0", |
| 160 | + "react": "^19.1.0", |
| 161 | + "react-dom": "^19.1.0", |
| 162 | + "rollup": "^4.40.0", |
163 | 163 | "rollup-plugin-banner2": "^1.3.1",
|
164 | 164 | "rollup-plugin-esbuild": "^6.2.1",
|
165 | 165 | "rxjs": "^7.8.2",
|
166 |
| - "shelljs": "^0.9.1", |
167 |
| - "shx": "^0.3.4", |
| 166 | + "shelljs": "^0.9.2", |
| 167 | + "shx": "^0.4.0", |
168 | 168 | "ts-expect": "^1.3.0",
|
169 |
| - "typescript": "^5.8.2", |
170 |
| - "typescript-eslint": "^8.26.0", |
171 |
| - "vitest": "^3.0.8", |
| 169 | + "typescript": "^5.8.3", |
| 170 | + "typescript-eslint": "^8.29.1", |
| 171 | + "vitest": "^3.1.1", |
172 | 172 | "wonka": "^6.3.5"
|
173 | 173 | },
|
174 | 174 | "peerDependencies": {
|
|
0 commit comments