Skip to content

Commit 4940cb5

Browse files
committed
Merge pull request #9 from relay-tools/update-deps
Update and fix dependencies
2 parents 4bd72cc + 7459a3d commit 4940cb5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@
3030
"homepage": "https://github.com/relay-tools/relay-local-schema#readme",
3131
"devDependencies": {
3232
"babel": "^5.8.23",
33-
"babel-eslint": "^4.1.1",
34-
"eslint": "^1.4.1",
35-
"eslint-config-airbnb": "0.0.8",
36-
"eslint-plugin-react": "^3.3.2",
37-
"graphql": "^0.4.3",
38-
"react-relay": "^0.3.1"
33+
"babel-eslint": "^4.1.3",
34+
"eslint": "^1.6.0",
35+
"eslint-config-airbnb": "0.1.0",
36+
"eslint-plugin-react": "^3.5.1",
37+
"graphql": "^0.4.7",
38+
"react-relay": "^0.4.0"
3939
},
4040
"peerDependencies": {
41-
"graphql": "^0.4.2",
42-
"react-relay": "^0.3.1"
41+
"graphql": ">=0.4.2",
42+
"react-relay": ">=0.4.0"
4343
},
4444
"dependencies": {
45-
"babel-runtime": "^5.8.20"
45+
"babel-runtime": "^5.8.25"
4646
}
4747
}

0 commit comments

Comments
 (0)