|
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-class-properties": "^7.28.6", |
| 15 | + "@babel/plugin-transform-object-rest-spread": "^7.28.6", |
| 16 | + "@babel/preset-react": "^7.27.1", |
15 | 17 | "@babel/plugin-transform-runtime": "^7.28.3", |
16 | 18 | "@babel/preset-env": "^7.29.0", |
17 | 19 | "@babel/preset-typescript": "^7.24.7", |
|
70 | 72 | "sharp": "^0.34.4" |
71 | 73 | }, |
72 | 74 | "dependencies": { |
73 | | - "@babel/plugin-proposal-class-properties": "^7.10.4", |
74 | | - "@babel/preset-react": "^7.27.1", |
75 | 75 | "@codemirror/lang-json": "^6.0.1", |
76 | 76 | "@codemirror/lang-sql": "^6.10.0", |
77 | 77 | "@date-io/core": "^3.0.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", |
|
137 | 136 | "react-dom": "^19.2.3", |
138 | 137 | "react-draggable": "^4.4.6", |
139 | 138 | "react-dropzone": "^15.0.0", |
140 | | - "react-frame-component": "^5.2.6", |
| 139 | + "react-frame-component": "~5.2.6", |
141 | 140 | "react-leaflet": "^4.2.1", |
142 | 141 | "react-new-window": "^1.0.1", |
143 | 142 | "react-resize-detector": "^12.3.0", |
|
0 commit comments