Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 3804d26

Browse files
committed
Use exact versions for devDependencies
1 parent 38f9393 commit 3804d26

File tree

2 files changed

+67
-583
lines changed

2 files changed

+67
-583
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -60,38 +60,38 @@
6060
"start": "babel-node examples/index.js"
6161
},
6262
"dependencies": {
63-
"accepts": "^1.3.0",
63+
"accepts": "^1.3.5",
6464
"content-type": "^1.0.4",
65-
"http-errors": "^1.3.0",
66-
"raw-body": "^2.3.2"
65+
"http-errors": "^1.7.0",
66+
"raw-body": "^2.3.3"
6767
},
6868
"devDependencies": {
69-
"babel-cli": "^6.26.0",
70-
"babel-eslint": "^9.0.0",
69+
"babel-cli": "6.26.0",
70+
"babel-eslint": "9.0.0",
7171
"babel-plugin-transform-async-to-generator": "6.24.1",
7272
"babel-plugin-transform-class-properties": "6.24.1",
7373
"babel-plugin-transform-flow-strip-types": "6.22.0",
74-
"babel-plugin-transform-runtime": "^6.23.0",
74+
"babel-plugin-transform-runtime": "6.23.0",
7575
"babel-preset-es2015": "6.24.1",
76-
"babel-register": "^6.26.0",
77-
"babel-runtime": "^6.26.0",
76+
"babel-register": "6.26.0",
77+
"babel-runtime": "6.26.0",
7878
"body-parser": "1.18.3",
79-
"chai": "^4.1.2",
79+
"chai": "4.1.2",
8080
"connect": "3.6.6",
8181
"coveralls": "3.0.2",
82-
"eslint": "^5.5.0",
83-
"eslint-plugin-flowtype": "^2.44.0",
84-
"eslint-plugin-prettier": "^2.6.0",
85-
"express": "^4.16.2",
86-
"flow-bin": "^0.80.0",
82+
"eslint": "5.5.0",
83+
"eslint-plugin-flowtype": "2.50.0",
84+
"eslint-plugin-prettier": "2.6.2",
85+
"express": "4.16.3",
86+
"flow-bin": "0.80.0",
8787
"graphql": "14.0.0",
8888
"isparta": "4.1.0",
8989
"mocha": "5.2.0",
9090
"multer": "1.3.1",
91-
"prettier": "^1.10.2",
91+
"prettier": "1.14.2",
9292
"restify": "4.3.2",
9393
"sane": "3.0.0",
94-
"sinon": "^6.1.5",
94+
"sinon": "6.1.5",
9595
"supertest": "3.1.0"
9696
},
9797
"peerDependencies": {

0 commit comments

Comments
 (0)