Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"file-loader": "6.1.0",
"style-loader": "1.2.1",
"monaco-editor-webpack-plugin": "1.9.0",
"@docusaurus/core": "2.0.0-alpha.63",
"@docusaurus/core": "2.0.0-alpha.64",
"@docusaurus/preset-classic": "2.0.0-alpha.63",
"@graphql-codegen/config-schema": "1.17.8",
"babel-preset-minify": "0.5.1",
Expand Down
197 changes: 169 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1653,6 +1653,85 @@
webpack-merge "^4.2.2"
webpackbar "^4.0.0"

"@docusaurus/[email protected]":
version "2.0.0-alpha.64"
resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.0.0-alpha.64.tgz#08031993fcfff78b395091ec06ed1ab38c06e689"
integrity sha512-lIFAaBz5SvN/vIMrljHwUiT+EGglqmCbKWUXsGwg8FZ86SqkD0T5hPtpaQBIDkerSMzOqntokUEcXB46AQsieQ==
dependencies:
"@babel/core" "^7.9.0"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1"
"@babel/plugin-proposal-optional-chaining" "^7.10.3"
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
"@babel/plugin-transform-runtime" "^7.9.0"
"@babel/preset-env" "^7.9.0"
"@babel/preset-react" "^7.9.4"
"@babel/preset-typescript" "^7.9.0"
"@babel/runtime" "^7.9.2"
"@babel/runtime-corejs3" "^7.10.4"
"@docusaurus/types" "2.0.0-alpha.64"
"@docusaurus/utils" "2.0.0-alpha.64"
"@docusaurus/utils-validation" "2.0.0-alpha.64"
"@endiliey/static-site-generator-webpack-plugin" "^4.0.0"
"@hapi/joi" "^17.1.1"
"@svgr/webpack" "^5.4.0"
babel-loader "^8.1.0"
babel-plugin-dynamic-import-node "^2.3.0"
boxen "^4.2.0"
cache-loader "^4.1.0"
chalk "^3.0.0"
chokidar "^3.3.0"
commander "^4.0.1"
copy-webpack-plugin "^6.0.3"
core-js "^2.6.5"
css-loader "^3.4.2"
del "^5.1.0"
detect-port "^1.3.0"
eta "^1.1.1"
express "^4.17.1"
file-loader "^6.0.0"
fs-extra "^8.1.0"
globby "^10.0.1"
html-minifier-terser "^5.0.5"
html-tags "^3.1.0"
html-webpack-plugin "^4.0.4"
import-fresh "^3.2.1"
inquirer "^7.2.0"
is-root "^2.1.0"
leven "^3.1.0"
lodash "^4.5.2"
lodash.flatmap "^4.5.0"
lodash.has "^4.5.2"
lodash.isplainobject "^4.0.6"
lodash.isstring "^4.0.1"
mini-css-extract-plugin "^0.8.0"
nprogress "^0.2.0"
null-loader "^3.0.0"
optimize-css-assets-webpack-plugin "^5.0.3"
pnp-webpack-plugin "^1.6.4"
postcss-loader "^3.0.0"
postcss-preset-env "^6.7.0"
react-dev-utils "^10.2.1"
react-helmet "^6.0.0-beta"
react-loadable "^5.5.0"
react-loadable-ssr-addon "^0.3.0"
react-router "^5.1.2"
react-router-config "^5.1.1"
react-router-dom "^5.1.2"
resolve-pathname "^3.0.0"
semver "^6.3.0"
serve-handler "^6.1.3"
shelljs "^0.8.4"
std-env "^2.2.1"
terser-webpack-plugin "^4.1.0"
update-notifier "^4.1.0"
url-loader "^4.1.0"
wait-file "^1.0.5"
webpack "^4.44.1"
webpack-bundle-analyzer "^3.6.1"
webpack-dev-server "^3.11.0"
webpack-merge "^4.2.2"
webpackbar "^4.0.0"

"@docusaurus/[email protected]":
version "2.0.0-alpha.63"
resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-2.0.0-alpha.63.tgz#e6b363bdcfae84306aad74a162130672df33ef40"
Expand Down Expand Up @@ -1846,6 +1925,16 @@
querystring "0.2.0"
webpack-merge "^4.2.2"

