Skip to content

Commit

Permalink
feat(deps): bump Rspack 1.0.0 (#3297)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Aug 28, 2024
1 parent bf0f684 commit 8a08422
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prebundle": "prebundle"
},
"dependencies": {
"@rspack/core": "1.0.0-rc.2",
"@rspack/core": "1.0.0",
"@rspack/lite-tapable": "1.0.0",
"@swc/helpers": "^0.5.12",
"caniuse-lite": "^1.0.30001653",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export * from './fs';
export * from './path';
export * from './stats';

export const rspackMinVersion = '0.7.0';
export const rspackMinVersion = '1.0.0';

export const getNodeEnv = () => process.env.NODE_ENV as string;
export const setNodeEnv = (env: string): void => {
Expand Down
134 changes: 67 additions & 67 deletions pnpm-lock.yaml

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

0 comments on commit 8a08422

Please sign in to comment.