|
5 | 5 | "dependencies": { |
6 | 6 | "@ant-design/icons": "^5.4.0", |
7 | 7 | "@ant-design/pro-components": "^2.8.7", |
8 | | - "@babel/standalone": "^7.25.6", |
9 | | - "@codingapi/flow-pc": "^0.0.43", |
10 | | - "@codingapi/form-pc": "^0.0.43", |
11 | | - "@codingapi/ui-framework": "^0.0.43", |
| 8 | + "@codingapi/flow-pc": "^0.0.44", |
| 9 | + "@codingapi/form-pc": "^0.0.44", |
| 10 | + "@codingapi/ui-framework": "^0.0.44", |
12 | 11 | "@dnd-kit/core": "^6.2.0", |
13 | 12 | "@dnd-kit/sortable": "^9.0.0", |
14 | 13 | "@handsontable/react-wrapper": "^15.0.0", |
|
57 | 56 | ] |
58 | 57 | }, |
59 | 58 | "devDependencies": { |
60 | | - "typescript": "^5.6.2", |
| 59 | + "@babel/preset-env": "^7.26.0", |
| 60 | + "@babel/preset-react": "^7.26.3", |
| 61 | + "@babel/preset-typescript": "^7.26.0", |
| 62 | + "@babel/standalone": "^7.25.6", |
61 | 63 | "@module-federation/enhanced": "^0.17.0", |
62 | 64 | "@module-federation/rsbuild-plugin": "^0.17.0", |
63 | 65 | "@rsbuild/core": "^1.4.7", |
64 | 66 | "@rsbuild/plugin-react": "^1.3.4", |
65 | 67 | "@rsbuild/plugin-sass": "^1.3.3", |
66 | | - "@types/babel__standalone": "^7.1.7", |
67 | | - "@types/node": "^16.18.108", |
68 | | - "@types/react": "^18.3.5", |
69 | | - "@types/react-dom": "^18.3.0", |
70 | | - "@babel/preset-env": "^7.26.0", |
71 | | - "@babel/preset-react": "^7.26.3", |
72 | | - "@babel/preset-typescript": "^7.26.0", |
73 | 68 | "@testing-library/dom": "^10.4.0", |
74 | 69 | "@testing-library/jest-dom": "^6.6.3", |
75 | 70 | "@testing-library/react": "^16.3.0", |
| 71 | + "@types/babel__standalone": "^7.1.7", |
76 | 72 | "@types/jest": "^29.5.14", |
77 | 73 | "@types/lodash": "^4.17.7", |
78 | 74 | "@types/lodash-es": "^4.17.12", |
79 | 75 | "@types/mockjs": "^1.0.10", |
| 76 | + "@types/node": "^16.18.108", |
| 77 | + "@types/react": "^18.3.5", |
| 78 | + "@types/react-dom": "^18.3.0", |
80 | 79 | "babel-jest": "^29.7.0", |
81 | 80 | "css-loader": "^7.1.2", |
82 | 81 | "express": "^4.21.0", |
|
85 | 84 | "jest-environment-jsdom": "^29.7.0", |
86 | 85 | "mockjs": "^1.1.0", |
87 | 86 | "monaco-editor-webpack-plugin": "^7.1.0", |
88 | | - "sass": "^1.78.0", |
| 87 | + "sass": "^1.89.2", |
89 | 88 | "sass-loader": "^16.0.1", |
90 | 89 | "style-loader": "^4.0.0", |
91 | 90 | "ts-jest": "^29.3.2", |
92 | 91 | "ts-loader": "^9.5.1", |
93 | | - "ts-node": "^10.9.2" |
| 92 | + "ts-node": "^10.9.2", |
| 93 | + "typescript": "^5.6.2" |
94 | 94 | } |
95 | 95 | } |
0 commit comments