forked from opentiny/tiny-engine
fix: esbuild install failed on nodev16 (#671)
* fix: esbuild install failed on nodev16 * fix: esbuild install failed on nodev16 * fix: remove deps on root pkg.json
This commit is contained in:
parent
732bed9795
commit
fec563dda3
|
@ -24,10 +24,7 @@
|
|||
"buildMaterials": "node ./scripts/buildMaterials.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.21.5",
|
||||
"@babel/eslint-parser": "^7.21.3",
|
||||
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
||||
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
||||
"@types/node": "^18.0.0",
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
||||
|
|
|
@ -107,6 +107,7 @@
|
|||
"assert": "^2.0.0",
|
||||
"buffer": "^6.0.3",
|
||||
"cross-env": "^7.0.3",
|
||||
"esbuild": "^0.21.5",
|
||||
"esbuild-plugin-copy": "^2.1.1",
|
||||
"eslint": "^8.38.0",
|
||||
"eslint-plugin-vue": "^8.0.0",
|
||||
|
|
Loading…
Reference in New Issue