Skip to content

Commit 29d028a

Browse files
fix(deps): update graphiql packages (#2043)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82cd380 commit 29d028a

File tree

2 files changed

+33
-23
lines changed

2 files changed

+33
-23
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"axios": "1.7.8",
3535
"dedent": "1.5.3",
3636
"enumify": "2.0.0",
37-
"graphiql": "3.7.2",
37+
"graphiql": "3.8.3",
3838
"graphql": "16.10.0",
3939
"graphql-tag": "2.12.6",
4040
"lodash-es": "4.17.21",
4141
"markdown-it": "14.1.0",
4242
"mitt": "3.0.1",
4343
"nprogress": "1.0.0-1",
44-
"preact": "10.24.3",
44+
"preact": "10.25.4",
4545
"simple-icons": "2.19.0",
4646
"subscriptions-transport-ws": "0.11.0",
4747
"svg-pan-zoom": "3.6.2",

yarn.lock

Lines changed: 31 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -939,9 +939,9 @@ __metadata:
939939
languageName: node
940940
linkType: hard
941941

942-
"@graphiql/react@npm:^0.27.0":
943-
version: 0.27.0
944-
resolution: "@graphiql/react@npm:0.27.0"
942+
"@graphiql/react@npm:^0.28.2":
943+
version: 0.28.2
944+
resolution: "@graphiql/react@npm:0.28.2"
945945
dependencies:
946946
"@graphiql/toolkit": "npm:^0.11.0"
947947
"@headlessui/react": "npm:^1.7.15"
@@ -952,18 +952,19 @@ __metadata:
952952
"@types/codemirror": "npm:^5.60.8"
953953
clsx: "npm:^1.2.1"
954954
codemirror: "npm:^5.65.3"
955-
codemirror-graphql: "npm:^2.1.1"
955+
codemirror-graphql: "npm:^2.2.0"
956956
copy-to-clipboard: "npm:^3.2.0"
957957
framer-motion: "npm:^6.5.1"
958958
get-value: "npm:^3.0.1"
959959
graphql-language-service: "npm:^5.3.0"
960960
markdown-it: "npm:^14.1.0"
961+
react-compiler-runtime: "npm:19.0.0-beta-37ed2a7-20241206"
961962
set-value: "npm:^4.1.0"
962963
peerDependencies:
963964
graphql: ^15.5.0 || ^16.0.0 || ^17.0.0
964965
react: ^16.8.0 || ^17 || ^18
965966
react-dom: ^16.8.0 || ^17 || ^18
966-
checksum: 10c0/420523cbde4332145f4709a0fe8cce79fff667eec3cb1af633cb83eef08e4427a5ac013040c0bb7cd49187d35ca15338811c622545a0000856b77c2c778c6b0a
967+
checksum: 10c0/05287068df1410736b4dd0e16d451eae11ccdc279b6dbc899759b6c58dbbf705e59e375c81e387c78b6b0c9379c99f822488fc82ae24012f3cc219e86e93c12a
967968
languageName: node
968969
linkType: hard
969970

@@ -3644,17 +3645,17 @@ __metadata:
36443645
languageName: node
36453646
linkType: hard
36463647

3647-
"codemirror-graphql@npm:^2.1.1":
3648-
version: 2.1.1
3649-
resolution: "codemirror-graphql@npm:2.1.1"
3648+
"codemirror-graphql@npm:^2.2.0":
3649+
version: 2.2.0
3650+
resolution: "codemirror-graphql@npm:2.2.0"
36503651
dependencies:
36513652
"@types/codemirror": "npm:^0.0.90"
36523653
graphql-language-service: "npm:5.3.0"
36533654
peerDependencies:
36543655
"@codemirror/language": 6.0.0
36553656
codemirror: ^5.65.3
3656-
graphql: ^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2
3657-
checksum: 10c0/7fc617cea5d4882764fa22cea2b4e30683870e04317ceece55761f76ca5f77d9f0e4260511fbcede880420f849cb54d961cb6f31c818c8b483423f77dc32fc85
3657+
graphql: ^15.5.0 || ^16.0.0 || ^17.0.0
3658+
checksum: 10c0/2e1db81fd2afe2ae4db5a925d9f1e2473ec472ef072e1fac516869796544971c648f73e78bef042d42b58d3f59005809ea5be1405eedbe49fcf817e4407b85fd
36583659
languageName: node
36593660
linkType: hard
36603661

@@ -3970,7 +3971,7 @@ __metadata:
39703971
eslint-plugin-vuetify: "npm:2.5.1"
39713972
express: "npm:4.21.2"
39723973
express-ws: "npm:5.0.2"
3973-
graphiql: "npm:3.7.2"
3974+
graphiql: "npm:3.8.3"
39743975
graphql: "npm:16.10.0"
39753976
graphql-tag: "npm:2.12.6"
39763977
istanbul-lib-coverage: "npm:3.2.2"
@@ -3982,7 +3983,7 @@ __metadata:
39823983
nodemon: "npm:3.1.9"
39833984
nprogress: "npm:1.0.0-1"
39843985
nyc: "npm:17.1.0"
3985-
preact: "npm:10.24.3"
3986+
preact: "npm:10.25.4"
39863987
sass-embedded: "npm:1.81.0"
39873988
simple-icons: "npm:2.19.0"
39883989
sinon: "npm:19.0.2"
@@ -6148,16 +6149,16 @@ __metadata:
61486149
languageName: node
61496150
linkType: hard
61506151

6151-
"graphiql@npm:3.7.2":
6152-
version: 3.7.2
6153-
resolution: "graphiql@npm:3.7.2"
6152+
"graphiql@npm:3.8.3":
6153+
version: 3.8.3
6154+
resolution: "graphiql@npm:3.8.3"
61546155
dependencies:
6155-
"@graphiql/react": "npm:^0.27.0"
6156+
"@graphiql/react": "npm:^0.28.2"
61566157
peerDependencies:
61576158
graphql: ^15.5.0 || ^16.0.0 || ^17.0.0
61586159
react: ^16.8.0 || ^17 || ^18
61596160
react-dom: ^16.8.0 || ^17 || ^18
6160-
checksum: 10c0/7cf045415d209a7400a8c5c09c2e8cbfdde1368e416c209a4b7a71a933c7400d49a62e2fbcf412460f0be3662785384af706393a96b52db67b3520ebf1c0da55
6161+
checksum: 10c0/1c59416342410bdb634464310c19a1c09ea301a2381cfe7e0c51f3a840209e10a76c03db45355b8b96adbc1ed4b4c7821fbaffc033af6e85148ffe05cc50cf02
61616162
languageName: node
61626163
linkType: hard
61636164

@@ -8624,10 +8625,10 @@ __metadata:
86248625
languageName: node
86258626
linkType: hard
86268627

8627-
"preact@npm:10.24.3":
8628-
version: 10.24.3
8629-
resolution: "preact@npm:10.24.3"
8630-
checksum: 10c0/c863df6d7be6a660480189762d8a8f2d4148733fc2bb9efbd9d2fd27315d2c7ede850a16077d716c91666c915c0349bd3c9699733e4f08457226a0519f408761
8628+
"preact@npm:10.25.4":
8629+
version: 10.25.4
8630+
resolution: "preact@npm:10.25.4"
8631+
checksum: 10c0/33a009d614d2b47df1c867935fe057c1dfd2bae1aaab41d6e981434b761f75b88e82eac7847ae486b4dbcffc74af814b8dc59ccef17b10625e3effefa2e1ef67
86318632
languageName: node
86328633
linkType: hard
86338634

@@ -8795,6 +8796,15 @@ __metadata:
87958796
languageName: node
87968797
linkType: hard
87978798

8799+
"react-compiler-runtime@npm:19.0.0-beta-37ed2a7-20241206":
8800+
version: 19.0.0-beta-37ed2a7-20241206
8801+
resolution: "react-compiler-runtime@npm:19.0.0-beta-37ed2a7-20241206"
8802+
peerDependencies:
8803+
react: ^17.0.0 || ^18.0.0 || ^19.0.0
8804+
checksum: 10c0/92bd9e73ca238fc92e9a482c0e1678aaebcea06bf33605c0a38c490b061237a6c2829ad7b811ce8eb93684768418eebcd7087035d7cc9bd494d6e59c222f999a
8805+
languageName: node
8806+
linkType: hard
8807+
87988808
"react-is@npm:^16.13.1, react-is@npm:^16.7.0":
87998809
version: 16.13.1
88008810
resolution: "react-is@npm:16.13.1"

0 commit comments

Comments
 (0)