"@docusaurus/[email protected]":
version "2.0.0-alpha.64"
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-2.0.0-alpha.64.tgz#62e42beb222f7a73a5ec1218426dcdbe2ccb4294"
integrity sha512-YBTRXHbZDWxGQ14ES62s5UnMA3MM9BuLS5EDseOPd8/GwMz6pws+N9QeLCUCEQQTbdTb2MZsQjdSGaHOMjbiEA==
dependencies:
"@types/webpack" "^4.41.0"
commander "^4.0.1"
querystring "0.2.0"
webpack-merge "^4.2.2"

"@docusaurus/[email protected]":
version "2.0.0-alpha.63"
resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-2.0.0-alpha.63.tgz#78e31bfa289a5c310a018465f232e4c7e369cff8"
Expand All @@ -1855,6 +1944,15 @@
"@hapi/joi" "17.1.1"
chalk "^3.0.0"

"@docusaurus/[email protected]":
version "2.0.0-alpha.64"
resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-2.0.0-alpha.64.tgz#caf7dcc1ad2ad4d6890b660b575906493ac62db1"
integrity sha512-WO1v10/Dga5pR3e5XGwuv8Wb+vjp4d8MZ4h0x+6MBOMX9HXgoUN2pmdXq0HcolNV2RMNdXAgkT8NZhCV5Wea1A==
dependencies:
"@docusaurus/utils" "2.0.0-alpha.64"
"@hapi/joi" "17.1.1"
chalk "^3.0.0"

"@docusaurus/[email protected]":
version "2.0.0-alpha.63"
resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-2.0.0-alpha.63.tgz#a33b10ae8f4920cba7cbc55566ad1c8abd716442"
Expand All @@ -1867,6 +1965,18 @@
lodash.kebabcase "^4.1.1"
resolve-pathname "^3.0.0"

"@docusaurus/[email protected]":
version "2.0.0-alpha.64"
resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-2.0.0-alpha.64.tgz#ed8da246504d68d4e817929806962cbee76e0b60"
integrity sha512-rvRNTSNL0BQnO15/dZRO3MsZwcnglvm1aBl/9qbPVBVS82/VdoUB8YZ5QGrCQewXugQBkYqZU2cx+khDhNICvw==
dependencies:
escape-string-regexp "^2.0.0"
fs-extra "^8.1.0"
gray-matter "^4.0.2"
lodash.camelcase "^4.3.0"
lodash.kebabcase "^4.1.1"
resolve-pathname "^3.0.0"

"@emotion/cache@^10.0.27", "@emotion/cache@^10.0.9":
version "10.0.29"
resolved "https://registry.npmjs.org/@emotion/cache/-/cache-10.0.29.tgz#87e7e64f412c060102d589fe7c6dc042e6f9d1e0"
Expand Down Expand Up @@ -5650,7 +5760,7 @@ cheerio@^0.22.0:
lodash.reject "^4.4.0"
lodash.some "^4.4.0"

chokidar@*, chokidar@^3.3.0, chokidar@^3.4.0, chokidar@^3.4.2:
chokidar@*, chokidar@^3.3.0, chokidar@^3.4.1, chokidar@^3.4.2:
version "3.4.2"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.2.tgz#38dc8e658dec3809741eb3ef7bb0a47fe424232d"
integrity sha512-IZHaDeBeI+sZJRX7lGcXsdzgvZqKv6sECqsbErJA4mHWfpRrD8B97kSFN4cQz6nGBGiuFia1MKR4d6c1o8Cv7A==
Expand Down Expand Up @@ -7335,10 +7445,10 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0:
dependencies:
once "^1.4.0"

enhanced-resolve@^4.1.0:
version "4.2.0"
resolved "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.2.0.tgz#5d43bda4a0fd447cb0ebbe71bef8deff8805ad0d"
integrity sha512-S7eiFb/erugyd1rLb6mQ3Vuq+EXHv5cpCkNqqIkYkBgN2QdFnyCZzFBleqwGEx4lgNGYij81BWnCrFNK7vxvjQ==
enhanced-resolve@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.3.0.tgz#3b806f3bfafc1ec7de69551ef93cca46c1704126"
integrity sha512-3e87LvavsdxyoCfGusJnrZ5G8SLPOFeHSNpZI/ATL9a5leXo2k0w6MKnbqhdBad9qTobSfB20Ld7UmgoNbAZkQ==
dependencies:
graceful-fs "^4.1.2"
memory-fs "^0.5.0"
Expand Down Expand Up @@ -8818,24 +8928,24 @@ [email protected]:
vscode-languageserver-types "^3.15.1"

