Skip to content

Commit 00a285b

Browse files
committed
chore: upgrades dset to be used now
1 parent 4f2bba3 commit 00a285b

4 files changed

Lines changed: 8 additions & 53 deletions

File tree

packages/graphiql/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"codemirror-graphql": "^1.0.0",
4848
"copy-to-clipboard": "^3.2.0",
4949
"entities": "^2.0.0",
50+
"dset": "^3.1.0",
5051
"graphql-language-service": "^3.1.2",
5152
"markdown-it": "^10.0.0",
5253
"@graphiql/toolkit": "^0.1.0"

packages/graphiql/src/components/GraphiQL.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import {
5252
introspectionQueryName,
5353
introspectionQuerySansSubscriptions,
5454
} from '../utility/introspectionQueries';
55-
import { dset } from '../utility/dset-merger';
55+
import { dset } from 'dset/merge';
5656

5757
import type {
5858
Fetcher,

packages/graphiql/src/utility/dset-merger.ts

Lines changed: 0 additions & 52 deletions
This file was deleted.

yarn.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9031,6 +9031,11 @@ dotenv@^6.2.0:
90319031
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-6.2.0.tgz#941c0410535d942c8becf28d3f357dbd9d476064"
90329032
integrity sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==
90339033

9034+
dset@^3.1.0:
9035+
version "3.1.0"
9036+
resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.0.tgz#23feb6df93816ea452566308b1374d6e869b0d7b"
9037+
integrity sha512-7xTQ5DzyE59Nn+7ZgXDXjKAGSGmXZHqttMVVz1r4QNfmGpyj+cm2YtI3II0c/+4zS4a9yq2mBhgdeq2QnpcYlw==
9038+
90349039
duplexer2@~0.1.4:
90359040
version "0.1.4"
90369041
resolved "https://registry.yarnpkg.com/duplexer2/-/duplexer2-0.1.4.tgz#8b12dab878c0d69e3e7891051662a32fc6bddcc1"
@@ -10991,6 +10996,7 @@ grapheme-splitter@^1.0.4:
1099110996
codemirror "^5.54.0"
1099210997
codemirror-graphql "^1.0.0"
1099310998
copy-to-clipboard "^3.2.0"
10999+
dset "^3.1.0"
1099411000
entities "^2.0.0"
1099511001
graphql-language-service "^3.1.2"
1099611002
markdown-it "^10.0.0"

0 commit comments

Comments
 (0)