Update front end dependencies

This commit is contained in:
Jeremy Stretch
2024-05-02 15:31:43 -04:00
parent 0bc2bffb81
commit 8f92b8519c
17 changed files with 9259 additions and 16314 deletions
@@ -1,17 +1,16 @@
{
"name": "netbox-graphiql",
"version": "0.2.0",
"version": "4.0.0",
"description": "NetBox GraphiQL Custom Front End",
"main": "dist/graphiql.js",
"license": "Apache-2.0",
"private": true,
"dependencies": {
"graphiql": "3.0.9",
"graphiql": "3.2.0",
"graphql": "16.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"js-cookie": "3.0.5",
"@graphiql/plugin-explorer": "1.0.2"
"@graphiql/plugin-explorer": "2.0.0"
}
}