Dependency updates
This commit is contained in:
parent
cddfdc7081
commit
eb3ce57789
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
|
@ -46,19 +46,19 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"clipboard": "^2.0.10",
|
"clipboard": "^2.0.10",
|
||||||
"clone": "^2.1.2",
|
"clone": "^2.1.2",
|
||||||
"do-bulma": "git+https://github.com/do-community/do-bulma.git",
|
"do-bulma": "github:do-community/do-bulma",
|
||||||
"do-vue": "git+https://github.com/do-community/do-vue.git",
|
"do-vue": "github:do-community/do-vue",
|
||||||
"escape-html": "^1.0.3",
|
"escape-html": "^1.0.3",
|
||||||
"files-diff": "0.0.6",
|
"files-diff": "0.0.6",
|
||||||
"json-to-pretty-yaml": "^1.2.2",
|
"json-to-pretty-yaml": "^1.2.2",
|
||||||
"memory-tar-create": "0.0.3",
|
"memory-tar-create": "0.0.3",
|
||||||
"pretty-checkbox-vue": "^1.1.9",
|
"pretty-checkbox-vue": "^1.1.9",
|
||||||
"prismjs": "^1.26.0",
|
"prismjs": "^1.27.0",
|
||||||
"qs": "^6.10.3",
|
"qs": "^6.10.3",
|
||||||
"simple-js-sha2-256": "^1.0.7",
|
"simple-js-sha2-256": "^1.0.7",
|
||||||
"vue": "^2.6.14",
|
"vue": "^2.6.14",
|
||||||
"vue-i18n": "^8.27.0",
|
"vue-i18n": "^8.27.0",
|
||||||
"vue-select": "^3.16.0",
|
"vue-select": "^3.18.1",
|
||||||
"webpack-require-from": "^1.8.6"
|
"webpack-require-from": "^1.8.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -66,22 +66,22 @@
|
||||||
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
||||||
"@babel/plugin-transform-runtime": "^7.17.0",
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
||||||
"@babel/preset-env": "^7.16.11",
|
"@babel/preset-env": "^7.16.11",
|
||||||
"@babel/runtime": "^7.17.0",
|
"@babel/runtime": "^7.17.2",
|
||||||
"@vue/cli-service": "^5.0.0-rc.2",
|
"@vue/cli-service": "^5.0.1",
|
||||||
"ajv": "^8.10.0",
|
"ajv": "^8.10.0",
|
||||||
"chalk": "^5.0.0",
|
"chalk": "^5.0.0",
|
||||||
"copyfiles": "^2.4.1",
|
"copyfiles": "^2.4.1",
|
||||||
"core-js": "^3.21.0",
|
"core-js": "^3.21.1",
|
||||||
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
||||||
"eslint": "^8.8.0",
|
"eslint": "^8.9.0",
|
||||||
"eslint-plugin-vue": "^8.4.1",
|
"eslint-plugin-vue": "^8.4.1",
|
||||||
"esm": "^3.2.25",
|
"esm": "^3.2.25",
|
||||||
"jest": "^27.4.7",
|
"jest": "^27.5.1",
|
||||||
"node-fetch": "^3.2.0",
|
"node-fetch": "^3.2.0",
|
||||||
"postcss": "^8.4.6",
|
"postcss": "^8.4.6",
|
||||||
"sass": "^1.49.7",
|
"sass": "^1.49.8",
|
||||||
"sass-loader": "^11.1.1",
|
"sass-loader": "^12.6.0",
|
||||||
"stylelint": "^14.3.0",
|
"stylelint": "^14.5.1",
|
||||||
"stylelint-config-standard-scss": "^3.0.0",
|
"stylelint-config-standard-scss": "^3.0.0",
|
||||||
"stylelint-order": "^5.0.0",
|
"stylelint-order": "^5.0.0",
|
||||||
"vue-template-compiler": "^2.6.14",
|
"vue-template-compiler": "^2.6.14",
|
||||||
|
|
Loading…
Reference in New Issue