Merge pull request #559 from alibaba/fix/hoist-happy-dom

fix(deps): hoist happy-dom to root devDependencies
This commit is contained in:
Simon
2026-06-16 12:33:51 +08:00
committed by GitHub
3 changed files with 2 additions and 6 deletions

4
package-lock.json generated
View File

@@ -33,6 +33,7 @@
"dotenv": "^17.4.2",
"eslint": "^10.4.0",
"globals": "^17.6.0",
"happy-dom": "^20.10.2",
"husky": "^9.1.7",
"lint-staged": "^17.0.5",
"prettier": "^3.8.3",
@@ -11456,9 +11457,6 @@
"license": "MIT",
"dependencies": {
"ai-motion": "^0.4.8"
},
"devDependencies": {
"happy-dom": "^20.10.2"
}
},
"packages/ui": {

View File

@@ -57,6 +57,7 @@
"dotenv": "^17.4.2",
"eslint": "^10.4.0",
"globals": "^17.6.0",
"happy-dom": "^20.10.2",
"husky": "^9.1.7",
"lint-staged": "^17.0.5",
"prettier": "^3.8.3",

View File

@@ -48,8 +48,5 @@
},
"dependencies": {
"ai-motion": "^0.4.8"
},
"devDependencies": {
"happy-dom": "^20.10.2"
}
}