Skip to content

Commit

Permalink
chore: 1.0.4 version release - update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
woothu committed Mar 16, 2020
1 parent fe431c8 commit f6e5494
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
node_modules
dist

# local env files
.env.local
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coreui/vue-chartjs",
"description": "Vue component wrapper for chart.js",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"main": "dist/coreui-vue-chartjs.common.js",
"types": "src/index.d.ts",
Expand Down Expand Up @@ -52,13 +52,13 @@
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"babel-eslint": "^10.0.3",
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"babel-eslint": "^10.1.0",
"babel-preset-vue-app": "^2.0.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.1.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
Expand Down

0 comments on commit f6e5494

Please sign in to comment.