Skip to content

Commit

Permalink
Docusaurus v2.4.1 (#3778)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Jul 13, 2023
1 parent 63ec91d commit 30afc75
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 337 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
],
"scripts": {
"postinstall": "yarn update-lock",
"update-lock": "yarn-deduplicate"
"update-lock": "yarn-deduplicate",
"docusaurus": "yarn workspace react-native-website docusaurus",
"website:start": "yarn workspace react-native-website start",
"website:build": "yarn workspace react-native-website build",
"website:build:fast": "yarn workspace react-native-website build:fast",
"website:serve": "yarn workspace react-native-website serve"
},
"husky": {
"hooks": {
Expand Down
10 changes: 6 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
"url": "https://github.com/facebook/react-native-website/issues"
},
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build && yarn run update-redirect ./build/_redirects ./versions.json",
"build:fast": "PREVIEW_DEPLOY=true yarn run build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
Expand Down Expand Up @@ -45,10 +47,10 @@
]
},
"dependencies": {
"@docusaurus/core": "^2.3.1",
"@docusaurus/core": "^2.4.1",
"@docusaurus/plugin-google-gtag": "^2.4.1",
"@docusaurus/plugin-pwa": "^2.3.1",
"@docusaurus/preset-classic": "^2.3.1",
"@docusaurus/plugin-pwa": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"docusaurus-plugin-sass": "^0.2.2",
"esbuild-loader": "^2.19.0",
"react": "^18.2.0",
Expand All @@ -57,7 +59,7 @@
"sass": "^1.53.0"
},
"devDependencies": {
"@docusaurus/types": "^2.3.1",
"@docusaurus/types": "^2.4.1",
"@react-native-website/lint-examples": "0.0.0",
"@react-native-website/update-redirects": "0.0.0",
"alex": "^10.0.0",
Expand Down
Loading

0 comments on commit 30afc75

Please sign in to comment.