-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Lock file maintenance * explicitly declare return type of createExpressServer * Fix things * Update createExpressServer.ts * add runtime classic to problematic docs pages * fix prisma clientVersion in tests * Create happy-flies-do.md * more docs runtime fixes * more docs runtime fixes Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: gwyneplaine <[email protected]> Co-authored-by: mitchellhamilton <[email protected]>
- Loading branch information
1 parent
8a11949
commit d64d333
Showing
1 changed file
with
18 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,25 +2,7 @@ | |
# yarn lockfile v1 | ||
|
||
|
||
"@apollo/client@^3.1.3": | ||
version "3.4.16" | ||
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.4.16.tgz#67090d5655aa843fa64d26f1913315e384a5fa0f" | ||
integrity sha512-iF4zEYwvebkri0BZQyv8zfavPfVEafsK0wkOofa6eC2yZu50J18uTutKtC174rjHZ2eyxZ8tV7NvAPKRT+OtZw== | ||
dependencies: | ||
"@graphql-typed-document-node/core" "^3.0.0" | ||
"@wry/context" "^0.6.0" | ||
"@wry/equality" "^0.5.0" | ||
"@wry/trie" "^0.3.0" | ||
graphql-tag "^2.12.3" | ||
hoist-non-react-statics "^3.3.2" | ||
optimism "^0.16.1" | ||
prop-types "^15.7.2" | ||
symbol-observable "^4.0.0" | ||
ts-invariant "^0.9.0" | ||
tslib "^2.3.0" | ||
zen-observable-ts "~1.1.0" | ||
|
||
"@apollo/client@^3.4.17": | ||
"@apollo/client@^3.1.3", "@apollo/client@^3.4.17": | ||
version "3.4.17" | ||
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.4.17.tgz#4972e19a49809e16d17c5adc67f45623a6dac135" | ||
integrity sha512-MDt2rwMX1GqodiVEKJqmDmAz8xr0qJmq5PdWeIt0yDaT4GOkKYWZiWkyfhfv3raTk8PyJvbsNG9q2CqmUrlGfg== | ||
|
@@ -1036,14 +1018,7 @@ | |
dependencies: | ||
regenerator-runtime "^0.13.4" | ||
|
||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.7", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": | ||
version "7.16.0" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.0.tgz#e27b977f2e2088ba24748bf99b5e1dece64e4f0b" | ||
integrity sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw== | ||
dependencies: | ||
regenerator-runtime "^0.13.4" | ||
|
||
"@babel/runtime@^7.16.3": | ||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.16.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.7", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": | ||
version "7.16.3" | ||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5" | ||
integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ== | ||
|
@@ -1521,9 +1496,9 @@ | |
value-or-promise "1.0.11" | ||
|
||
"@graphql-tools/utils@^8.0.0", "@graphql-tools/utils@^8.5.1": | ||
version "8.5.2" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.5.2.tgz#fa775d92c19237f648105f7d4aeeeb63ba3d257f" | ||
integrity sha512-wxA51td/759nQziPYh+HxE0WbURRufrp1lwfOYMgfK4e8Aa6gCa1P1p6ERogUIm423NrIfOVau19Q/BBpHdolw== | ||
version "8.5.3" | ||
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.5.3.tgz#404062e62cae9453501197039687749c4885356e" | ||
integrity sha512-HDNGWFVa8QQkoQB0H1lftvaO1X5xUaUDk1zr1qDe0xN1NL0E/CrQdJ5UKLqOvH4hkqVUPxQsyOoAZFkaH6rLHg== | ||
dependencies: | ||
tslib "~2.3.0" | ||
|
||
|
@@ -1838,19 +1813,7 @@ | |
find-up "^4.1.0" | ||
fs-extra "^8.1.0" | ||
|
||
"@manypkg/get-packages@^1.0.1": | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/@manypkg/get-packages/-/get-packages-1.1.2.tgz#d0af46018966dbe064103472b3dae9662bf2ea71" | ||
integrity sha512-AoA/VBOik2YZh+z44YlK/wgEA5lbzd5pfGsjjaGFuAjUXe0+zBL6oK3ryOK3pDkV7SljyN0sLpVeLBLKc3LeVA== | ||
dependencies: | ||
"@babel/runtime" "^7.5.5" | ||
"@changesets/types" "^4.0.1" | ||
"@manypkg/find-root" "^1.1.0" | ||
fs-extra "^8.1.0" | ||
globby "^11.0.0" | ||
read-yaml-file "^1.1.0" | ||
|
||
"@manypkg/get-packages@^1.1.3": | ||
"@manypkg/get-packages@^1.0.1", "@manypkg/get-packages@^1.1.3": | ||
version "1.1.3" | ||
resolved "https://registry.yarnpkg.com/@manypkg/get-packages/-/get-packages-1.1.3.tgz#e184db9bba792fa4693de4658cfb1463ac2c9c47" | ||
integrity sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A== | ||
|
@@ -2517,21 +2480,7 @@ | |
dependencies: | ||
defer-to-connect "^1.0.1" | ||
|
||
"@testing-library/dom@^8.0.0": | ||
version "8.10.1" | ||
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.10.1.tgz#e24fed92ad51c619cf304c6f1410b4c76b1000c0" | ||
integrity sha512-rab7vpf1uGig5efWwsCOn9j4/doy+W3VBoUyzX7C4y77u0wAckwc7R8nyH6e2rw0rRzKJR+gWPiAg8zhiFbxWQ== | ||
dependencies: | ||
"@babel/code-frame" "^7.10.4" | ||
"@babel/runtime" "^7.12.5" | ||
"@types/aria-query" "^4.2.0" | ||
aria-query "^5.0.0" | ||
chalk "^4.1.0" | ||
dom-accessibility-api "^0.5.9" | ||
lz-string "^1.4.4" | ||
pretty-format "^27.0.2" | ||
|
||
"@testing-library/dom@^8.11.1": | ||
"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.11.1": | ||
version "8.11.1" | ||
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.11.1.tgz#03fa2684aa09ade589b460db46b4c7be9fc69753" | ||
integrity sha512-3KQDyx9r0RKYailW2MiYrSSKEfH0GTkI51UGEvJenvcoDoeRYs0PZpi2SXqtnMClQvCqdtTTpOfFETDTVADpAg== | ||
|
@@ -3103,9 +3052,9 @@ | |
"@types/react" "*" | ||
|
||
"@types/react@*": | ||
version "17.0.33" | ||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.33.tgz#e01ae3de7613dac1094569880bb3792732203ad5" | ||
integrity sha512-pLWntxXpDPaU+RTAuSGWGSEL2FRTNyRQOjSWDke/rxRg14ncsZvx8AKWMWZqvc1UOaJIAoObdZhAWvRaHFi5rw== | ||
version "17.0.34" | ||
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.34.tgz#797b66d359b692e3f19991b6b07e4b0c706c0102" | ||
integrity sha512-46FEGrMjc2+8XhHXILr+3+/sTe3OfzSPU9YGKILLrUYbQ1CLQC9Daqo1KzENGXAWwrFwiY0l4ZbF20gRvgpWTg== | ||
dependencies: | ||
"@types/prop-types" "*" | ||
"@types/scheduler" "*" | ||
|
@@ -3295,14 +3244,14 @@ | |
eslint-utils "^3.0.0" | ||
|
||
"@typescript-eslint/experimental-utils@^5.0.0": | ||
version "5.3.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.3.0.tgz#ee56b4957547ed2b0fc7451205e41502e664f546" | ||
integrity sha512-NFVxYTjKj69qB0FM+piah1x3G/63WB8vCBMnlnEHUsiLzXSTWb9FmFn36FD9Zb4APKBLY3xRArOGSMQkuzTF1w== | ||
version "5.3.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.3.1.tgz#bbd8f9b67b4d5fdcb9d2f90297d8fcda22561e05" | ||
integrity sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w== | ||
dependencies: | ||
"@types/json-schema" "^7.0.9" | ||
"@typescript-eslint/scope-manager" "5.3.0" | ||
"@typescript-eslint/types" "5.3.0" | ||
"@typescript-eslint/typescript-estree" "5.3.0" | ||
"@typescript-eslint/scope-manager" "5.3.1" | ||
"@typescript-eslint/types" "5.3.1" | ||
"@typescript-eslint/typescript-estree" "5.3.1" | ||
eslint-scope "^5.1.1" | ||
eslint-utils "^3.0.0" | ||
|
||
|
@@ -3324,14 +3273,6 @@ | |
"@typescript-eslint/types" "4.33.0" | ||
"@typescript-eslint/visitor-keys" "4.33.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.3.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.3.0.tgz#97d0ccc7c9158e89e202d5e24ce6ba49052d432e" | ||
integrity sha512-22Uic9oRlTsPppy5Tcwfj+QET5RWEnZ5414Prby465XxQrQFZ6nnm5KnXgnsAJefG4hEgMnaxTB3kNEyjdjj6A== | ||
dependencies: | ||
"@typescript-eslint/types" "5.3.0" | ||
"@typescript-eslint/visitor-keys" "5.3.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.4.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.4.0.tgz#aaab08415f4a9cf32b870c7750ae8ba4607126a1" | ||
|
@@ -3345,11 +3286,6 @@ | |
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72" | ||
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.3.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.3.0.tgz#af29fd53867c2df0028c57c36a655bd7e9e05416" | ||
integrity sha512-fce5pG41/w8O6ahQEhXmMV+xuh4+GayzqEogN24EK+vECA3I6pUwKuLi5QbXO721EMitpQne5VKXofPonYlAQg== | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.4.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2" | ||
|
@@ -3368,19 +3304,6 @@ | |
semver "^7.3.5" | ||
tsutils "^3.21.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.3.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.0.tgz#4f68ddd46dc2983182402d2ab21fb44ad94988cf" | ||
integrity sha512-FJ0nqcaUOpn/6Z4Jwbtf+o0valjBLkqc3MWkMvrhA2TvzFXtcclIM8F4MBEmYa2kgcI8EZeSAzwoSrIC8JYkug== | ||
dependencies: | ||
"@typescript-eslint/types" "5.3.0" | ||
"@typescript-eslint/visitor-keys" "5.3.0" | ||
debug "^4.3.2" | ||
globby "^11.0.4" | ||
is-glob "^4.0.3" | ||
semver "^7.3.5" | ||
tsutils "^3.21.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.4.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.4.0.tgz#fe524fb308973c68ebeb7428f3b64499a6ba5fc0" | ||
|
@@ -3402,14 +3325,6 @@ | |
"@typescript-eslint/types" "4.33.0" | ||
eslint-visitor-keys "^2.0.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.3.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.0.tgz#a6258790f3b7b2547f70ed8d4a1e0c3499994523" | ||
integrity sha512-oVIAfIQuq0x2TFDNLVavUn548WL+7hdhxYn+9j3YdJJXB7mH9dAmZNJsPDa7Jc+B9WGqoiex7GUDbyMxV0a/aw== | ||
dependencies: | ||
"@typescript-eslint/types" "5.3.0" | ||
eslint-visitor-keys "^3.0.0" | ||
|
||
"@typescript-eslint/[email protected]": | ||
version "5.4.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.4.0.tgz#09bc28efd3621f292fe88c86eef3bf4893364c8c" | ||
|
@@ -6849,14 +6764,7 @@ grapheme-splitter@^1.0.4: | |
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e" | ||
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ== | ||
|
||
graphql-tag@^2.11.0, graphql-tag@^2.12.3: | ||
version "2.12.5" | ||
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.5.tgz#5cff974a67b417747d05c8d9f5f3cb4495d0db8f" | ||
integrity sha512-5xNhP4063d16Pz3HBtKprutsPrmHZi5IdUGOWRxA2B6VF7BIRGOHZ5WQvDmJXZuPcBg7rYwaFxvQYjqkSdR3TQ== | ||
dependencies: | ||
tslib "^2.1.0" | ||
|
||
graphql-tag@^2.12.6: | ||
graphql-tag@^2.11.0, graphql-tag@^2.12.3, graphql-tag@^2.12.6: | ||
version "2.12.6" | ||
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1" | ||
integrity sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg== | ||
|
@@ -10914,20 +10822,7 @@ react-remove-scroll@^2.4.3: | |
use-callback-ref "^1.2.3" | ||
use-sidecar "^1.0.1" | ||
|
||
react-select@*: | ||
version "5.2.0" | ||
resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.2.0.tgz#7535ac8f4ce7216033c0f2cd5c240ca6e4becb3b" | ||
integrity sha512-JLH2/ei/m1an0Vu4ERMKvGgDB6yHLsgxltho2QennOLTq4Fx35GwGwh+2MFnz5EWgslX6G9rjclUTZWAA2DuBg== | ||
dependencies: | ||
"@babel/runtime" "^7.12.0" | ||
"@emotion/cache" "^11.4.0" | ||
"@emotion/react" "^11.1.1" | ||
"@types/react-transition-group" "^4.4.0" | ||
memoize-one "^5.0.0" | ||
prop-types "^15.6.0" | ||
react-transition-group "^4.3.0" | ||
|
||
react-select@^5.2.1: | ||
react-select@*, react-select@^5.2.1: | ||
version "5.2.1" | ||
resolved "https://registry.yarnpkg.com/react-select/-/react-select-5.2.1.tgz#416c25c6b79b94687702374e019c4f2ed9d159d6" | ||
integrity sha512-OOyNzfKrhOcw/BlembyGWgdlJ2ObZRaqmQppPFut1RptJO423j+Y+JIsmxkvsZ4D/3CpOmwIlCvWbbAWEdh12A== | ||
|