chore: 3.0.0-beta.3 release: update descriptions, tests, dependencies

This commit is contained in:
woothu
2019-12-11 16:59:26 +01:00
parent b564797ad9
commit 72f6c4e86f
11 changed files with 277 additions and 25835 deletions
+13 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-vue-admin-template",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"description": "Open Source Bootstrap Admin Template",
"author": {
"name": "CoreUI",
@@ -22,13 +22,16 @@
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e"
"test:e2e": "vue-cli-service test:e2e",
"clearCache": "jest --clearCache",
"release": "npm-run-all clearCache lint build test:unit test:e2e"
},
"dependencies": {
"@coreui/coreui": "^3.0.0-beta.3",
"@coreui/coreui-vue-chartjs": "^1.0.0",
"@coreui/icons": "^1.0.0-beta.3",
"@coreui/vue": "coreui/coreui-vue#3.0.0-beta.3",
"@coreui/coreui": "^3.0.0-beta.4",
"@coreui/icons": "^1.0.0",
"@coreui/utils": "^1.0.0",
"@coreui/vue": "^3.0.0-beta.4",
"@coreui/vue-chartjs": "^1.0.2",
"vue": "^2.6.10",
"vue-router": "^3.1.3"
},
@@ -39,14 +42,15 @@
"@vue/cli-plugin-unit-jest": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"@vue/test-utils": "1.0.0-beta.29",
"@babel/core": "7.7.4",
"@babel/core": "^7.7.5",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"core-js": "^3.4.7",
"chromedriver": "^78.0.1",
"core-js": "^3.4.8",
"chromedriver": "^79.0.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.0.1",
"node-sass": "^4.13.0",
"npm-run-all": "^4.1.5",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
},