|
@@ -1,14 +1,14 @@
|
|
|
{
|
|
{
|
|
|
"name": "netbox-graphiql",
|
|
"name": "netbox-graphiql",
|
|
|
- "version": "4.3.0",
|
|
|
|
|
|
|
+ "version": "4.5.0",
|
|
|
"description": "NetBox GraphiQL Custom Front End",
|
|
"description": "NetBox GraphiQL Custom Front End",
|
|
|
"main": "dist/graphiql.js",
|
|
"main": "dist/graphiql.js",
|
|
|
"license": "Apache-2.0",
|
|
"license": "Apache-2.0",
|
|
|
"private": true,
|
|
"private": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "@graphiql/plugin-explorer": "3.2.5",
|
|
|
|
|
- "graphiql": "3.8.3",
|
|
|
|
|
- "graphql": "16.10.0",
|
|
|
|
|
|
|
+ "@graphiql/plugin-explorer": "3.2.6",
|
|
|
|
|
+ "graphiql": "4.1.2",
|
|
|
|
|
+ "graphql": "16.12.0",
|
|
|
"js-cookie": "3.0.5",
|
|
"js-cookie": "3.0.5",
|
|
|
"react": "18.3.1",
|
|
"react": "18.3.1",
|
|
|
"react-dom": "18.3.1"
|
|
"react-dom": "18.3.1"
|