|
1 | 1 | { |
2 | 2 | "name": "zustand", |
3 | 3 | "private": true, |
4 | | - "version": "3.7.1", |
| 4 | + "version": "3.7.2", |
5 | 5 | "description": "🐻 Bear necessities for state management in React", |
6 | 6 | "main": "./index.js", |
7 | 7 | "types": "./index.d.ts", |
|
134 | 134 | "use-sync-external-store": "1.0.0" |
135 | 135 | }, |
136 | 136 | "devDependencies": { |
137 | | - "@babel/core": "^7.17.5", |
| 137 | + "@babel/core": "^7.17.9", |
138 | 138 | "@babel/plugin-external-helpers": "^7.16.7", |
139 | 139 | "@babel/plugin-transform-react-jsx": "^7.17.3", |
140 | 140 | "@babel/plugin-transform-runtime": "^7.17.0", |
|
144 | 144 | "@rollup/plugin-node-resolve": "^13.1.3", |
145 | 145 | "@rollup/plugin-replace": "^4.0.0", |
146 | 146 | "@rollup/plugin-typescript": "^8.3.1", |
147 | | - "@swc/core": "^1.2.146", |
| 147 | + "@swc/core": "^1.2.164", |
148 | 148 | "@swc/jest": "^0.2.20", |
149 | | - "@testing-library/react": "^12.1.3", |
| 149 | + "@testing-library/react": "^13.0.0", |
150 | 150 | "@types/jest": "^27.4.1", |
151 | | - "@types/react": "^17.0.39", |
152 | | - "@types/react-dom": "^17.0.11", |
| 151 | + "@types/react": "^17.0.43", |
| 152 | + "@types/react-dom": "^17.0.14", |
153 | 153 | "@types/use-sync-external-store": "^0.0.3", |
154 | | - "@typescript-eslint/eslint-plugin": "^5.12.1", |
155 | | - "@typescript-eslint/parser": "^5.12.1", |
156 | | - "concurrently": "^7.0.0", |
157 | | - "esbuild": "^0.14.23", |
158 | | - "eslint": "^8.10.0", |
159 | | - "eslint-config-prettier": "^8.4.0", |
| 154 | + "@typescript-eslint/eslint-plugin": "^5.18.0", |
| 155 | + "@typescript-eslint/parser": "^5.18.0", |
| 156 | + "concurrently": "^7.1.0", |
| 157 | + "esbuild": "^0.14.34", |
| 158 | + "eslint": "^8.12.0", |
| 159 | + "eslint-config-prettier": "^8.5.0", |
160 | 160 | "eslint-import-resolver-alias": "^1.1.2", |
161 | | - "eslint-plugin-import": "^2.25.4", |
162 | | - "eslint-plugin-jest": "^26.1.1", |
| 161 | + "eslint-plugin-import": "^2.26.0", |
| 162 | + "eslint-plugin-jest": "^26.1.3", |
163 | 163 | "eslint-plugin-prettier": "^4.0.0", |
164 | | - "eslint-plugin-react": "^7.29.2", |
165 | | - "eslint-plugin-react-hooks": "^4.3.0", |
| 164 | + "eslint-plugin-react": "^7.29.4", |
| 165 | + "eslint-plugin-react-hooks": "^4.4.0", |
166 | 166 | "husky": "^7.0.4", |
167 | 167 | "immer": "^9.0.12", |
168 | 168 | "jest": "^27.5.1", |
169 | 169 | "json": "^11.0.0", |
170 | | - "lint-staged": "^12.3.4", |
171 | | - "prettier": "^2.5.1", |
172 | | - "react": "^17.0.2", |
173 | | - "react-dom": "^17.0.2", |
174 | | - "rollup": "^2.68.0", |
175 | | - "rollup-plugin-esbuild": "^4.8.2", |
| 170 | + "lint-staged": "^12.3.7", |
| 171 | + "prettier": "^2.6.2", |
| 172 | + "react": "^18.0.0", |
| 173 | + "react-dom": "^18.0.0", |
| 174 | + "rollup": "^2.70.1", |
| 175 | + "rollup-plugin-esbuild": "^4.9.1", |
176 | 176 | "rollup-plugin-terser": "^7.0.2", |
177 | 177 | "shx": "^0.3.4", |
178 | | - "typescript": "^4.5.5" |
179 | | - }, |
180 | | - "resolutions": { |
181 | | - "date-fns": "2.27.0" |
| 178 | + "typescript": "^4.6.3" |
182 | 179 | }, |
183 | 180 | "peerDependencies": { |
184 | 181 | "react": ">=16.8" |
|
0 commit comments