|
10 | 10 | "@babel/core": "^7.28.3", |
11 | 11 | "@babel/eslint-parser": "^7.28.6", |
12 | 12 | "@babel/eslint-plugin": "^7.26.10", |
13 | | - "@babel/plugin-proposal-object-rest-spread": "^7.10.1", |
14 | 13 | "@babel/plugin-syntax-jsx": "^7.16.0", |
| 14 | + "@babel/plugin-transform-object-rest-spread": "^7.28.6", |
15 | 15 | "@babel/plugin-transform-runtime": "^7.28.3", |
16 | 16 | "@babel/preset-env": "^7.29.0", |
17 | 17 | "@babel/preset-typescript": "^7.24.7", |
|
70 | 70 | "sharp": "^0.34.4" |
71 | 71 | }, |
72 | 72 | "dependencies": { |
73 | | - "@babel/plugin-proposal-class-properties": "^7.10.4", |
| 73 | + "@babel/plugin-transform-class-properties": "^7.28.6", |
74 | 74 | "@babel/preset-react": "^7.27.1", |
75 | 75 | "@codemirror/lang-json": "^6.0.1", |
76 | 76 | "@codemirror/lang-sql": "^6.10.0", |
|
89 | 89 | "@tanstack/react-query": "^5.90.19", |
90 | 90 | "@tanstack/react-table": "^8.16.0", |
91 | 91 | "@tanstack/react-virtual": "^3.13.21", |
92 | | - "@types/classnames": "^2.3.4", |
93 | 92 | "@types/react": "^19.2.9", |
94 | 93 | "@types/react-dom": "^19.0.0", |
95 | 94 | "@xterm/addon-fit": "^0.11.0", |
|
0 commit comments