Bump Node.js to 16.16.0
This commit is contained in:
parent
97b175ab4d
commit
f616e713c8
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
|
@ -5,8 +5,8 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16.13.2",
|
"node": "^16.16.0",
|
||||||
"npm": "8.4.1"
|
"npm": "^8.11.0"
|
||||||
},
|
},
|
||||||
"main": "src/nginxconfig/mount.js",
|
"main": "src/nginxconfig/mount.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -89,6 +89,11 @@
|
||||||
"webpack-bundle-analyzer": "^4.5.0"
|
"webpack-bundle-analyzer": "^4.5.0"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"mini-css-extract-plugin": "^1.6.2"
|
"@vue/cli-service": {
|
||||||
|
"mini-css-extract-plugin": "^1.6.2"
|
||||||
|
},
|
||||||
|
"pretty-checkbox-vue": {
|
||||||
|
"vue": "$vue"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue