Bump all deps (#251)

pull/254/head
Matt (IPv4) Cowley 2021-04-12 20:37:50 +01:00 committed by GitHub
parent 03ad31f8d7
commit 36d23555ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3657 additions and 1778 deletions

5403
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,7 +44,7 @@
}, },
"homepage": "https://github.com/digitalocean/nginxconfig.io#readme", "homepage": "https://github.com/digitalocean/nginxconfig.io#readme",
"dependencies": { "dependencies": {
"clipboard": "^2.0.6", "clipboard": "^2.0.8",
"clone": "^2.1.2", "clone": "^2.1.2",
"do-bulma": "git+https://github.com/do-community/do-bulma.git", "do-bulma": "git+https://github.com/do-community/do-bulma.git",
"do-vue": "git+https://github.com/do-community/do-vue.git", "do-vue": "git+https://github.com/do-community/do-vue.git",
@ -54,34 +54,34 @@
"memory-tar-create": "0.0.2", "memory-tar-create": "0.0.2",
"pretty-checkbox-vue": "^1.1.9", "pretty-checkbox-vue": "^1.1.9",
"prismjs": "^1.23.0", "prismjs": "^1.23.0",
"qs": "^6.9.4", "qs": "^6.10.1",
"simple-js-sha2-256": "^1.0.7", "simple-js-sha2-256": "^1.0.7",
"vue": "^2.6.12", "vue": "^2.6.12",
"vue-i18n": "^8.22.2", "vue-i18n": "^8.24.2",
"vue-select": "^3.10.8", "vue-select": "^3.11.2",
"webpack-require-from": "^1.8.2" "webpack-require-from": "^1.8.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.11.5", "@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.11.5", "@babel/preset-env": "^7.13.12",
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.13.10",
"@vue/cli-service": "^4.5.9", "@vue/cli-service": "^4.5.12",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"copyfiles": "^2.4.1", "copyfiles": "^2.4.1",
"core-js": "^3.6.5", "core-js": "^3.10.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0", "duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^7.15.0", "eslint": "^7.23.0",
"eslint-plugin-vue": "^7.3.0", "eslint-plugin-vue": "^7.8.0",
"jest": "^26.6.3",
"esm": "^3.2.25", "esm": "^3.2.25",
"jest": "^26.6.3",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"sass": "^1.30.0", "sass": "^1.32.8",
"sass-lint": "^1.13.1", "sass-lint": "^1.13.1",
"sass-lint-auto-fix": "^0.21.2", "sass-lint-auto-fix": "^0.21.2",
"sass-loader": "^10.1.0", "sass-loader": "^10.1.1",
"vue-template-compiler": "^2.6.12", "vue-template-compiler": "^2.6.12",
"webpack-bundle-analyzer": "^4.3.0" "webpack-bundle-analyzer": "^4.4.0"
} }
} }