From 665584f84084578d1a7d12bcfc3ccf71a36ecbf3 Mon Sep 17 00:00:00 2001 From: Edwin Betancourt Date: Sat, 14 Nov 2020 23:19:40 -0400 Subject: [PATCH] Update package.json --- package.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index 186ba3fa..1f759c21 100644 --- a/package.json +++ b/package.json @@ -15,58 +15,58 @@ "test:ci": "npm run lint && npm run test:unit" }, "dependencies": { - "axios": "0.20.0", + "axios": "0.21.0", "clipboard": "2.0.6", - "codemirror": "5.58.1", - "core-js": "3.6.5", + "codemirror": "5.58.2", + "core-js": "3.7.0", "driver.js": "0.9.8", "dropzone": "5.7.2", "echarts": "4.9.0", - "element-ui": "2.13.2", + "element-ui": "2.14.1", "file-saver": "2.0.2", - "fuse.js": "6.4.1", + "fuse.js": "6.4.3", "js-cookie": "2.2.1", "jsonlint": "1.6.3", "jszip": "3.5.0", "normalize.css": "8.0.1", "nprogress": "0.2.0", - "path-to-regexp": "6.1.0", + "path-to-regexp": "6.2.0", "screenfull": "5.0.2", "script-loader": "0.7.2", "sortablejs": "1.12.0", "tui-editor": "1.4.10", "vue": "2.6.12", "vue-count-to": "1.0.13", - "vue-router": "3.4.5", + "vue-router": "3.4.9", "vue-splitpane": "1.0.6", - "vuedraggable": "2.24.1", + "vuedraggable": "2.24.3", "vuex": "3.5.1", - "xlsx": "0.16.7" + "xlsx": "0.16.8" }, "devDependencies": { - "@vue/cli-plugin-babel": "4.5.6", - "@vue/cli-plugin-eslint": "4.5.6", - "@vue/cli-plugin-unit-jest": "4.5.6", - "@vue/cli-service": "4.5.6", - "@vue/test-utils": "1.1.0", - "autoprefixer": "9.8.6", + "@vue/cli-plugin-babel": "4.5.8", + "@vue/cli-plugin-eslint": "4.5.8", + "@vue/cli-plugin-unit-jest": "4.5.8", + "@vue/cli-service": "4.5.8", + "@vue/test-utils": "1.1.1", + "autoprefixer": "10.0.2", "babel-eslint": "10.1.0", - "babel-jest": "26.3.0", + "babel-jest": "26.6.3", "babel-plugin-dynamic-import-node": "2.3.3", "chalk": "4.1.0", - "chokidar": "3.4.2", + "chokidar": "3.4.3", "connect": "3.7.0", - "eslint": "7.10.0", - "eslint-plugin-vue": "6.2.2", + "eslint": "7.13.0", + "eslint-plugin-vue": "7.1.0", "html-webpack-plugin": "4.5.0", "husky": "4.3.0", - "lint-staged": "10.4.0", + "lint-staged": "10.5.1", "mockjs": "1.1.0", "plop": "2.7.4", "runjs": "4.4.2", - "sass": "1.26.11", - "sass-loader": "10.0.2", - "script-ext-html-webpack-plugin": "2.1.4", + "sass": "1.29.0", + "sass-loader": "10.1.0", + "script-ext-html-webpack-plugin": "2.1.5", "serve-static": "1.14.1", "svg-sprite-loader": "5.0.0", "svgo": "1.3.2",