Dependency updates (#264)

* Assorted minor version updates

* Assorted major version updates
pull/266/head
Matt (IPv4) Cowley 2021-05-13 15:30:04 +01:00 committed by GitHub
parent 27d090daeb
commit 8155902f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2426 additions and 3600 deletions

5986
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -48,38 +48,38 @@
"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",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"files-diff": "0.0.4", "files-diff": "0.0.5",
"json-to-pretty-yaml": "^1.2.2", "json-to-pretty-yaml": "^1.2.2",
"memory-tar-create": "0.0.2", "memory-tar-create": "0.0.3",
"pretty-checkbox-vue": "^1.1.9", "pretty-checkbox-vue": "^1.1.9",
"prismjs": "^1.23.0", "prismjs": "^1.23.0",
"qs": "^6.10.1", "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.24.3", "vue-i18n": "^8.24.4",
"vue-select": "^3.11.2", "vue-select": "^3.11.2",
"webpack-require-from": "^1.8.2" "webpack-require-from": "^1.8.4"
}, },
"devDependencies": { "devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.15", "@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15", "@babel/preset-env": "^7.14.1",
"@babel/runtime": "^7.13.10", "@babel/runtime": "^7.14.0",
"@vue/cli-service": "^5.0.0-alpha.8", "@vue/cli-service": "^5.0.0-beta.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"chalk": "^4.1.0", "chalk": "^4.1.1",
"copyfiles": "^2.4.1", "copyfiles": "^2.4.1",
"core-js": "^3.10.1", "core-js": "^3.12.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0", "duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^7.24.0", "eslint": "^7.26.0",
"eslint-plugin-vue": "^7.9.0", "eslint-plugin-vue": "^7.9.0",
"esm": "^3.2.25", "esm": "^3.2.25",
"jest": "^26.6.3", "jest": "^26.6.3",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"postcss": "^8.2.10", "postcss": "^8.2.15",
"sass": "^1.32.10", "sass": "^1.32.12",
"sass-lint": "git+https://github.com/do-community/sass-lint.git", "sass-lint": "git+https://github.com/do-community/sass-lint.git",
"sass-loader": "^11.0.1", "sass-loader": "^11.1.0",
"vue-template-compiler": "^2.6.12", "vue-template-compiler": "^2.6.12",
"webpack-bundle-analyzer": "^4.4.1" "webpack-bundle-analyzer": "^4.4.1"
} }