Skip to content

Commit

Permalink
chore: bump rspack version to 0.4.2 (#5041)
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy authored Dec 6, 2023
1 parent d787f79 commit e57648e
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 123 deletions.
4 changes: 2 additions & 2 deletions .changeset/perfect-trees-move.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
'@modern-js/storybook-builder': patch
---

chore: bump rspack version to 0.4.1
chore: 升级 rspack 版本到 0.4.1
chore: bump rspack version to 0.4.2
chore: 升级 rspack 版本到 0.4.2
6 changes: 3 additions & 3 deletions packages/builder/builder-rspack-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"@modern-js/types": "workspace:*",
"@modern-js/utils": "workspace:*",
"@babel/preset-typescript": "^7.22.15",
"@rspack/core": "0.4.1",
"@rspack/plugin-react-refresh": "0.4.1",
"@rspack/plugin-html": "0.4.1",
"@rspack/core": "0.4.2",
"@rspack/plugin-react-refresh": "0.4.2",
"@rspack/plugin-html": "0.4.2",
"@swc/helpers": "0.5.3",
"rspack-manifest-plugin": "5.0.0-alpha0",
"caniuse-lite": "^1.0.30001520",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1339,6 +1339,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when prod
"format": "{\\"comments\\":false,\\"asciiOnly\\":true}",
"include": undefined,
"mangle": "{\\"keep_classnames\\":false,\\"keep_fnames\\":false}",
"module": undefined,
"test": undefined,
},
"name": "SwcJsMinimizerRspackPlugin",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ describe('plugins/minimize', () => {
"format": "{\\"comments\\":false,\\"asciiOnly\\":true}",
"include": undefined,
"mangle": "{\\"keep_classnames\\":false,\\"keep_fnames\\":false}",
"module": undefined,
"test": undefined,
},
"name": "SwcJsMinimizerRspackPlugin",
Expand Down Expand Up @@ -123,6 +124,7 @@ describe('plugins/minimize', () => {
"format": "{\\"comments\\":false,\\"asciiOnly\\":true}",
"include": undefined,
"mangle": "{\\"keep_classnames\\":false,\\"keep_fnames\\":false}",
"module": undefined,
"test": undefined,
},
"name": "SwcJsMinimizerRspackPlugin",
Expand Down Expand Up @@ -181,6 +183,7 @@ describe('plugins/minimize', () => {
"format": "{\\"comments\\":false,\\"asciiOnly\\":true}",
"include": undefined,
"mangle": "{\\"keep_classnames\\":false,\\"keep_fnames\\":false}",
"module": undefined,
"test": undefined,
},
"name": "SwcJsMinimizerRspackPlugin",
Expand Down Expand Up @@ -239,6 +242,7 @@ describe('plugins/minimize', () => {
"format": "{\\"comments\\":false,\\"asciiOnly\\":false}",
"include": undefined,
"mangle": "{\\"keep_classnames\\":false,\\"keep_fnames\\":false}",
"module": undefined,
"test": undefined,
},
"name": "SwcJsMinimizerRspackPlugin",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@modern-js/core": "workspace:*",
"@modern-js/runtime": "workspace:*",
"@modern-js/utils": "workspace:*",
"@rspack/plugin-react-refresh": "0.4.1",
"@rspack/plugin-react-refresh": "0.4.2",
"@storybook/components": "~7.6.1",
"@storybook/core-common": "~7.6.1",
"@storybook/csf-plugin": "~7.6.1",
Expand Down
165 changes: 48 additions & 117 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e57648e

Please sign in to comment.