graphql-language-service-parser@^1.6.0:
version "1.6.3"
resolved "https://registry.yarnpkg.com/graphql-language-service-parser/-/graphql-language-service-parser-1.6.3.tgz#16c1efdb005c982de0500161d67e96ce749cf1d5"
integrity sha512-UjmVXcSN59pCkFDBIZav0rTdz7ISeYAgGshA/0OpFlrJ6ZkS3hlOBbu/QvLyjRvTcjKpx95qT299auL39kE+/g==
version "1.6.4"
resolved "https://registry.yarnpkg.com/graphql-language-service-parser/-/graphql-language-service-parser-1.6.4.tgz#d5b92db1e50a91cdcf7f54f79253e13455e20257"
integrity sha512-Y365zUFfJ1GJ9NeRHb5Z/HBo6EnbuTi187Gkuldwd1YIDc0QcD7kqz6U5g043zd7BI/UZQth13Zd7pElvbb2zw==
dependencies:
graphql-language-service-types "^1.6.2"
graphql-language-service-types "^1.6.3"
typescript "^3.9.5"

graphql-language-service-types@^1.6.0, graphql-language-service-types@^1.6.2:
version "1.6.2"
resolved "https://registry.yarnpkg.com/graphql-language-service-types/-/graphql-language-service-types-1.6.2.tgz#c42c5d67c05120d422076e0965794ae9c589689e"
integrity sha512-5cslPoUd8P7/EjJ5L3/zs0NBeDhvQHhjUMbjKQakwqu4tZXplriZ9KvvA+Q/n4w/Rn79+3cbr7maNtsTk6/TmQ==
graphql-language-service-types@^1.6.0, graphql-language-service-types@^1.6.3:
version "1.6.3"
resolved "https://registry.yarnpkg.com/graphql-language-service-types/-/graphql-language-service-types-1.6.3.tgz#1a6ba25140ec9ffc6d7f36eca7a4069e91500f3d"
integrity sha512-VDtBhdan1iSe7ad7+eBbsO5rrzWQpC6aV4SxSHEi8AtEQOFXpnL9Lq5jSaN8O02pGvAUr4wNUPu0oRU5g2XmVA==

graphql-language-service-utils@^2.4.0:
version "2.4.2"
resolved "https://registry.yarnpkg.com/graphql-language-service-utils/-/graphql-language-service-utils-2.4.2.tgz#0333377e2aad85b61bc9c0304e61cea13eec90c7"
integrity sha512-el9WfW0LyKaxpUzsIOec/qAjSdXIQ6hVRAX2HV8bN0+yPO93m6sMfPDtNrVkj/2FkwtruCrs01TB0dB1Qk9Dew==
version "2.4.3"
resolved "https://registry.yarnpkg.com/graphql-language-service-utils/-/graphql-language-service-utils-2.4.3.tgz#e4f4d1a7e950dcc5ada2456096c88ad5b2bab9f2"
integrity sha512-XSCMKsV4GuVSGdW8RJTpO/IJDMXgESDJLu67SAuXFXwfel84j1gWrsmBAUeu6Di6NUEoM9NOCEtJv3LbU+/8qw==
dependencies:
graphql-language-service-types "^1.6.2"
graphql-language-service-types "^1.6.3"

graphql-request@^3.1.0:
version "3.1.0"
Expand Down Expand Up @@ -15652,6 +15762,13 @@ serialize-javascript@^4.0.0:
dependencies:
randombytes "^2.1.0"

serialize-javascript@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-5.0.1.tgz#7886ec848049a462467a97d3d918ebb2aaf934f4"
integrity sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==
dependencies:
randombytes "^2.1.0"

serve-handler@^6.1.3:
version "6.1.3"
resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-6.1.3.tgz#1bf8c5ae138712af55c758477533b9117f6435e8"
Expand Down Expand Up @@ -16652,6 +16769,21 @@ terser-webpack-plugin@^3.0.3:
terser "^4.8.0"
webpack-sources "^1.4.3"

