Skip to content

Commit c458434

Browse files
committed
remove webpack
1 parent 87487ab commit c458434

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"react-router": "^6.26.2",
3030
"react-router-dom": "^6.26.2",
3131
"remark-gfm": "^4.0.1",
32-
"typescript": "^5.6.2",
3332
"web-vitals": "^2.1.4"
3433
},
3534
"scripts": {
@@ -58,6 +57,7 @@
5857
]
5958
},
6059
"devDependencies": {
60+
"typescript": "^5.6.2",
6161
"@module-federation/enhanced": "^0.17.0",
6262
"@module-federation/rsbuild-plugin": "^0.17.0",
6363
"@rsbuild/core": "^1.4.7",

mobile-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"react-resizable": "^3.0.5",
2525
"react-router": "^6.26.2",
2626
"react-router-dom": "^6.26.2",
27-
"typescript": "^5.6.2",
2827
"web-vitals": "^2.1.4"
2928
},
3029
"scripts": {
@@ -53,6 +52,7 @@
5352
]
5453
},
5554
"devDependencies": {
55+
"typescript": "^5.6.2",
5656
"@module-federation/enhanced": "^0.17.0",
5757
"@module-federation/rsbuild-plugin": "^0.17.0",
5858
"@rsbuild/core": "^1.4.7",

0 commit comments

Comments
 (0)