Closes #17173: Update GraphQL web front end dependencies

This commit is contained in:
Jeremy Stretch
2024-08-15 08:54:05 -04:00
parent dd3166a4ed
commit 1504fb5ac2
6 changed files with 39829 additions and 30161 deletions
@@ -1,16 +1,16 @@
{
"name": "netbox-graphiql",
"version": "4.0.0",
"version": "4.1.0",
"description": "NetBox GraphiQL Custom Front End",
"main": "dist/graphiql.js",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"graphiql": "3.2.0",
"graphql": "16.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"@graphiql/plugin-explorer": "3.2.1",
"graphiql": "3.6.0",
"graphql": "16.9.0",
"js-cookie": "3.0.5",
"@graphiql/plugin-explorer": "2.0.0"
"react": "18.3.1",
"react-dom": "18.3.1"
}
}