Skip to content

Commit 2c4b6d9

Browse files
author
Carlos Rufo
committed
pin deps
1 parent 0f7e750 commit 2c4b6d9

File tree

2 files changed

+113
-101
lines changed

2 files changed

+113
-101
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"apollo-boost": "^0.1.4",
7-
"apollo-link-context": "^1.0.7",
8-
"apollo-link-ws": "^1.0.7",
9-
"graphql": "^0.13.1",
10-
"react": "^16.2.0",
11-
"react-apollo": "^2.1.0",
12-
"react-dom": "^16.2.0",
13-
"react-router": "^4.2.0",
14-
"react-router-dom": "^4.2.2",
6+
"apollo-boost": "0.1.4",
7+
"apollo-link-context": "1.0.7",
8+
"apollo-link-ws": "1.0.7",
9+
"graphql": "0.13.1",
10+
"react": "16.2.0",
11+
"react-apollo": "2.1.0",
12+
"react-dom": "16.2.0",
13+
"react-router": "4.2.0",
14+
"react-router-dom": "4.2.2",
1515
"react-scripts": "1.1.1",
16-
"subscriptions-transport-ws": "^0.9.7"
16+
"subscriptions-transport-ws": "0.9.7"
1717
},
1818
"scripts": {
1919
"start": "react-scripts start",

0 commit comments

Comments
 (0)