Skip to content

Commit

Permalink
chore: upgrade faster packages (#10609)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Oct 24, 2024
1 parent 35aa39b commit 4892f3a
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 178 deletions.
1 change: 0 additions & 1 deletion packages/docusaurus-bundler/src/minifyHtml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ async function getSwcMinifier(): Promise<HtmlMinifier> {
sortSpaceSeparatedAttributeValues: false,
sortAttributes: false,

// @ts-expect-error: bad type https://github.com/swc-project/swc/pull/9615
removeRedundantAttributes: 'all',
removeEmptyAttributes: true,
minifyJs: true,
Expand Down
10 changes: 5 additions & 5 deletions packages/docusaurus-faster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
},
"license": "MIT",
"dependencies": {
"@rspack/core": "^1.0.9",
"@swc/core": "^1.7.28",
"@swc/html": "^1.7.28",
"browserslist": "^4.24.0",
"@rspack/core": "^1.0.14",
"@swc/core": "^1.7.39",
"@swc/html": "^1.7.39",
"browserslist": "^4.24.2",
"lightningcss": "^1.27.0",
"swc-loader": "^0.2.6",
"webpack": "^5.88.1"
"webpack": "^5.95.0"
},
"engines": {
"node": ">=18.0"
Expand Down
Loading

0 comments on commit 4892f3a

Please sign in to comment.