File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ import { PackageManagerTabs } from '@theme';
8
8
9
9
<PackageManagerTabs
10
10
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 ' ,
14
14
}}
15
15
/>
16
16
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ import { PackageManagerTabs } from '@theme';
9
9
10
10
<PackageManagerTabs
11
11
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 ' ,
15
15
}}
16
16
/>
17
17
You can’t perform that action at this time.
0 commit comments