mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 04:24:12 +00:00
Update our deps
This commit is contained in:
parent
07673ce319
commit
7976e0a14e
2 changed files with 884 additions and 1030 deletions
1902
package-lock.json
generated
1902
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
@ -44,7 +44,7 @@
|
|||
"do-bulma": "git+https://github.com/do-community/do-bulma.git",
|
||||
"do-vue": "git+https://github.com/do-community/do-vue.git",
|
||||
"escape-html": "^1.0.3",
|
||||
"files-diff": "0.0.2",
|
||||
"files-diff": "0.0.3",
|
||||
"memory-tar-create": "0.0.2",
|
||||
"pretty-checkbox-vue": "^1.1.9",
|
||||
"prismjs": "^1.20.0",
|
||||
|
@ -52,18 +52,18 @@
|
|||
"simple-js-sha2-256": "^1.0.7",
|
||||
"string-similarity": "^4.0.1",
|
||||
"vue": "^2.6.11",
|
||||
"vue-select": "^3.10.3"
|
||||
"vue-select": "^3.10.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-service": "^4.4.6",
|
||||
"copyfiles": "^2.3.0",
|
||||
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-vue": "^5.2.3",
|
||||
"sass": "^1.26.9",
|
||||
"eslint": "^7.4.0",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"sass": "^1.26.10",
|
||||
"sass-lint": "^1.13.1",
|
||||
"sass-lint-auto-fix": "^0.21.0",
|
||||
"sass-loader": "^8.0.2",
|
||||
"sass-loader": "^9.0.2",
|
||||
"vue-template-compiler": "^2.6.11",
|
||||
"webpack-bundle-analyzer": "^3.8.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue