fix: add missing deps (#821)

This commit is contained in:
chilingling 2024-09-28 04:02:41 -07:00 committed by GitHub
parent 9707834fa9
commit 046dca43fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View File

@ -31,6 +31,7 @@
"lint": "eslint --fix ."
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@opentiny/tiny-engine-dsl-vue": "^2.0.0-alpha.2",
"@seald-io/nedb": "^4.0.2",
"fs-extra": "^11.1.1",
@ -49,7 +50,6 @@
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/register": "^7.9.0",
"@babel/runtime": "^7.9.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.3.0",
@ -70,7 +70,7 @@
"ncp": "^2.0.0"
},
"engines": {
"node": ">= 7.8.0",
"npm": ">= 4.2.0"
"node": ">= 16",
"npm": ">= 6"
}
}

View File

@ -22,10 +22,11 @@
"@opentiny/vue-theme": "~3.14.0"
},
"devDependencies": {
"@opentiny/tiny-engine-vite-config": "latest",
"@opentiny/tiny-engine-mock": "latest",
"@vitejs/plugin-vue": "^5.1.2",
"cross-env": "^7.0.3",
"vite": "^5.4.2",
"@opentiny/tiny-engine-vite-config": "latest",
"@opentiny/tiny-engine-mock": "latest"
"concurrently": "^8.2.0",
"vite": "^5.4.2"
}
}