Skip to content

Commit

Permalink
chore(docs): bump docusaurus dependencies (#4168)
Browse files Browse the repository at this point in the history
* chore: simplify example-gatsby readme header

* chore(docs): upgrade docusaurus deps

* chore: dummy commit - will revert

* chore: revert dummy commit

* chore: revert rm searchParameters option

* chore: more dummy update 🤦

* chore(docs): new aloglia apiKey

* chore(docs): revert dummy update
  • Loading branch information
ndom91 committed Mar 12, 2022
1 parent 454add2 commit ad2609d
Show file tree
Hide file tree
Showing 3 changed files with 954 additions and 457 deletions.
7 changes: 2 additions & 5 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ module.exports = {
theme: require("prism-react-renderer/themes/vsDark"),
},
algolia: {
apiKey: "b81e3ca39a920b7815e880aea49c00ec",
appId: "OUEDA16KPG",
apiKey: "97c0894508f2d1d4a2fef4fe6db28448",
indexName: "next-auth",
searchParameters: {},
},
Expand Down Expand Up @@ -133,10 +134,6 @@ module.exports = {
},
colorMode: {
respectPrefersColorScheme: true,
switchConfig: {
darkIcon: "🌑️",
lightIcon: "💡",
},
},
},
presets: [
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"lint:fix": "prettier --write .",
"generate-providers": "node ./scripts/generate-providers.js"
},
"dependencies": {
"dependencies": {
"@codesandbox/sandpack-react": "^0.13.12",
"@docusaurus/core": "^2.0.0-beta.15",
"@docusaurus/preset-classic": "^2.0.0-beta.15",
"@docusaurus/remark-plugin-npm2yarn": "^2.0.0-beta.15",
"@docusaurus/core": "^2.0.0-beta.17",
"@docusaurus/preset-classic": "^2.0.0-beta.17",
"@docusaurus/remark-plugin-npm2yarn": "^2.0.0-beta.17",
"classnames": "^2.3.1",
"lodash.times": "^4.3.2",
"mdx-mermaid": "^1.2.1",
Expand Down
Loading

0 comments on commit ad2609d

Please sign in to comment.