Skip to content

Commit

Permalink
fix(deps): update dependency browserslist to v4.24.3 (#6633)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: caohuilin <caohuilin@bytedance.com>
  • Loading branch information
renovate[bot] and caohuilin authored Dec 16, 2024
1 parent 9068eae commit 26f4a96
Showing 7 changed files with 67 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/cli/uni-builder/package.json
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@
"babel-plugin-import": "1.13.8",
"babel-plugin-styled-components": "1.13.3",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"browserslist": "4.24.2",
"browserslist": "4.24.3",
"cssnano": "6.0.1",
"glob": "^9.3.5",
"html-minifier-terser": "^7.2.0",
Empty file.
Original file line number Diff line number Diff line change
@@ -28,6 +28,10 @@ You can see that the dependencies in the project's `package.json` have been upda
If the `upgrade` command is not declared in the project's `package.json`, you can execute `npx modern upgrade` as an equivalent alternative.
:::

import UpgradeFaq from '@site-docs-en/components/upgrade-faq';

<UpgradeFaq />

## Upgrade to a specified version

All packages of Modern.js are currently released with a **uniform version number**.
Empty file.
Original file line number Diff line number Diff line change
@@ -28,6 +28,10 @@ import { PackageManagerTabs } from '@theme';
如果项目的 package.json 中没有声明 upgrade 命令,你可以执行 `npx modern upgrade`,效果是等价的。
:::

import UpgradeFaq from '@site-docs/components/upgrade-faq';

<UpgradeFaq />

## 指定版本升级

Modern.js 所有的官方包目前都使用**统一版本号**进行发布。
81 changes: 57 additions & 24 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion scripts/prebundle/package.json
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
"@types/signale": "1.4.7",
"@types/url-join": "4.0.3",
"address": "1.2.2",
"browserslist": "4.24.2",
"browserslist": "4.24.3",
"chalk": "4.1.2",
"chokidar": "3.6.0",
"commander": "10.0.1",

0 comments on commit 26f4a96

Please sign in to comment.