Minor version dependency updates
This commit is contained in:
parent
f616e713c8
commit
bc66b3c029
File diff suppressed because it is too large
Load Diff
46
package.json
46
package.json
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/digitalocean/nginxconfig.io#readme",
|
||||
"dependencies": {
|
||||
"clipboard": "^2.0.10",
|
||||
"clipboard": "^2.0.11",
|
||||
"clone": "^2.1.2",
|
||||
"do-bulma": "github:do-community/do-bulma",
|
||||
"do-vue": "github:do-community/do-vue",
|
||||
|
@ -53,39 +53,39 @@
|
|||
"json-to-pretty-yaml": "^1.2.2",
|
||||
"memory-tar-create": "0.0.3",
|
||||
"pretty-checkbox-vue": "^1.1.9",
|
||||
"prismjs": "^1.27.0",
|
||||
"qs": "^6.10.3",
|
||||
"prismjs": "^1.28.0",
|
||||
"qs": "^6.11.0",
|
||||
"simple-js-sha2-256": "^1.0.7",
|
||||
"vue": "^3.2.31",
|
||||
"vue-i18n": "^9.1.9",
|
||||
"vue-select": "^4.0.0-beta.2",
|
||||
"vue": "^3.2.37",
|
||||
"vue-i18n": "^9.1.10",
|
||||
"vue-select": "^4.0.0-beta.3",
|
||||
"webpack-require-from": "^1.8.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.17.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
||||
"@babel/plugin-transform-runtime": "^7.17.0",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"@vue/cli-service": "^5.0.1",
|
||||
"ajv": "^8.10.0",
|
||||
"chalk": "^5.0.0",
|
||||
"@babel/eslint-parser": "^7.18.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-transform-runtime": "^7.18.6",
|
||||
"@babel/preset-env": "^7.18.6",
|
||||
"@babel/runtime": "^7.18.6",
|
||||
"@vue/cli-service": "^5.0.8",
|
||||
"ajv": "^8.11.0",
|
||||
"chalk": "^5.0.1",
|
||||
"copyfiles": "^2.4.1",
|
||||
"core-js": "^3.21.1",
|
||||
"core-js": "^3.23.4",
|
||||
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
||||
"eslint": "^8.9.0",
|
||||
"eslint-plugin-vue": "^8.4.1",
|
||||
"eslint": "^8.19.0",
|
||||
"eslint-plugin-vue": "^8.7.1",
|
||||
"esm": "^3.2.25",
|
||||
"jest": "^27.5.1",
|
||||
"node-fetch": "^3.2.0",
|
||||
"postcss": "^8.4.6",
|
||||
"sass": "^1.49.8",
|
||||
"node-fetch": "^3.2.6",
|
||||
"postcss": "^8.4.14",
|
||||
"sass": "^1.53.0",
|
||||
"sass-loader": "^12.6.0",
|
||||
"stylelint": "^14.5.1",
|
||||
"stylelint": "^14.9.1",
|
||||
"stylelint-config-standard-scss": "^3.0.0",
|
||||
"stylelint-order": "^5.0.0",
|
||||
"vue-template-compiler": "^2.6.14",
|
||||
"webpack": "^5.69.1",
|
||||
"vue-template-compiler": "^2.7.4",
|
||||
"webpack": "^5.73.0",
|
||||
"webpack-bundle-analyzer": "^4.5.0"
|
||||
},
|
||||
"overrides": {
|
||||
|
|
Loading…
Reference in New Issue