microsite: bump and use the faster build (#32160)
* microsite: bump and use the faster build Signed-off-by: Fredrik Adelöw <freben@gmail.com> * fix: disable option causing issues + turn on other flags (#32532) * feat: make the docsite build faster Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com> * revert unnecessary change Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com> --------- Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com> Signed-off-by: Fredrik Adelöw <freben@gmail.com> --------- Signed-off-by: Fredrik Adelöw <freben@gmail.com> Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com> Co-authored-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com>
This commit is contained in:
@@ -20,13 +20,16 @@
|
||||
},
|
||||
"prettier": "@backstage/cli/config/prettier",
|
||||
"resolutions": {
|
||||
"@swc/core": "1.15.3",
|
||||
"@swc/html": "1.15.3",
|
||||
"node-polyfill-webpack-plugin": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^3.1.1",
|
||||
"@docusaurus/plugin-client-redirects": "^3.1.1",
|
||||
"@docusaurus/preset-classic": "^3.1.1",
|
||||
"@docusaurus/types": "^3.1.1",
|
||||
"@docusaurus/core": "^3.9.0",
|
||||
"@docusaurus/faster": "^3.9.0",
|
||||
"@docusaurus/plugin-client-redirects": "^3.9.0",
|
||||
"@docusaurus/preset-classic": "^3.9.0",
|
||||
"@docusaurus/types": "^3.9.0",
|
||||
"@mdx-js/react": "^3.0.0",
|
||||
"@swc/core": "^1.15.6",
|
||||
"clsx": "^2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user