mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 04:24:12 +00:00
Bump all deps (#251)
This commit is contained in:
parent
03ad31f8d7
commit
36d23555ac
2 changed files with 3657 additions and 1778 deletions
5403
package-lock.json
generated
5403
package-lock.json
generated
File diff suppressed because it is too large
Load diff
32
package.json
32
package.json
|
@ -44,7 +44,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/digitalocean/nginxconfig.io#readme",
|
||||
"dependencies": {
|
||||
"clipboard": "^2.0.6",
|
||||
"clipboard": "^2.0.8",
|
||||
"clone": "^2.1.2",
|
||||
"do-bulma": "git+https://github.com/do-community/do-bulma.git",
|
||||
"do-vue": "git+https://github.com/do-community/do-vue.git",
|
||||
|
@ -54,34 +54,34 @@
|
|||
"memory-tar-create": "0.0.2",
|
||||
"pretty-checkbox-vue": "^1.1.9",
|
||||
"prismjs": "^1.23.0",
|
||||
"qs": "^6.9.4",
|
||||
"qs": "^6.10.1",
|
||||
"simple-js-sha2-256": "^1.0.7",
|
||||
"vue": "^2.6.12",
|
||||
"vue-i18n": "^8.22.2",
|
||||
"vue-select": "^3.10.8",
|
||||
"vue-i18n": "^8.24.2",
|
||||
"vue-select": "^3.11.2",
|
||||
"webpack-require-from": "^1.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
||||
"@babel/plugin-transform-runtime": "^7.11.5",
|
||||
"@babel/preset-env": "^7.11.5",
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@vue/cli-service": "^4.5.9",
|
||||
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
||||
"@babel/plugin-transform-runtime": "^7.13.10",
|
||||
"@babel/preset-env": "^7.13.12",
|
||||
"@babel/runtime": "^7.13.10",
|
||||
"@vue/cli-service": "^4.5.12",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"chalk": "^4.1.0",
|
||||
"copyfiles": "^2.4.1",
|
||||
"core-js": "^3.6.5",
|
||||
"core-js": "^3.10.0",
|
||||
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
||||
"eslint": "^7.15.0",
|
||||
"eslint-plugin-vue": "^7.3.0",
|
||||
"jest": "^26.6.3",
|
||||
"eslint": "^7.23.0",
|
||||
"eslint-plugin-vue": "^7.8.0",
|
||||
"esm": "^3.2.25",
|
||||
"jest": "^26.6.3",
|
||||
"node-fetch": "^2.6.1",
|
||||
"sass": "^1.30.0",
|
||||
"sass": "^1.32.8",
|
||||
"sass-lint": "^1.13.1",
|
||||
"sass-lint-auto-fix": "^0.21.2",
|
||||
"sass-loader": "^10.1.0",
|
||||
"sass-loader": "^10.1.1",
|
||||
"vue-template-compiler": "^2.6.12",
|
||||
"webpack-bundle-analyzer": "^4.3.0"
|
||||
"webpack-bundle-analyzer": "^4.4.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue