Commit 2ce6a5df3ca0d8461b4850a15f1a97cafbcd2fc0
1 parent
d5ce7bd4
update package.json
update package.json
Showing
1 changed file
with
10 additions
and
10 deletions
Show diff stats
package.json
1 | 1 | { |
2 | 2 | "name": "iview", |
3 | - "version": "1.0.1", | |
3 | + "version": "2.0.0-rc-1", | |
4 | 4 | "title": "iView", |
5 | 5 | "description": "A high quality UI components Library with Vue.js", |
6 | 6 | "homepage": "http://www.iviewui.com", |
... | ... | @@ -44,12 +44,12 @@ |
44 | 44 | "popper.js": "^0.6.4" |
45 | 45 | }, |
46 | 46 | "peerDependencies": { |
47 | - "vue": "^1.0.17" | |
47 | + "vue": "^2.1.10" | |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | 50 | "autoprefixer-loader": "^2.0.0", |
51 | - "babel": "^6.3.13", | |
52 | - "babel-core": "^6.11.4", | |
51 | + "babel": "^6.23.0", | |
52 | + "babel-core": "^6.23.1", | |
53 | 53 | "babel-loader": "^6.2.4", |
54 | 54 | "babel-plugin-transform-runtime": "^6.12.0", |
55 | 55 | "babel-preset-es2015": "^6.9.0", |
... | ... | @@ -57,7 +57,7 @@ |
57 | 57 | "css-loader": "^0.23.1", |
58 | 58 | "eslint": "^3.12.2", |
59 | 59 | "eslint-plugin-html": "^1.7.0", |
60 | - "extract-text-webpack-plugin": "^1.0.1", | |
60 | + "extract-text-webpack-plugin": "beta", | |
61 | 61 | "file-loader": "^0.8.5", |
62 | 62 | "gulp": "^3.9.1", |
63 | 63 | "gulp-autoprefixer": "^3.1.1", |
... | ... | @@ -69,13 +69,13 @@ |
69 | 69 | "less-loader": "^2.2.3", |
70 | 70 | "style-loader": "^0.13.1", |
71 | 71 | "url-loader": "^0.5.7", |
72 | - "vue": "^1.0.26", | |
72 | + "vue": "^2.2.1", | |
73 | 73 | "vue-hot-reload-api": "^1.3.3", |
74 | 74 | "vue-html-loader": "^1.2.3", |
75 | - "vue-loader": "^8.5.3", | |
76 | - "vue-router": "^0.7.13", | |
75 | + "vue-loader": "^11.0.0", | |
76 | + "vue-router": "^2.2.1", | |
77 | 77 | "vue-style-loader": "^1.0.0", |
78 | - "webpack": "^1.13.1", | |
79 | - "webpack-dev-server": "^1.16.1" | |
78 | + "webpack": "^2.2.1", | |
79 | + "webpack-dev-server": "^2.4.1" | |
80 | 80 | } |
81 | 81 | } | ... | ... |