Skip to content

Commit 7fc8e10

Browse files
authored
docs: update framework version (#2651)
1 parent e494f1a commit 7fc8e10

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

apps/website-new/docs/en/practice/bridge/react-bridge.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import { PackageManagerTabs } from '@theme';
88

99
<PackageManagerTabs
1010
command={{
11-
npm: 'npm install @module-federation/bridge-react@0.0.0-next-20240620060503',
12-
yarn: 'yarn add @module-federation/bridge-react@0.0.0-next-20240620060503',
13-
pnpm: 'pnpm add @module-federation/bridge-react@0.0.0-next-20240620060503',
11+
npm: 'npm install @module-federation/bridge-react@latest',
12+
yarn: 'yarn add @module-federation/bridge-react@latest',
13+
pnpm: 'pnpm add @module-federation/bridge-react@latest',
1414
}}
1515
/>
1616

apps/website-new/docs/zh/practice/bridge/react-bridge.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import { PackageManagerTabs } from '@theme';
99

1010
<PackageManagerTabs
1111
command={{
12-
npm: 'npm install @module-federation/bridge-react@0.0.0-next-20240620060503',
13-
yarn: 'yarn add @module-federation/bridge-react@0.0.0-next-20240620060503',
14-
pnpm: 'pnpm add @module-federation/bridge-react@0.0.0-next-20240620060503',
12+
npm: 'npm install @module-federation/bridge-react@latest',
13+
yarn: 'yarn add @module-federation/bridge-react@latest',
14+
pnpm: 'pnpm add @module-federation/bridge-react@latest',
1515
}}
1616
/>
1717

0 commit comments

Comments
 (0)