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

Commit 2bf3ef7

Browse files
committed
update @types/relay-runtime version constraint
1 parent ea55246 commit 2bf3ef7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
},
101101
"peerDependencies": {
102102
"@types/react-relay": ">=1.3.9",
103-
"@types/relay-runtime": ">=1.3.5",
104-
"relay-compiler": ">=4.0.0",
105-
"relay-runtime": "*",
103+
"@types/relay-runtime": ">=6.0.7",
104+
"relay-compiler": ">=6.0.0",
105+
"relay-runtime": ">=6.0.0",
106106
"typescript": ">=2.9.1"
107107
},
108108
"publishConfig": {

0 commit comments

Comments
 (0)