Skip to content

Commit a428989

Browse files
Bump graphiql from 4.1.2 to 5.2.0
Bumps [graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql) from 4.1.2 to 5.2.0. - [Release notes](https://github.com/graphql/graphiql/releases) - [Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql/CHANGELOG.md) - [Commits](https://github.com/graphql/graphiql/commits/graphiql@5.2.0/packages/graphiql) --- updated-dependencies: - dependency-name: graphiql dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 31d7da4 commit a428989

File tree

4 files changed

+404
-86
lines changed

4 files changed

+404
-86
lines changed

packages/lib/connection/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"org.eclipse.daanse.board.app.lib.connection.base": "^0.0.1-next.1",
25-
"graphiql": "^4.0.2",
25+
"graphiql": "^5.2.0",
2626
"graphql": "^16.10.0"
2727
},
2828
"devDependencies": {

packages/lib/connection/twowayconnection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"org.eclipse.daanse.board.app.lib.connection.base": "^0.0.1-next.1",
25-
"graphiql": "^4.0.2",
25+
"graphiql": "^5.2.0",
2626
"graphql": "^16.10.0"
2727
},
2828
"devDependencies": {

packages/ui/vue/datasource/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"vite-plugin-libcss": "^1.1.1",
3232
"react": "^19.1.0",
3333
"react-dom": "^19.1.0",
34-
"graphiql": "^4.1.2"
34+
"graphiql": "^5.2.0"
3535
},
3636
"devDependencies": {
3737
"inversify": "7.7.1",

0 commit comments

Comments
 (0)