Skip to content

Commit

Permalink
chore(module-tools): update libuild version to 0.13.2 (#4083)
Browse files Browse the repository at this point in the history
* chore(module-tools): update libuild version to 0.13.2

* chore: update other packages

---------

Co-authored-by: chenjiahan <chenjiahan.jait@bytedance.com>
  • Loading branch information
10Derozan and chenjiahan committed Jun 29, 2023
1 parent 322ac9e commit 273e3cd
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 29 deletions.
6 changes: 6 additions & 0 deletions .changeset/olive-taxis-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@modern-js/module-tools': patch
---

chore: update libuild version to 0.13.2
chore: 升级libuild版本至0.13.2
2 changes: 1 addition & 1 deletion packages/module/plugin-module-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"jest": "^29",
"@scripts/jest-config": "workspace:*",
"@modern-js/module-tools": "workspace:*",
"@modern-js/libuild": "0.13.1"
"@modern-js/libuild": "0.13.2"
},
"peerDependencies": {
"@modern-js/module-tools": "workspace:^2.24.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/module/plugin-module-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@modern-js/libuild-plugin-swc": "0.13.1",
"@modern-js/libuild-plugin-swc": "0.13.2",
"@swc/helpers": "0.5.1"
},
"devDependencies": {
Expand All @@ -44,7 +44,7 @@
"jest": "^29",
"@scripts/jest-config": "workspace:*",
"@modern-js/module-tools": "workspace:*",
"@modern-js/libuild": "0.13.1"
"@modern-js/libuild": "0.13.2"
},
"peerDependencies": {
"@modern-js/module-tools": "workspace:^2.24.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/module/plugin-module-node-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
},
"dependencies": {
"@modern-js/libuild-plugin-node-polyfill": "0.13.1"
"@modern-js/libuild-plugin-node-polyfill": "0.13.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
6 changes: 3 additions & 3 deletions packages/solutions/module-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"@babel/types": "^7.21.5",
"@babel/traverse": "^7.21.5",
"@modern-js/core": "workspace:*",
"@modern-js/libuild": "0.13.1",
"@modern-js/libuild-plugin-svgr": "0.13.1",
"@modern-js/libuild-plugin-swc": "0.13.1",
"@modern-js/libuild": "0.13.2",
"@modern-js/libuild-plugin-svgr": "0.13.2",
"@modern-js/libuild-plugin-swc": "0.13.2",
"@modern-js/new-action": "workspace:*",
"@modern-js/plugin": "workspace:*",
"@modern-js/plugin-changeset": "workspace:*",
Expand Down
44 changes: 22 additions & 22 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 273e3cd

Please sign in to comment.