Skip to content

Commit 6e2c4f6

Browse files
Update dependency
1 parent 62b787d commit 6e2c4f6

File tree

3 files changed

+41
-167
lines changed

3 files changed

+41
-167
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Multi Vue applications with webpack 2.
99

1010
With the newest enviroment(2016-12-17):
1111

12-
* webpack@v2.2.0-rc.0
12+
* webpack@v2.2.0-rc.3
1313
* webpack-dev-server@v2.2.0-rc.0
1414
* extract-text-webpack-plugin@v2.0.0-beta.4
1515
* flow@^0.2.3

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"whatwg-fetch": "^2.0.1"
3131
},
3232
"devDependencies": {
33-
"autoprefixer": "^6.5.4",
33+
"autoprefixer": "^6.6.1",
3434
"babel-core": "^6.20.0",
3535
"babel-eslint": "^7.1.0",
3636
"babel-helper-vue-jsx-merge-props": "^2.0.2",
@@ -57,7 +57,7 @@
5757
"fs-extra": "^1.0.0",
5858
"glob": "^7.1.1",
5959
"html-loader": "^0.4.4",
60-
"html-webpack-plugin": "^2.24.1",
60+
"html-webpack-plugin": "^2.26.0",
6161
"imagemin-mozjpeg": "^6.0.0",
6262
"imagemin-webpack-plugin": "^1.2.1",
6363
"node-sass": "^4.0.0",
@@ -74,8 +74,8 @@
7474
"vue-template-compiler": "^2.1.6",
7575
"webpack": "^2.2.0-rc.3",
7676
"webpack-bundle-analyzer": "^2.1.1",
77-
"webpack-dashboard": "^0.2.0",
77+
"webpack-dashboard": "^0.2.1",
7878
"webpack-dev-server": "v2.2.0-rc.0",
79-
"webpack-merge": "^1.1.1"
79+
"webpack-merge": "^2.2.0"
8080
}
8181
}

0 commit comments

Comments
 (0)