fix: align npm locks with test runtime

This commit is contained in:
hectorzhao
2026-08-28 14:41:51 +08:00
parent ad27acad7e
commit 226527f1ce
5 changed files with 95 additions and 113 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
"name": "cmpp-platform-frontend",
"version": "0.1.0",
"private": true,
"packageManager": "npm@11.6.2",
"packageManager": "npm@10.9.4",
"type": "module",
"scripts": {
"dev": "npm run build && vite preview --host 0.0.0.0",
@@ -60,7 +60,7 @@
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"jsdom": "^30.0.1",
"jsdom": "^29.1.1",
"msw": "^2.15.0",
"prettier": "^3.9.6",
"typescript": "^6.0.3",