Skip to content

Commit

Permalink
chore: update docusaurus (#12395)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 15, 2022
1 parent 16f1a60 commit 60f058b
Show file tree
Hide file tree
Showing 4 changed files with 469 additions and 562 deletions.
10 changes: 10 additions & 0 deletions .yarnrc.yml
Expand Up @@ -3,6 +3,16 @@ enableGlobalCache: true
nodeLinker: node-modules

packageExtensions:
"@docusaurus/plugin-pwa@*":
peerDependencies:
"@babel/core": ^7.8.0
react-dev-utils@*:
peerDependencies:
typescript: ^4.0.1
webpack: ^5.60.0
peerDependenciesMeta:
typescript:
optional: true
react-native-codegen@*:
peerDependencies:
"@babel/preset-env": ^7.1.6
Expand Down
6 changes: 3 additions & 3 deletions website/docusaurus.config.js
Expand Up @@ -52,6 +52,9 @@ module.exports = {
path.resolve('static/css/jest.css'),
],
},
gtag: {
trackingID: 'UA-44373548-17',
},
},
],
],
Expand Down Expand Up @@ -253,8 +256,5 @@ module.exports = {
apiKey: '833906d7486e4059359fa58823c4ef56',
contextualSearch: true,
},
gtag: {
trackingID: 'UA-44373548-17',
},
},
};
8 changes: 4 additions & 4 deletions website/package.json
Expand Up @@ -29,10 +29,10 @@
]
},
"dependencies": {
"@docusaurus/core": "0.0.0-4269",
"@docusaurus/plugin-client-redirects": "0.0.0-4269",
"@docusaurus/plugin-pwa": "0.0.0-4269",
"@docusaurus/preset-classic": "0.0.0-4269",
"@docusaurus/core": "0.0.0-4591",
"@docusaurus/plugin-client-redirects": "0.0.0-4591",
"@docusaurus/plugin-pwa": "0.0.0-4591",
"@docusaurus/preset-classic": "0.0.0-4591",
"clsx": "^1.1.1",
"globby": "^11.0.1",
"react": "^17.0.1",
Expand Down

0 comments on commit 60f058b

Please sign in to comment.