Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency browserslist to v4.24.3 #6633

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/uni-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -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 所有的官方包目前都使用**统一版本号**进行发布。
Expand Down
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
Expand Up @@ -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",
Expand Down
Loading