fix: add missing deps (#821)
This commit is contained in:
parent
9707834fa9
commit
046dca43fd
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue