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

Commit a0c3db6

Browse files
committed
update packages
1 parent 6704387 commit a0c3db6

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

package.json

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
"precommit": "lint-staged"
4343
},
4444
"dependencies": {
45-
"immutable": "^3.7.6",
46-
"invariant": "^2.2.2"
45+
"immutable": "^3.8.2",
46+
"invariant": "^2.2.2",
47+
"jest-cli": "^23.6.0"
4748
},
4849
"peerDependencies": {
4950
"@types/react-relay": ">=1.3.9",
@@ -62,30 +63,17 @@
6263
"@types/relay-runtime": "^1.3.1",
6364
"graphql": "^0.13.2",
6465
"husky": "^1.1.0",
65-
"jest": "^22.1.4",
66+
"jest": "^23.6.0",
6667
"lint-staged": "^7.3.0",
6768
"prettier": "^1.10.2",
68-
"relay-compiler":
69-
"https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-compiler-1.6.1-plugin.1.tgz",
70-
"relay-runtime":
71-
"https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-runtime-1.6.1-plugin.1.tgz",
72-
"relay-test-utils":
73-
"https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-test-utils-1.6.1-plugin.1.tgz",
69+
"relay-compiler": "^2.0.0-rc.1",
70+
"relay-runtime": "^2.0.0-rc.1",
71+
"relay-test-utils": "^2.0.0-rc.1",
7472
"ts-jest": "^22.0.1",
7573
"tslint": "^5.11.0",
7674
"tslint-config-prettier": "^1.15.0",
7775
"typescript": "2.8.1"
7876
},
79-
"resolutions": {
80-
"graphql-compiler":
81-
"https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/graphql-compiler-1.6.1-plugin.1.tgz",
82-
"relay-compiler":
83-
"https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-compiler-1.6.1-plugin.1.tgz",
84-
"relay-runtime":
85-
"https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-runtime-1.6.1-plugin.1.tgz",
86-
"relay-test-utils":
87-
"https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-test-utils-1.6.1-plugin.1.tgz"
88-
},
8977
"jest": {
9078
"transform": {
9179
"^.+\\.tsx?$": "ts-jest"

0 commit comments

Comments
 (0)