|
38 | 38 | }, |
39 | 39 | "pre-commit": "lint:staged", |
40 | 40 | "devDependencies": { |
41 | | - "add-asset-html-webpack-plugin": "^2.0.0", |
42 | | - "babel-core": "^6.24.0", |
43 | | - "babel-eslint": "^7.2.0", |
44 | | - "babel-helper-vue-jsx-merge-props": "^2.0.0", |
45 | | - "babel-loader": "^7.0.0", |
46 | | - "babel-plugin-istanbul": "^4.1.0", |
| 41 | + "add-asset-html-webpack-plugin": "^2.1.2", |
| 42 | + "babel-core": "^6.26.0", |
| 43 | + "babel-eslint": "^8.0.3", |
| 44 | + "babel-helper-vue-jsx-merge-props": "^2.0.3", |
| 45 | + "babel-loader": "^7.1.2", |
| 46 | + "babel-plugin-istanbul": "^4.1.5", |
47 | 47 | "babel-plugin-syntax-jsx": "^6.18.0", |
48 | | - "babel-plugin-transform-object-rest-spread": "^6.23.0", |
| 48 | + "babel-plugin-transform-object-rest-spread": "^6.26.0", |
49 | 49 | "babel-plugin-transform-runtime": "^6.23.0", |
50 | | - "babel-plugin-transform-vue-jsx": "^3.4.0", |
51 | | - "babel-preset-env": "^1.4.0", |
52 | | - "buble": "^0.15.2", |
53 | | - "chai": "^3.5.0", |
54 | | - "chai-dom": "^1.4.0", |
55 | | - "clean-css": "^4.0.0", |
56 | | - "cross-env": "^4.0.0", |
| 50 | + "babel-plugin-transform-vue-jsx": "^3.5.0", |
| 51 | + "babel-preset-env": "^1.6.1", |
| 52 | + "buble": "^0.18.0", |
| 53 | + "chai": "^4.1.2", |
| 54 | + "chai-dom": "^1.6.0", |
| 55 | + "clean-css": "^4.1.9", |
| 56 | + "cross-env": "^5.1.1", |
57 | 57 | "css-loader": "^0.28.0", |
58 | | - "eslint": "^3.19.0", |
59 | | - "eslint-config-vue": "^2.0.0", |
60 | | - "eslint-plugin-vue": "^2.0.0", |
61 | | - "extract-text-webpack-plugin": "^2.1.0", |
62 | | - "html-webpack-plugin": "^2.28.0", |
63 | | - "karma": "^1.7.0", |
| 58 | + "eslint": "^4.12.1", |
| 59 | + "eslint-config-vue": "^2.0.2", |
| 60 | + "eslint-plugin-vue": "^2.1.0", |
| 61 | + "extract-text-webpack-plugin": "2.1.0", |
| 62 | + "html-webpack-plugin": "2.28.0", |
| 63 | + "karma": "^1.7.1", |
64 | 64 | "karma-chai-dom": "^1.1.0", |
65 | | - "karma-chrome-launcher": "^2.1.0", |
66 | | - "karma-coverage": "^1.1.0", |
| 65 | + "karma-chrome-launcher": "^2.2.0", |
| 66 | + "karma-coverage": "^1.1.1", |
67 | 67 | "karma-mocha": "^1.3.0", |
68 | | - "karma-sinon-chai": "^1.3.0", |
| 68 | + "karma-sinon-chai": "^1.3.3", |
69 | 69 | "karma-sourcemap-loader": "^0.3.7", |
70 | 70 | "karma-spec-reporter": "^0.0.31", |
71 | | - "karma-webpack": "^2.0.0", |
72 | | - "lint-staged": "^3.4.0", |
| 71 | + "karma-webpack": "^2.0.6", |
| 72 | + "lint-staged": "^6.0.0", |
73 | 73 | "mkdirp": "^0.5.1", |
74 | | - "mocha": "^3.3.0", |
| 74 | + "mocha": "^4.0.1", |
75 | 75 | "mocha-css": "^1.0.1", |
76 | | - "postcss": "^6.0.0", |
77 | | - "postcss-cssnext": "^2.10.0", |
78 | | - "pre-commit": "^1.2.0", |
79 | | - "rimraf": "^2.6.0", |
| 76 | + "postcss": "^6.0.14", |
| 77 | + "postcss-cssnext": "^3.0.2", |
| 78 | + "pre-commit": "^1.2.2", |
| 79 | + "puppeteer": "0.13.0", |
| 80 | + "rimraf": "^2.6.2", |
80 | 81 | "rollup": "^0.41.6", |
81 | 82 | "rollup-plugin-buble": "^0.15.0", |
82 | 83 | "rollup-plugin-commonjs": "^8.0.0", |
|
86 | 87 | "rollup-plugin-replace": "^1.1.0", |
87 | 88 | "rollup-plugin-sass": "^0.5.3", |
88 | 89 | "rollup-plugin-vue": "^2.3.0", |
89 | | - "sinon": "2.2.0", |
90 | | - "sinon-chai": "^2.10.0", |
91 | | - "style-loader": "^0.17.0", |
92 | | - "stylefmt": "^5.3.0", |
93 | | - "stylelint": "^7.10.0", |
94 | | - "stylelint-config-standard": "^16.0.0", |
| 90 | + "sinon": "4.1.2", |
| 91 | + "sinon-chai": "^2.14.0", |
| 92 | + "style-loader": "0.17.0", |
| 93 | + "stylefmt": "^6.0.0", |
| 94 | + "stylelint": "^8.3.1", |
| 95 | + "stylelint-config-standard": "^18.0.0", |
95 | 96 | "stylelint-processor-html": "^1.0.0", |
96 | | - "uglify-js": "^3.0.0", |
| 97 | + "uglify-js": "^3.2.1", |
97 | 98 | "uppercamelcase": "^3.0.0", |
98 | | - "vue": "^2.3.0", |
99 | | - "vue-loader": "^12.0.0", |
100 | | - "vue-template-compiler": "^2.3.0", |
101 | | - "webpack": "^2.5.0", |
| 99 | + "vue": "^2.5.9", |
| 100 | + "vue-loader": "^13.5.0", |
| 101 | + "vue-template-compiler": "^2.5.9", |
| 102 | + "webpack": "^2.7.0", |
102 | 103 | "webpack-bundle-analyzer": "^2.4.0", |
103 | 104 | "webpack-dashboard": "^0.4.0", |
104 | 105 | "webpack-dev-server": "^2.4.0", |
105 | 106 | "webpack-merge": "^4.0.0", |
106 | | - "yarn-or-npm": "^2.0.0", |
107 | | - "fecha": "^2.3.1" |
| 107 | + "yarn-or-npm": "^2.0.4", |
| 108 | + "fecha": "^2.3.2" |
108 | 109 | }, |
109 | 110 | "peerDependencies": { |
110 | | - "vue": "^2.3.0" |
| 111 | + "vue": "^2.5.9" |
111 | 112 | }, |
112 | 113 | "dllPlugin": { |
113 | 114 | "name": "vuePluginTemplateDeps", |
|
0 commit comments