Skip to content

Commit ab48beb

Browse files
committed
upreving packages
1 parent d58f901 commit ab48beb

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,38 +21,38 @@
2121
"lint": "eslint --ext .js,.vue src test/unit/specs"
2222
},
2323
"dependencies": {
24-
"autoprefixer": "^6.4.0",
25-
"babel-core": "^6.0.0",
24+
"autoprefixer": "^6.7.6",
25+
"babel-core": "^6.23.1",
2626
"babel-eslint": "^7.0.0",
27-
"babel-loader": "^6.0.0",
27+
"babel-loader": "^6.4.0",
2828
"babel-plugin-istanbul": "^3.0.0",
29-
"babel-plugin-transform-runtime": "^6.0.0",
30-
"babel-preset-es2015": "^6.0.0",
31-
"babel-preset-stage-2": "^6.0.0",
32-
"babel-register": "^6.0.0",
29+
"babel-plugin-transform-runtime": "^6.23.0",
30+
"babel-preset-es2015": "^6.22.0",
31+
"babel-preset-stage-2": "^6.22.0",
32+
"babel-register": "^6.23.0",
3333
"chai": "^3.5.0",
3434
"chalk": "^1.1.3",
35-
"cross-env": "^3.1.3",
35+
"cross-env": "^3.2.3",
3636
"cross-spawn": "^4.0.2",
3737
"css-loader": "^0.25.0",
38-
"eslint": "^3.7.1",
38+
"eslint": "^3.17.1",
3939
"eslint-config-standard": "^6.1.0",
4040
"eslint-friendly-formatter": "^2.0.5",
41-
"eslint-loader": "^1.5.0",
41+
"eslint-loader": "^1.6.3",
4242
"eslint-plugin-html": "^1.3.0",
43-
"eslint-plugin-promise": "^3.4.0",
44-
"eslint-plugin-standard": "^2.0.1",
43+
"eslint-plugin-promise": "^3.5.0",
44+
"eslint-plugin-standard": "^2.1.1",
4545
"eventsource-polyfill": "^0.9.6",
46-
"expose-loader": "^0.7.1",
47-
"express": "^4.13.3",
46+
"expose-loader": "^0.7.3",
47+
"express": "^4.15.2",
4848
"extract-text-webpack-plugin": "^1.0.1",
4949
"file-loader": "^0.9.0",
50-
"friendly-errors-webpack-plugin": "^1.1.2",
50+
"friendly-errors-webpack-plugin": "^1.6.1",
5151
"function-bind": "^1.0.2",
52-
"html-webpack-plugin": "^2.8.1",
52+
"html-webpack-plugin": "^2.28.0",
5353
"inject-loader": "^2.0.1",
5454
"json-loader": "^0.5.4",
55-
"karma": "^1.3.0",
55+
"karma": "^1.5.0",
5656
"karma-coverage": "^1.1.1",
5757
"karma-mocha": "^1.2.0",
5858
"karma-phantomjs-launcher": "^1.0.0",
@@ -61,27 +61,27 @@
6161
"karma-spec-reporter": "0.0.26",
6262
"karma-webpack": "^1.7.0",
6363
"lodash": "^4.17.4",
64-
"lolex": "^1.4.0",
64+
"lolex": "^1.6.0",
6565
"marked": "^0.3.6",
6666
"mocha": "^3.1.0",
67-
"node-sass": "^4.1.1",
67+
"node-sass": "^4.5.0",
6868
"opn": "^4.0.2",
6969
"phantomjs-prebuilt": "^2.1.3",
70-
"raven-js": "^3.9.1",
70+
"raven-js": "^3.12.1",
7171
"sass-loader": "^4.1.1",
7272
"semver": "^5.3.0",
73-
"shelljs": "^0.7.4",
73+
"shelljs": "^0.7.6",
7474
"sinon": "^1.17.3",
7575
"sinon-chai": "^2.8.0",
76-
"url-loader": "^0.5.7",
76+
"url-loader": "^0.5.8",
7777
"vue": "^2.2.1",
7878
"vue-loader": "^11.1.4",
7979
"vue-router": "^2.3.0",
8080
"vue-style-loader": "^2.0.3",
8181
"vue-template-compiler": "^2.2.1",
8282
"webpack": "^1.13.2",
83-
"webpack-dev-middleware": "^1.8.3",
84-
"webpack-hot-middleware": "^2.12.2",
83+
"webpack-dev-middleware": "^1.10.1",
84+
"webpack-hot-middleware": "^2.17.1",
8585
"webpack-merge": "^0.14.1"
8686
},
8787
"engines": {

0 commit comments

Comments
 (0)