Skip to content

Commit

Permalink
feat(plugin-rem): bump postcss-pxtorem v6.1.0 (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jan 31, 2024
1 parent de88689 commit 622b093
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-rem/compiled/postcss-pxtorem/index.js

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

2 changes: 1 addition & 1 deletion packages/plugin-rem/compiled/postcss-pxtorem/package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"postcss-pxtorem","author":"cuth","version":"6.0.0","license":"MIT","types":"index.d.ts"}
{"name":"postcss-pxtorem","author":"cuth","version":"6.1.0","license":"MIT","types":"index.d.ts","type":"commonjs"}
11 changes: 11 additions & 0 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions scripts/prebundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"postcss-modules-local-by-default": "4.0.4",
"postcss-modules-scope": "3.1.1",
"postcss-modules-values": "4.0.0",
"postcss-pxtorem": "6.1.0",
"postcss-value-parser": "4.2.0",
"resolve-url-loader": "5.0.0",
"rslog": "^1.2.1",
Expand Down
10 changes: 10 additions & 0 deletions scripts/prebundle/src/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,4 +380,14 @@ export const TASKS: TaskConfig[] = [
},
],
},
{
packageDir: 'plugin-rem',
packageName: '@rsbuild/plugin-rem',
dependencies: [
{
name: 'postcss-pxtorem',
ignoreDts: true,
},
],
},
];

0 comments on commit 622b093

Please sign in to comment.