update package.json.
This commit is contained in:
parent
7818a5b860
commit
425ae4086f
30
package.json
30
package.json
|
@ -17,7 +17,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "0.20.0",
|
"axios": "0.20.0",
|
||||||
"clipboard": "2.0.6",
|
"clipboard": "2.0.6",
|
||||||
"codemirror": "5.57.0",
|
"codemirror": "5.58.1",
|
||||||
"core-js": "3.6.5",
|
"core-js": "3.6.5",
|
||||||
"driver.js": "0.9.8",
|
"driver.js": "0.9.8",
|
||||||
"dropzone": "5.7.2",
|
"dropzone": "5.7.2",
|
||||||
|
@ -33,38 +33,38 @@
|
||||||
"path-to-regexp": "6.1.0",
|
"path-to-regexp": "6.1.0",
|
||||||
"screenfull": "5.0.2",
|
"screenfull": "5.0.2",
|
||||||
"script-loader": "0.7.2",
|
"script-loader": "0.7.2",
|
||||||
"sortablejs": "1.10.2",
|
"sortablejs": "1.12.0",
|
||||||
"tui-editor": "1.4.10",
|
"tui-editor": "1.4.10",
|
||||||
"vue": "2.6.12",
|
"vue": "2.6.12",
|
||||||
"vue-count-to": "1.0.13",
|
"vue-count-to": "1.0.13",
|
||||||
"vue-router": "3.4.3",
|
"vue-router": "3.4.5",
|
||||||
"vue-splitpane": "1.0.6",
|
"vue-splitpane": "1.0.6",
|
||||||
"vuedraggable": "2.24.1",
|
"vuedraggable": "2.24.1",
|
||||||
"vuex": "3.5.1",
|
"vuex": "3.5.1",
|
||||||
"xlsx": "0.16.6"
|
"xlsx": "0.16.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vue/cli-plugin-babel": "4.5.4",
|
"@vue/cli-plugin-babel": "4.5.6",
|
||||||
"@vue/cli-plugin-eslint": "4.5.4",
|
"@vue/cli-plugin-eslint": "4.5.6",
|
||||||
"@vue/cli-plugin-unit-jest": "4.5.4",
|
"@vue/cli-plugin-unit-jest": "4.5.6",
|
||||||
"@vue/cli-service": "4.5.4",
|
"@vue/cli-service": "4.5.6",
|
||||||
"@vue/test-utils": "1.0.5",
|
"@vue/test-utils": "1.1.0",
|
||||||
"autoprefixer": "9.8.6",
|
"autoprefixer": "10.0.1",
|
||||||
"babel-eslint": "10.1.0",
|
"babel-eslint": "10.1.0",
|
||||||
"babel-jest": "26.3.0",
|
"babel-jest": "26.3.0",
|
||||||
"babel-plugin-dynamic-import-node": "2.3.3",
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||||
"chalk": "4.1.0",
|
"chalk": "4.1.0",
|
||||||
"chokidar": "3.4.2",
|
"chokidar": "3.4.2",
|
||||||
"connect": "3.7.0",
|
"connect": "3.7.0",
|
||||||
"eslint": "7.8.1",
|
"eslint": "7.10.0",
|
||||||
"eslint-plugin-vue": "6.2.2",
|
"eslint-plugin-vue": "6.2.2",
|
||||||
"html-webpack-plugin": "4.4.1",
|
"html-webpack-plugin": "4.5.0",
|
||||||
"husky": "4.2.5",
|
"husky": "4.3.0",
|
||||||
"lint-staged": "10.3.0",
|
"lint-staged": "10.4.0",
|
||||||
"mockjs": "1.1.0",
|
"mockjs": "1.1.0",
|
||||||
"plop": "2.7.4",
|
"plop": "2.7.4",
|
||||||
"runjs": "4.4.2",
|
"runjs": "4.4.2",
|
||||||
"sass": "1.26.10",
|
"sass": "1.26.11",
|
||||||
"sass-loader": "10.0.2",
|
"sass-loader": "10.0.2",
|
||||||
"script-ext-html-webpack-plugin": "2.1.4",
|
"script-ext-html-webpack-plugin": "2.1.4",
|
||||||
"serve-static": "1.14.1",
|
"serve-static": "1.14.1",
|
||||||
|
|
Loading…
Reference in New Issue