Skip to content

Commit

Permalink
chore(deps): update [dev] minor and patch dependencies for gatsby-gra…
Browse files Browse the repository at this point in the history
…phiql-explorer (#38138)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 2, 2023
1 parent 59cf598 commit 7b306cb
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
12 changes: 6 additions & 6 deletions packages/gatsby-graphiql-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@graphiql/plugin-code-exporter": "^0.1.2",
"@graphiql/plugin-explorer": "^0.1.15",
"@graphiql/react": "^0.17.1",
"@graphiql/toolkit": "^0.8.3",
"@graphiql/plugin-explorer": "^0.1.20",
"@graphiql/react": "^0.17.6",
"@graphiql/toolkit": "^0.8.4",
"babel-loader": "^8.3.0",
"babel-preset-gatsby-package": "^3.11.0-next.0",
"core-js": "^3.30.2",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"css-loader": "^6.8.1",
"del-cli": "^5.0.0",
"graphiql": "^2.4.1",
"graphiql": "^2.4.7",
"html-webpack-plugin": "^5.5.1",
"npm-run-all": "4.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"regenerator-runtime": "^0.13.11",
"style-loader": "^3.3.2",
"style-loader": "^3.3.3",
"webpack": "^5.85.0",
"webpack-cli": "^4.10.0"
},
Expand Down
94 changes: 47 additions & 47 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1643,20 +1643,20 @@
dependencies:
graphiql-code-exporter "^3.0.3"

"@graphiql/plugin-explorer@^0.1.15":
version "0.1.15"
resolved "https://registry.yarnpkg.com/@graphiql/plugin-explorer/-/plugin-explorer-0.1.15.tgz#d608df288ceb75262f9cb3af02f39198f6fa7369"
integrity sha512-/S82L0zahiUfOKqUtdUcHX0rWzxkr24iH7zdisAypBYK7E/oBCpbAySyQHox4+z6l/xcjhXMXdhLNuqZKUCAiw==
"@graphiql/plugin-explorer@^0.1.20":
version "0.1.20"
resolved "https://registry.yarnpkg.com/@graphiql/plugin-explorer/-/plugin-explorer-0.1.20.tgz#9d0daff3a776d7684902a798e926e605f297c683"
integrity sha512-dgvcoQPJDl6h7DoACMw1MaH1KqUTOWY2ny9t+zjBnW/ZhXzQfoni1H3JmLndbfiXq/XPvtRNGGfd2hfqk8KVLg==
dependencies:
"@graphiql/react" "^0.17.1"
"@graphiql/react" "^0.17.6"
graphiql-explorer "^0.9.0"

"@graphiql/react@^0.17.1":
version "0.17.1"
resolved "https://registry.yarnpkg.com/@graphiql/react/-/react-0.17.1.tgz#14078bf82fb35c0cd9d12c12ce170b3a889719c9"
integrity sha512-p99Vnl3aoQsh/T651pkGiS0wqvn7y65Bv4Q32l990T2IIgEDqeqJxgwRp3F48Ol9dWzk6KzxNkZYqe5IVHEmoA==
"@graphiql/react@^0.17.6":
version "0.17.6"
resolved "https://registry.yarnpkg.com/@graphiql/react/-/react-0.17.6.tgz#54e3745f74ccf5cd69540aecc9dbcd15a7e28c1c"
integrity sha512-3k1paSRbRwVNxr2U80xnRhkws8tSErWlETJvEQBmqRcWbt0+WmwFJorkLnG1n3Wj0Ho6k4a2BAiTfJ6F4SPrLg==
dependencies:
"@graphiql/toolkit" "^0.8.3"
"@graphiql/toolkit" "^0.8.4"
"@reach/combobox" "^0.17.0"
"@reach/dialog" "^0.17.0"
"@reach/listbox" "^0.17.0"
Expand All @@ -1665,16 +1665,16 @@
"@reach/visually-hidden" "^0.17.0"
clsx "^1.2.1"
codemirror "^5.65.3"
codemirror-graphql "^2.0.5"
codemirror-graphql "^2.0.8"
copy-to-clipboard "^3.2.0"
graphql-language-service "^5.1.3"
graphql-language-service "^5.1.6"
markdown-it "^12.2.0"
set-value "^4.1.0"

