Skip to content

Commit

Permalink
chore: update the version of qiankun related libraries for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
qiYuei committed Dec 27, 2023
1 parent 03b5015 commit a2e539b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/create-qiankun/src/shared/utils/qiankun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ export interface ISubConfig {
}

export const installQiankunPkgs = {
qiankun: '^3.0.0-rc.11',
webpackPlugin: '^0.0.1-rc.2',
reactComponent: '^0.0.0',
vueComponent: '^0.0.0',
qiankun: '^3.0.0-rc.18',
webpackPlugin: '^0.0.1-rc.3',
reactComponent: '^0.0.1-rc.13',
vueComponent: '^0.0.1-rc.0',
};

export async function injectSubsConfigToMainApp(mainAppPath: string, subsConfig: ISubConfig[] | ISubConfig) {
Expand Down

0 comments on commit a2e539b

Please sign in to comment.