Skip to content

Commit 6a201b9

Browse files
author
mazhaobo
committed
build(deps): 使用lerna-lite替换lerna
- 添加 Lerna Lite 相关依赖 - 更新 Vitest 和 React 相关依赖 - 移除 lerna 依赖 - 更新其他开发工具依赖
1 parent eba2a93 commit 6a201b9

File tree

2 files changed

+1183
-1569
lines changed

2 files changed

+1183
-1569
lines changed

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,27 @@
2929
}
3030
},
3131
"devDependencies": {
32+
"@lerna-lite/core": "^3.10.1",
33+
"@lerna-lite/publish": "^3.10.1",
34+
"@lerna-lite/run": "^3.10.1",
35+
"@lerna-lite/version": "^3.10.1",
36+
"@testing-library/dom": "^10.4.0",
37+
"@testing-library/react": "^16.0.1",
3238
"@types/react-router": "5.1.18",
39+
"@vitejs/plugin-react-swc": "3.7.2",
40+
"@vitest/ui": "2.1.8",
3341
"babel-jest": "^26.5.2",
3442
"del": "^6.1.1",
3543
"execa": "^5.1.1",
3644
"f2elint": "^4.8.0",
3745
"gulp": "^4.0.2",
3846
"husky": "^7.0.4",
39-
"lerna": "^8",
47+
"jsdom": "^25.0.1",
4048
"rimraf": "^6.0.1",
49+
"sass-embedded": "^1.83.0",
4150
"typescript": "^5.7.2",
42-
"jsdom": "^25.0.1",
43-
"@testing-library/react": "^16.0.1",
44-
"@testing-library/dom": "^10.4.0",
45-
"@vitejs/plugin-react-swc": "3.7.2",
4651
"vite": "^6.0.1",
4752
"vite-plugin-dts": "^4.3.0",
48-
"@vitest/ui": "2.1.8",
4953
"vitest": "^2.1.8"
5054
},
5155
"resolutions": {

0 commit comments

Comments
 (0)