Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angeliski committed May 7, 2019
1 parent a0c6e7c commit 4a9c74d
Show file tree
Hide file tree
Showing 2 changed files with 837 additions and 533 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,13 @@
"url": "https://github.com/olifolkerd/tabulator/issues"
},
"dependencies": {
"copy-webpack-plugin": "^4.6.0",
"tabulator-tables": "^4.2.2",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^7.0.0",
"vuepress": "^0.14.9"
"vue-property-decorator": "^7.0.0"
},
"peerDependencies": {
"vue": "^2.6.8",
"tabulator-tables": "^4.2.1"
"tabulator-tables": "^4.2.1",
"vue": "^2.6.8"
},
"devDependencies": {
"@types/jest": "^23.1.4",
Expand All @@ -63,6 +62,7 @@
"@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"copy-webpack-plugin": "^4.6.0",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"lint-staged": "^8.1.0",
Expand All @@ -71,7 +71,8 @@
"sass-loader": "^7.0.1",
"ts-jest": "^23.0.0",
"typescript": "~3.1.1",
"vue-template-compiler": "^2.6.8"
"vue-template-compiler": "^2.6.8",
"vuepress": "^0.14.9"
},
"files": [
"dist/*",
Expand Down
Loading

0 comments on commit 4a9c74d

Please sign in to comment.