Skip to content

Commit c2b63fd

Browse files
committed
chore(package): Update deps
1 parent 7cd14d9 commit c2b63fd

File tree

2 files changed

+285
-126
lines changed

2 files changed

+285
-126
lines changed

package.json

+11-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"version": "0.1.0",
44
"description": "微信小程序fetch接口的实现",
55
"main": "./dist/index.js",
6-
"keywords": ["wx", "wxapp", "http", "fetch"],
6+
"keywords": [
7+
"wx",
8+
"wxapp",
9+
"http",
10+
"fetch"
11+
],
712
"scripts": {
813
"test": "ava",
914
"build": "webpack --display-error-details --progress --colors",
@@ -22,16 +27,16 @@
2227
},
2328
"homepage": "https://github.com/axetroy/wxapp-fetch#readme",
2429
"devDependencies": {
25-
"all-contributors-cli": "^4.3.0",
30+
"all-contributors-cli": "^4.5.1",
2631
"ava": "^0.21.0",
27-
"babel-core": "^6.25.0",
28-
"babel-loader": "^7.1.1",
32+
"babel-core": "^6.26.0",
33+
"babel-loader": "^7.1.2",
2934
"babel-preset-es2015": "^6.24.1",
3035
"babel-preset-flow": "^6.23.0",
3136
"gh-pages": "^1.0.0",
32-
"webpack": "^3.0.0"
37+
"webpack": "^3.8.1"
3338
},
3439
"dependencies": {
35-
"wxapp-http": "^3.0.0"
40+
"wxapp-http": "^3.1.0"
3641
}
3742
}

0 commit comments

Comments
 (0)