juniper/juniper/package.json
dependabot[bot] 9bdf8cf379
Update GraphiQL from 3.2.2 to 3.2.3 version (#1260)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-06-05 11:10:03 +00:00

10 lines
187 B
JSON

{
"private": true,
"scripts": {
"postinstall": "make graphiql graphql-playground"
},
"dependencies": {
"graphiql": "3.2.3",
"graphql-playground-react": "1.7.28"
}
}