chore: dependencies update
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
## [vue](./README.md) version `changelog`
|
## [vue](./README.md) version `changelog`
|
||||||
|
|
||||||
|
##### `v2.0.0-beta.1`
|
||||||
|
- chore: update `@coreui/vue` to `2.0.0-beta.0`
|
||||||
|
|
||||||
|
##### `v2.0.0-beta.0`
|
||||||
|
- chore: update `core-js` to `2.5.7`
|
||||||
|
|
||||||
##### `v2.0.0-alpha.1`
|
##### `v2.0.0-alpha.1`
|
||||||
- refactor: separation of concerns - (CoreUI template/components) for use CoreUI as npm module
|
- refactor: separation of concerns - (CoreUI template/components) for use CoreUI as npm module
|
||||||
- refactor: project structure change
|
- refactor: project structure change
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@coreui/coreui-free-vue-admin-template",
|
"name": "@coreui/coreui-free-vue-admin-template",
|
||||||
"version": "2.0.0-beta.0",
|
"version": "2.0.0-beta.1",
|
||||||
"description": "Open Source Bootstrap Admin Template",
|
"description": "Open Source Bootstrap Admin Template",
|
||||||
"author": "Łukasz Holeczek",
|
"author": "Łukasz Holeczek",
|
||||||
"homepage": "http://coreui.io",
|
"homepage": "http://coreui.io",
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
"@coreui/coreui": "^2.0.1",
|
"@coreui/coreui": "^2.0.1",
|
||||||
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
|
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
|
||||||
"@coreui/icons": "^0.2.0",
|
"@coreui/icons": "^0.2.0",
|
||||||
"@coreui/vue": "^2.0.0-alpha.0",
|
"@coreui/vue": "^2.0.0-beta.0",
|
||||||
"bootstrap": "^4.1.1",
|
"bootstrap": "^4.1.1",
|
||||||
"bootstrap-vue": "^2.0.0-rc.11",
|
"bootstrap-vue": "^2.0.0-rc.11",
|
||||||
"chart.js": "^2.7.2",
|
"chart.js": "^2.7.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user