Skip to content

Commit

Permalink
install relay packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Feb 28, 2022
1 parent 7fd925f commit 01b4a36
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
23 changes: 18 additions & 5 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@
"@types/node": "^16.11.26",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"babel-plugin-relay": "^13.1.1",
"graphql": "^16.3.0",
"graphql-compiler": "^1.7.0",
"http-proxy-middleware": "^2.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-relay": "^13.1.1",
"react-scripts": "5.0.0",
"relay-compiler": "^13.1.1",
"relay-compiler-language-typescript": "^15.0.1",
"relay-runtime": "^13.1.1",
"typescript": "^4.5.5",
"web-vitals": "^2.1.4"
},
Expand Down Expand Up @@ -47,5 +46,9 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-plugin-relay": "^13.1.1",
"relay-compiler": "^13.1.1"
}
}

0 comments on commit 01b4a36

Please sign in to comment.