mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 04:24:12 +00:00
Update dependencies (#411)
* Update Node.js version * Update do-vue + do-bulma (branch) * Minor dependency updates * Major dependency updates * Fix lint-staged config * Fix loader-utils 2.x vulnerability * Update do-vue + do-bulma (master)
This commit is contained in:
parent
d9a77798b0
commit
895d448bcf
3 changed files with 1790 additions and 1809 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
v16.17.1
|
||||
v16.18.1
|
||||
|
|
3551
package-lock.json
generated
3551
package-lock.json
generated
File diff suppressed because it is too large
Load diff
46
package.json
46
package.json
|
@ -57,46 +57,46 @@
|
|||
"prismjs": "^1.29.0",
|
||||
"qs": "^6.11.0",
|
||||
"simple-js-sha2-256": "^1.0.7",
|
||||
"vue": "^3.2.40",
|
||||
"vue": "^3.2.45",
|
||||
"vue-i18n": "^9.2.2",
|
||||
"vue-select": "^4.0.0-beta.5",
|
||||
"vue-select": "^4.0.0-beta.6",
|
||||
"webpack-require-from": "^1.8.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.19.1",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-transform-runtime": "^7.19.1",
|
||||
"@babel/preset-env": "^7.19.3",
|
||||
"@babel/runtime": "^7.19.0",
|
||||
"@babel/plugin-transform-runtime": "^7.19.6",
|
||||
"@babel/preset-env": "^7.20.2",
|
||||
"@babel/runtime": "^7.20.1",
|
||||
"@vue/cli-service": "^5.0.8",
|
||||
"ajv": "^8.11.0",
|
||||
"chalk": "^5.0.1",
|
||||
"ajv": "^8.11.2",
|
||||
"chalk": "^5.1.2",
|
||||
"copyfiles": "^2.4.1",
|
||||
"core-js": "^3.25.3",
|
||||
"core-js": "^3.26.1",
|
||||
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
||||
"eslint": "^8.24.0",
|
||||
"eslint-plugin-vue": "^9.5.1",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-plugin-vue": "^9.7.0",
|
||||
"esm": "^3.2.25",
|
||||
"husky": "^7.0.0",
|
||||
"jest": "^29.1.2",
|
||||
"jest-environment-jsdom": "^29.1.2",
|
||||
"husky": "^8.0.2",
|
||||
"jest": "^29.3.1",
|
||||
"jest-environment-jsdom": "^29.3.1",
|
||||
"lint-staged": "^13.0.3",
|
||||
"node-fetch": "^3.2.10",
|
||||
"postcss": "^8.4.17",
|
||||
"sass": "^1.55.0",
|
||||
"sass-loader": "^13.0.2",
|
||||
"stylelint": "^14.13.0",
|
||||
"stylelint-config-standard-scss": "^5.0.0",
|
||||
"node-fetch": "^3.3.0",
|
||||
"postcss": "^8.4.19",
|
||||
"sass": "^1.56.1",
|
||||
"sass-loader": "^13.2.0",
|
||||
"stylelint": "^14.15.0",
|
||||
"stylelint-config-standard-scss": "^6.1.0",
|
||||
"stylelint-order": "^5.0.0",
|
||||
"vue-template-compiler": "^2.7.10",
|
||||
"webpack": "^5.74.0",
|
||||
"webpack-bundle-analyzer": "^4.6.1"
|
||||
"vue-template-compiler": "^2.7.14",
|
||||
"webpack": "^5.75.0",
|
||||
"webpack-bundle-analyzer": "^4.7.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,vue}": [
|
||||
"eslint --quiet --cache --fix"
|
||||
],
|
||||
"*.{scss}": [
|
||||
"*.scss": [
|
||||
"stylelint --config node_modules/do-bulma/.stylelintrc.json --fix"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue