Skip to content
Open
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
113 changes: 105 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
react-slick "^0.24.0"
slick-carousel "^1.8.1"

"@appbaseio/docs@appbaseio/Docs#dev", docs@appbaseio/Docs#dev:
"@appbaseio/docs@appbaseio/Docs#dev":
version "0.0.2"
resolved "https://codeload.github.com/appbaseio/Docs/tar.gz/748e220f8f15e30b3201e396f8a10d906df4f551"
dependencies:
Expand Down Expand Up @@ -15497,6 +15497,13 @@ debug@^4.3.5, debug@^4.3.7:
dependencies:
ms "^2.1.3"

debug@~4.4.1:
version "4.4.3"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
dependencies:
ms "^2.1.3"

decamelize-keys@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.1.tgz#04a2d523b2f18d80d0158a43b895d56dff8d19d8"
Expand Down Expand Up @@ -16000,6 +16007,71 @@ dns-txt@^2.0.2:
dependencies:
buffer-indexof "^1.0.0"

docs@appbaseio/Docs#dev:
version "0.0.2"
resolved "https://codeload.github.com/appbaseio/Docs/tar.gz/748e220f8f15e30b3201e396f8a10d906df4f551"
dependencies:
"@appbaseio/designkit" "^0.13.0"
"@appbaseio/reactivemaps" "^3.0.0"
"@appbaseio/reactivesearch" "^3.30.3"
"@loadable/component" "^5.15.2"
"@reach/router" "^1.2.1"
"@typeform/embed" "^1.34.1"
"@typeform/embed-react" "^1.13.0"
add "^2.0.6"
antd "^4.19.1"
emotion "9.2.4"
emotion-server "9.2.4"
gatsby "^4.25.0"
gatsby-plugin-catch-links "4.11.0"
gatsby-plugin-dark-mode "^1.1.2"
gatsby-plugin-force-trailing-slashes "1.0.6"
gatsby-plugin-google-analytics "^4.9.0"
gatsby-plugin-google-gtag "^5.12.0"
gatsby-plugin-image "^2.10.0"
gatsby-plugin-manifest "^4.9.0"
gatsby-plugin-offline "^5.9.0"
gatsby-plugin-page-progress "^2.2.1"
gatsby-plugin-perf-budgets "^0.0.18"
gatsby-plugin-postcss "5.9.0"
gatsby-plugin-react-helmet "5.9.0"
gatsby-plugin-react-svg "3.1.0"
gatsby-plugin-remove-serviceworker "1.0.0"
gatsby-plugin-sharp "^4.11.0"
gatsby-plugin-webpack-bundle-analyser-v2 "^1.1.26"
gatsby-remark-autolink-headers "5.11.0"
gatsby-remark-check-links "^2.1.0"
gatsby-remark-code-titles "1.1.0"
gatsby-remark-embed-snippet "7.9.0"
gatsby-remark-external-links "0.0.4"
gatsby-remark-images "6.9.0"
gatsby-remark-prismjs "6.9.0"
gatsby-remark-prismjs-copy-button "^0.3.1"
gatsby-source-filesystem "4.9.0"
gatsby-source-ghost "4.2.4"
gatsby-transformer-remark "5.11.0"
gatsby-transformer-sharp "^4.25.0"
gatsby-transformer-yaml "4.9.0"
hotkeys-js "^3.8.7"
js-search "^1.4.2"
lodash "^4.17.21"
moment "^2.29.4"
prismjs "1.27.0"
prop-types "^15.8.1"
react "^16.9.0"
react-autosuggest "9.4.3"
react-dom "^16.9.0"
react-dropdown "^1.6.4"
react-helmet "^6.0.0"
react-modal "3.8.1"
react-responsive-modal "^4.0.1"
react-router "^6.0.1"
react-router-dom "^4.3.1"
react-use-fusejs "^1.0.1"
searchbox-showcase "https://github.com/awesome-reactivesearch/searchbox-showcase.git#ac58bba"
tocbot "^4.18.0"
yarn "^1.22.18"

doctrine@^2.0.0, doctrine@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
Expand Down Expand Up @@ -34450,12 +34522,12 @@ socket.io-client@4.5.4:
socket.io-parser "~4.2.1"

socket.io-parser@~4.2.1:
version "4.2.4"
resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.4.tgz#c806966cf7270601e47469ddeec30fbdfda44c83"
integrity sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==
version "4.2.7"
resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.7.tgz#679e51fe24d1c81df90fc5f7efe4a5f432fe99c0"
integrity sha512-IH/iSeO9T6gz1KkFleGDWkG9N3dl4jXVYUtMhIqH10Md0ttMer8nUNWiP1DKuNrybD2xBrixLJdCC9J6ECoYkg==
dependencies:
"@socket.io/component-emitter" "~3.1.0"
debug "~4.3.1"
debug "~4.4.1"

socket.io@4.5.4:
version "4.5.4"
Expand Down Expand Up @@ -35024,7 +35096,7 @@ string-similarity@^1.2.2:
lodash.map "^4.6.0"
lodash.maxby "^4.6.0"

"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand All @@ -35042,6 +35114,15 @@ string-width@^1.0.1:
is-fullwidth-code-point "^1.0.0"
strip-ansi "^3.0.0"

"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
Expand Down Expand Up @@ -35165,7 +35246,7 @@ stringify-object@3.3.0, stringify-object@^3.3.0:
is-obj "^1.0.1"
is-regexp "^1.0.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down Expand Up @@ -35193,6 +35274,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
dependencies:
ansi-regex "^4.1.0"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^7.0.1:
version "7.1.0"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
Expand Down Expand Up @@ -38981,7 +39069,7 @@ worker-rpc@^0.1.0:
dependencies:
microevent.ts "~0.1.1"

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand Down Expand Up @@ -39016,6 +39104,15 @@ wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
Expand Down
Loading