"@graphiql/toolkit@^0.8.3":
version "0.8.3"
resolved "https://registry.yarnpkg.com/@graphiql/toolkit/-/toolkit-0.8.3.tgz#62ffb6efc0202a94fe0fc38dd39c31f89d1d15c9"
integrity sha512-B5WfZlBes/tMmM7TeTTD/F2E1kbtQD6PYmyX76qWrIt1Sx3+lQoCe8NzHbBvNII77F5sr737RASmkhQ1fcdFWQ==
"@graphiql/toolkit@^0.8.4":
version "0.8.4"
resolved "https://registry.yarnpkg.com/@graphiql/toolkit/-/toolkit-0.8.4.tgz#8b697d140a3e96a6702428cbb8da4e8eb29162b3"
integrity sha512-cFUGqh3Dau+SD3Vq9EFlZrhzYfaHKyOJveFtaCR+U5Cn/S68p7oy+vQBIdwtO6J2J58FncnwBbVRfr+IvVfZqQ==
dependencies:
"@n1ru4l/push-pull-async-iterable-iterator" "^3.1.0"
meros "^1.1.4"
Expand Down Expand Up @@ -7622,12 +7622,12 @@ codegen.macro@^4.1.0:
dependencies:
babel-plugin-codegen "^4.1.0"

codemirror-graphql@^2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/codemirror-graphql/-/codemirror-graphql-2.0.5.tgz#bcda4d47b125a5ba437f7f3b2d914fdbe324275a"
integrity sha512-erpJV/hOQe4ScOBNhV+rJAAcsCGyC913VkTp3fbGHh/aZQBshpwxgew4+43+EDl855Gw+df36/+maun+Nj8tKw==
codemirror-graphql@^2.0.8:
version "2.0.8"
resolved "https://registry.yarnpkg.com/codemirror-graphql/-/codemirror-graphql-2.0.8.tgz#0d63cc6a5c5792081041e319078cfc2969dd97ef"
integrity sha512-EU+pXsSKZJAFVdF8j5hbB5gqXsDDjsBiJoohQq09yhsr69pzaI8ZrXjmpuR4CMyf9jgqcz5KK7rsTmxDHmeJPQ==
dependencies:
graphql-language-service "5.1.3"
graphql-language-service "5.1.6"

codemirror@^5.65.3:
version "5.65.8"
Expand Down Expand Up @@ -8572,15 +8572,15 @@ css-loader@^5.2.7:
schema-utils "^3.0.0"
semver "^7.3.5"

css-loader@^6.7.3:
version "6.7.3"
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.7.3.tgz#1e8799f3ccc5874fdd55461af51137fcc5befbcd"
integrity sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==
css-loader@^6.8.1:
version "6.8.1"
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.8.1.tgz#0f8f52699f60f5e679eab4ec0fcd68b8e8a50a88"
integrity sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==
dependencies:
icss-utils "^5.1.0"
postcss "^8.4.19"
postcss "^8.4.21"
postcss-modules-extract-imports "^3.0.0"
postcss-modules-local-by-default "^4.0.0"
postcss-modules-local-by-default "^4.0.3"
postcss-modules-scope "^3.0.0"
postcss-modules-values "^4.0.0"
postcss-value-parser "^4.2.0"
Expand Down Expand Up @@ -12155,14 +12155,14 @@ graphiql-explorer@^0.9.0:
resolved "https://registry.yarnpkg.com/graphiql-explorer/-/graphiql-explorer-0.9.0.tgz#25f6b990bfc3e04e88c0cf419e28d12abe2c4fbe"
integrity sha512-fZC/wsuatqiQDO2otchxriFO0LaWIo/ovF/CQJ1yOudmY0P7pzDiP+l9CEHUiWbizk3e99x6DQG4XG1VxA+d6A==

