|
161 | 161 | ] |
162 | 162 | }, |
163 | 163 | "devDependencies": { |
164 | | - "@babel/core": "7.25.7", |
165 | | - "@babel/preset-react": "7.25.7", |
| 164 | + "@babel/core": "^7.27.1", |
| 165 | + "@babel/plugin-transform-typescript": "^7.27.1", |
| 166 | + "@babel/preset-env": "^7.27.1", |
| 167 | + "@babel/preset-react": "^7.27.1", |
| 168 | + "@babel/preset-typescript": "^7.27.1", |
166 | 169 | "@graphql-codegen/cli": "5.0.0", |
167 | 170 | "@graphql-codegen/client-preset": "^4.3.2", |
168 | 171 | "@graphql-codegen/typescript": "^4.0.1", |
|
192 | 195 | "@swc/jest": "^0.2.36", |
193 | 196 | "@testing-library/react": "15.0.6", |
194 | 197 | "@types/babel__core": "^7", |
| 198 | + "@types/babel__preset-env": "^7", |
195 | 199 | "@types/bn.js": "^5", |
196 | 200 | "@types/jest": "29.5.1", |
197 | 201 | "@types/jsdom": "^21", |
|
257 | 261 | "packages/*" |
258 | 262 | ], |
259 | 263 | "resolutions": { |
260 | | - "@babel/core": "7.25.7", |
261 | | - "@babel/helper-create-class-features-plugin": "7.25.7", |
262 | | - "@babel/helper-module-imports": "7.25.7", |
263 | | - "@babel/plugin-transform-function-name": "7.25.7", |
264 | | - "@babel/traverse": "7.25.7", |
265 | | - "@babel/types": "7.25.7", |
266 | 264 | "@graphql-typed-document-node/core": "3.2.0", |
267 | 265 | "@react-pdf/layout": "3.9.1", |
268 | 266 | "@react-pdf/textkit": "4.3.0", |
|
0 commit comments