|
1 | 1 | {
|
2 | 2 | "name": "vue-chartjs",
|
3 |
| - "version": "1.1.3", |
| 3 | + "version": "2.1.0", |
4 | 4 | "description": "Vue wrapper for chart.js",
|
5 | 5 | "author": "Jakub Juszczak <[email protected]>",
|
6 | 6 | "repository": {
|
|
21 | 21 | "unit": "karma start test/unit/karma.conf.js --single-run",
|
22 | 22 | "e2e": "node test/e2e/runner.js",
|
23 | 23 | "test": "npm run unit",
|
24 |
| - "lint": "eslint --ext .js,.vue src test/unit/specs", |
| 24 | + "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs", |
25 | 25 | "prepublish": "node build/build.js"
|
26 | 26 | },
|
27 | 27 | "dependencies": {
|
28 |
| - "babel-runtime": "^6.0.0", |
29 |
| - "chart.js": "^2.1.6", |
30 |
| - "vue": "^1.0.21" |
| 28 | + "babel-runtime": "^6.11.6", |
| 29 | + "chart.js": "^2.2.1", |
| 30 | + "vue": "^2.0.0-rc.1" |
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "babel-core": "^6.0.0", |
| 33 | + "babel-core": "^6.10.4", |
34 | 34 | "babel-loader": "^6.0.0",
|
35 |
| - "babel-plugin-transform-runtime": "^6.0.0", |
| 35 | + "babel-plugin-transform-runtime": "^6.12.0", |
36 | 36 | "babel-preset-es2015": "^6.0.0",
|
37 | 37 | "babel-preset-stage-2": "^6.0.0",
|
38 | 38 | "chai": "^3.5.0",
|
|
76 | 76 | "sinon": "^1.17.3",
|
77 | 77 | "sinon-chai": "^2.8.0",
|
78 | 78 | "url-loader": "^0.5.7",
|
79 |
| - "vue-hot-reload-api": "^1.2.0", |
80 |
| - "vue-html-loader": "^1.0.0", |
81 |
| - "vue-loader": "^8.3.0", |
| 79 | + "vue-hot-reload-api": "^2.0.6", |
| 80 | + "vue-html-loader": "^1.2.3", |
| 81 | + "vue-loader": "^9.3.0", |
82 | 82 | "vue-style-loader": "^1.0.0",
|
83 |
| - "webpack": "^1.12.2", |
| 83 | + "webpack": "^1.13.2", |
84 | 84 | "webpack-dev-middleware": "^1.4.0",
|
85 | 85 | "webpack-hot-middleware": "^2.6.0",
|
86 | 86 | "webpack-merge": "^0.8.3"
|
|
0 commit comments