|
113 | 113 | }, |
114 | 114 | "homepage": "https://github.com/pmndrs/jotai", |
115 | 115 | "devDependencies": { |
116 | | - "@babel/core": "^7.23.9", |
| 116 | + "@babel/core": "^7.24.0", |
117 | 117 | "@babel/plugin-transform-react-jsx": "^7.23.4", |
118 | 118 | "@babel/plugin-transform-typescript": "^7.23.6", |
119 | | - "@babel/preset-env": "^7.23.9", |
120 | | - "@babel/template": "^7.23.9", |
121 | | - "@babel/types": "^7.23.9", |
| 119 | + "@babel/preset-env": "^7.24.0", |
| 120 | + "@babel/template": "^7.24.0", |
| 121 | + "@babel/types": "^7.24.0", |
122 | 122 | "@redux-devtools/extension": "^3.3.0", |
123 | 123 | "@rollup/plugin-alias": "^5.1.0", |
124 | 124 | "@rollup/plugin-babel": "^6.0.4", |
|
130 | 130 | "@testing-library/react": "^14.2.1", |
131 | 131 | "@testing-library/user-event": "14.4.3", |
132 | 132 | "@types/babel__core": "^7.20.5", |
133 | | - "@types/node": "^20.11.21", |
| 133 | + "@types/node": "^20.11.27", |
134 | 134 | "@types/react": "18.2.56", |
135 | | - "@types/react-dom": "^18.2.19", |
136 | | - "@typescript-eslint/eslint-plugin": "^7.1.0", |
137 | | - "@typescript-eslint/parser": "^7.1.0", |
| 135 | + "@types/react-dom": "^18.2.22", |
| 136 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 137 | + "@typescript-eslint/parser": "^7.2.0", |
138 | 138 | "@vitest/coverage-v8": "0.33.0", |
139 | 139 | "@vitest/ui": "0.33.0", |
140 | 140 | "benny": "^3.7.1", |
141 | 141 | "concurrently": "^8.2.2", |
142 | 142 | "downlevel-dts": "^0.11.0", |
143 | | - "esbuild": "^0.20.1", |
| 143 | + "esbuild": "^0.20.2", |
144 | 144 | "eslint": "^8.57.0", |
145 | 145 | "eslint-config-prettier": "^9.1.0", |
146 | 146 | "eslint-import-resolver-alias": "^1.1.2", |
147 | 147 | "eslint-plugin-import": "^2.29.1", |
148 | 148 | "eslint-plugin-prettier": "^5.1.3", |
149 | | - "eslint-plugin-react": "^7.33.2", |
| 149 | + "eslint-plugin-react": "^7.34.0", |
150 | 150 | "eslint-plugin-react-hooks": "^4.6.0", |
151 | | - "eslint-plugin-vitest": "^0.3.22", |
| 151 | + "eslint-plugin-vitest": "^0.3.26", |
152 | 152 | "jsdom": "^24.0.0", |
153 | 153 | "json": "^11.0.0", |
154 | 154 | "prettier": "^3.2.5", |
155 | 155 | "react": "^18.2.0", |
156 | 156 | "react-dom": "^18.2.0", |
157 | 157 | "redux": "^5.0.1", |
158 | | - "rollup": "^4.12.0", |
| 158 | + "rollup": "^4.13.0", |
159 | 159 | "rollup-plugin-banner2": "^1.2.2", |
160 | 160 | "rollup-plugin-esbuild": "^6.1.1", |
161 | 161 | "rxjs": "^7.8.1", |
162 | 162 | "shx": "^0.3.4", |
163 | 163 | "ts-expect": "^1.3.0", |
164 | 164 | "ts-node": "^10.9.2", |
165 | 165 | "tslib": "^2.6.2", |
166 | | - "typescript": "^5.3.3", |
| 166 | + "typescript": "^5.4.2", |
167 | 167 | "vitest": "0.33.0", |
168 | 168 | "wonka": "^6.3.4" |
169 | 169 | }, |
|
0 commit comments