graphiql@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/graphiql/-/graphiql-2.4.1.tgz#e690b4f78d2330e0d6c54c3d895ac0711c9633f4"
integrity sha512-PLTY2KI+FwU6548Bsrip2ptne/t2QzNdARHZwXl/KGJ+KVfSpXjjfryJQBHXiEq4plQnG4orw7dJpm8KfM5iig==
graphiql@^2.4.7:
version "2.4.7"
resolved "https://registry.yarnpkg.com/graphiql/-/graphiql-2.4.7.tgz#77eae9e8b31628bad363384c5b382de9fad1ff86"
integrity sha512-Fm3fVI65EPyXy+PdbeQUyODTwl2NhpZ47msGnGwpDvdEzYdgF7pPrxL96xCfF31KIauS4+ceEJ+ZwEe5iLWiQw==
dependencies:
"@graphiql/react" "^0.17.1"
"@graphiql/toolkit" "^0.8.3"
graphql-language-service "^5.1.3"
"@graphiql/react" "^0.17.6"
"@graphiql/toolkit" "^0.8.4"
graphql-language-service "^5.1.6"
markdown-it "^12.2.0"

graphql-compose@^9.0.10:
Expand All @@ -12177,10 +12177,10 @@ graphql-http@^1.18.0:
resolved "https://registry.yarnpkg.com/graphql-http/-/graphql-http-1.18.0.tgz#6a72fc6d085e0761d9d483273c6fa9a6de5f6c4c"
integrity sha512-r2sIo6jCTQi1aj7s+Srg7oU3+r5pUUgxgDD5JDZOmFzrbXVGz+yMhIKhvqW0cV10DcnVIFCOzuFuc1qvnjJ7yQ==

graphql-language-service@5.1.3, graphql-language-service@^5.1.3:
version "5.1.3"
resolved "https://registry.yarnpkg.com/graphql-language-service/-/graphql-language-service-5.1.3.tgz#6e2333dca9d739b5c6e545c9758e9f3c70a11324"
integrity sha512-01KZLExoF53i8a2Jhgt+nVGsm9O2+jmDdwms4THSxCY+gU9FukF6X4pPLO2Gk7qZ6CVcInM8+IQx/ph4AOTOLA==
graphql-language-service@5.1.6, graphql-language-service@^5.1.6:
version "5.1.6"
resolved "https://registry.yarnpkg.com/graphql-language-service/-/graphql-language-service-5.1.6.tgz#0d6d2b2bb09cf0d02c82fd97628dfdc63ce7936b"
integrity sha512-sl9HTlE/sBoFvZ2SPGnApwpp/a4ahl1d49SOxGm2OIYOslFv00MK7AYms9Yx91omOwAp74is10S7Cjamh5TRQw==
dependencies:
nullthrows "^1.0.0"
vscode-languageserver-types "^3.17.1"
Expand Down Expand Up @@ -18906,10 +18906,10 @@ postcss-modules-local-by-default@1.2.0, postcss-modules-local-by-default@^1.2.0:
css-selector-tokenizer "^0.7.0"
postcss "^6.0.1"

postcss-modules-local-by-default@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz#ebbb54fae1598eecfdf691a02b3ff3b390a5a51c"
integrity sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==
postcss-modules-local-by-default@^4.0.0, postcss-modules-local-by-default@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz#b08eb4f083050708998ba2c6061b50c2870ca524"
integrity sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==
dependencies:
icss-utils "^5.0.0"
postcss-selector-parser "^6.0.2"
Expand Down Expand Up @@ -19289,7 +19289,7 @@ postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.22:
source-map "^0.6.1"
supports-color "^5.4.0"

postcss@^8.1.10, postcss@^8.2.1, postcss@^8.2.15, postcss@^8.2.9, postcss@^8.3.11, postcss@^8.4.19, postcss@^8.4.21, postcss@^8.4.24:
postcss@^8.1.10, postcss@^8.2.1, postcss@^8.2.15, postcss@^8.2.9, postcss@^8.3.11, postcss@^8.4.21, postcss@^8.4.24:
version "8.4.24"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df"
integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==
Expand Down Expand Up @@ -22429,10 +22429,10 @@ style-loader@^2.0.0:
loader-utils "^2.0.0"
schema-utils "^3.0.0"

style-loader@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.2.tgz#eaebca714d9e462c19aa1e3599057bc363924899"
integrity sha512-RHs/vcrKdQK8wZliteNK4NKzxvLBzpuHMqYmUVWeKa6MkaIQ97ZTOS0b+zapZhy6GcrgWnvWYCMHRirC3FsUmw==
style-loader@^3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.3.tgz#bba8daac19930169c0c9c96706749a597ae3acff"
integrity sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw==

style-to-object@^0.3.0:
version "0.3.0"
Expand Down

0 comments on commit 7b306cb

Please sign in to comment.