chore: update dependencies
This commit is contained in:
Generated
+2820
-2507
File diff suppressed because it is too large
Load Diff
+20
-16
@@ -14,6 +14,10 @@
|
||||
"url": "https://github.com/orgs/coreui/people"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:coreui/coreui-free-vue-admin-template.git"
|
||||
},
|
||||
"homepage": "http://coreui.io",
|
||||
"copyright": "Copyright 2020 creativeLabs Łukasz Holeczek",
|
||||
"license": "MIT",
|
||||
@@ -27,30 +31,30 @@
|
||||
"release": "npm-run-all clearCache lint build test:unit test:e2e"
|
||||
},
|
||||
"dependencies": {
|
||||
"@coreui/coreui": "^3.0.0",
|
||||
"@coreui/icons": "^1.0.1",
|
||||
"@coreui/utils": "^1.2.4",
|
||||
"@coreui/vue": "^3.0.6",
|
||||
"@coreui/coreui": "^3.2.0",
|
||||
"@coreui/icons": "^2.0.0-beta.3",
|
||||
"@coreui/utils": "^1.3.1",
|
||||
"@coreui/vue": "^3.0.12",
|
||||
"@coreui/vue-chartjs": "^1.0.5",
|
||||
"vue": "~2.6.11",
|
||||
"vue-router": "~3.1.6",
|
||||
"vuex": "~3.1.3"
|
||||
"vue-router": "~3.3.2",
|
||||
"vuex": "~3.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "~7.9.0",
|
||||
"@vue/cli-plugin-babel": "~4.3.1",
|
||||
"@vue/cli-plugin-e2e-nightwatch": "~4.3.1",
|
||||
"@vue/cli-plugin-eslint": "~4.3.1",
|
||||
"@vue/cli-plugin-unit-jest": "~4.3.1",
|
||||
"@vue/cli-service": "~4.3.1",
|
||||
"@babel/core": "~7.10.2",
|
||||
"@vue/cli-plugin-babel": "~4.4.1",
|
||||
"@vue/cli-plugin-e2e-nightwatch": "~4.4.1",
|
||||
"@vue/cli-plugin-eslint": "~4.4.1",
|
||||
"@vue/cli-plugin-unit-jest": "~4.4.1",
|
||||
"@vue/cli-service": "~4.4.1",
|
||||
"@vue/test-utils": "1.0.0-beta.29",
|
||||
"babel-eslint": "~10.1.0",
|
||||
"babel-jest": "~25.2.6",
|
||||
"chromedriver": "80.0.1",
|
||||
"core-js": "~3.6.4",
|
||||
"babel-jest": "~26.0.1",
|
||||
"chromedriver": "83.0.0",
|
||||
"core-js": "~3.6.5",
|
||||
"eslint": "~6.8.0",
|
||||
"eslint-plugin-vue": "~6.2.2",
|
||||
"node-sass": "~4.13.1",
|
||||
"node-sass": "~4.14.1",
|
||||
"npm-run-all": "~4.1.5",
|
||||
"sass-loader": "~8.0.2",
|
||||
"vue-template-compiler": "~2.6.11"
|
||||
|
||||
Reference in New Issue
Block a user