terser-webpack-plugin@^4.1.0:
version "4.2.2"
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-4.2.2.tgz#d86200c700053bba637913fe4310ba1bdeb5568e"
integrity sha512-3qAQpykRTD5DReLu5/cwpsg7EZFzP3Q0Hp2XUWJUw2mpq2jfgOKTZr8IZKKnNieRVVo1UauROTdhbQJZveGKtQ==
dependencies:
cacache "^15.0.5"
find-cache-dir "^3.3.1"
jest-worker "^26.3.0"
p-limit "^3.0.2"
schema-utils "^2.7.1"
serialize-javascript "^5.0.1"
source-map "^0.6.1"
terser "^5.3.2"
webpack-sources "^1.4.3"

terser@^4.1.2, terser@^4.6.3, terser@^4.8.0:
version "4.8.0"
resolved "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17"
Expand All @@ -16670,6 +16802,15 @@ terser@^5.2.0:
source-map "~0.6.1"
source-map-support "~0.5.12"

terser@^5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.3.2.tgz#f4bea90eb92945b2a028ceef79181b9bb586e7af"
integrity sha512-H67sydwBz5jCUA32ZRL319ULu+Su1cAoZnnc+lXnenGRYWyLE3Scgkt8mNoAsMx0h5kdo758zdoS0LG9rYZXDQ==
dependencies:
commander "^2.20.0"
source-map "~0.6.1"
source-map-support "~0.5.12"

test-exclude@^6.0.0:
version "6.0.0"
resolved "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
Expand Down Expand Up @@ -17808,15 +17949,15 @@ watchpack-chokidar2@^2.0.0:
dependencies:
chokidar "^2.1.8"

watchpack@^1.6.1:
version "1.7.2"
resolved "https://registry.npmjs.org/watchpack/-/watchpack-1.7.2.tgz#c02e4d4d49913c3e7e122c3325365af9d331e9aa"
integrity sha512-ymVbbQP40MFTp+cNMvpyBpBtygHnPzPkHqoIwRRj/0B8KhqQwV8LaKjtbaxF2lK4vl8zN9wCxS46IFCU5K4W0g==
watchpack@^1.7.4:
version "1.7.4"
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.7.4.tgz#6e9da53b3c80bb2d6508188f5b200410866cd30b"
integrity sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg==
dependencies:
graceful-fs "^4.1.2"
neo-async "^2.5.0"
optionalDependencies:
chokidar "^3.4.0"
chokidar "^3.4.1"
watchpack-chokidar2 "^2.0.0"

wbuf@^1.1.0, wbuf@^1.7.3:
Expand Down Expand Up @@ -17945,10 +18086,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1, webpack-
source-list-map "^2.0.0"
source-map "~0.6.1"

webpack@^4.41.2:
version "4.43.0"
resolved "https://registry.npmjs.org/webpack/-/webpack-4.43.0.tgz#c48547b11d563224c561dad1172c8aa0b8a678e6"
integrity sha512-GW1LjnPipFW2Y78OOab8NJlCflB7EFskMih2AHdvjbpKMeDJqEgSx24cXXXiPS65+WSwVyxtDsJH6jGX2czy+g==
webpack@^4.41.2, webpack@^4.44.1:
version "4.44.2"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72"
integrity sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==
dependencies:
"@webassemblyjs/ast" "1.9.0"
"@webassemblyjs/helper-module-context" "1.9.0"
Expand All @@ -17958,7 +18099,7 @@ webpack@^4.41.2:
ajv "^6.10.2"
ajv-keywords "^3.4.1"
chrome-trace-event "^1.0.2"
enhanced-resolve "^4.1.0"
enhanced-resolve "^4.3.0"
eslint-scope "^4.0.3"
json-parse-better-errors "^1.0.2"
loader-runner "^2.4.0"
Expand All @@ -17971,7 +18112,7 @@ webpack@^4.41.2:
schema-utils "^1.0.0"
tapable "^1.1.3"
terser-webpack-plugin "^1.4.3"
watchpack "^1.6.1"
watchpack "^1.7.4"
webpack-sources "^1.4.1"

webpackbar@^4.0.0:
Expand Down