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:
chilingling 2024-07-22 01:14:26 -07:00 committed by GitHub
parent 732bed9795
commit fec563dda3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -24,10 +24,7 @@
"buildMaterials": "node ./scripts/buildMaterials.mjs" "buildMaterials": "node ./scripts/buildMaterials.mjs"
}, },
"devDependencies": { "devDependencies": {
"esbuild": "^0.21.5",
"@babel/eslint-parser": "^7.21.3", "@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", "@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^4.2.3", "@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0", "@vitejs/plugin-vue-jsx": "^3.1.0",

View File

@ -107,6 +107,7 @@
"assert": "^2.0.0", "assert": "^2.0.0",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"esbuild": "^0.21.5",
"esbuild-plugin-copy": "^2.1.1", "esbuild-plugin-copy": "^2.1.1",
"eslint": "^8.38.0", "eslint": "^8.38.0",
"eslint-plugin-vue": "^8.0.0", "eslint-plugin-vue": "^8.0.0",