Skip to content

Commit

Permalink
feat(rspack): bump to latest rspack
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Aug 8, 2024
1 parent 713762e commit c6fad7c
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 204 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"@nx/vite": "19.5.7",
"@nx/workspace": "19.5.7",
"@phenomnomnominal/tsquery": "^5.0.1",
"@rspack/core": "^0.5.6",
"@rspack/dev-server": "^0.5.6",
"@rspack/plugin-minify": "^0.5.6",
"@rspack/plugin-react-refresh": "^0.5.6",
"@rspack/core": "^0.7.5",
"@rspack/dev-server": "^0.7.5",
"@rspack/plugin-minify": "^0.7.5",
"@rspack/plugin-react-refresh": "^0.7.5",
"@swc-node/register": "1.8.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "29.4.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/rspack/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,23 @@
"alwaysAddToPackageJson": false
}
}
},
"19.3.0": {
"version": "19.3.0-beta.0",
"packages": {
"@rspack/core": {
"version": "^0.7.5",
"alwaysAddToPackageJson": false
},
"@rspack/dev-server": {
"version": "^0.7.5",
"alwaysAddToPackageJson": false
},
"@rspack/plugin-minify": {
"version": "^0.7.5",
"alwaysAddToPackageJson": false
}
}
}
},
"version": "0.1"
Expand Down
12 changes: 6 additions & 6 deletions packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
"generators": "./generators.json",
"executors": "./executors.json",
"dependencies": {
"@nx/js": "^19.2.3",
"@nx/devkit": "^19.2.3",
"@nx/js": "^19.5.7",
"@nx/devkit": "^19.5.7",
"@phenomnomnominal/tsquery": "~5.0.1",
"less-loader": "11.1.0",
"license-webpack-plugin": "^4.0.2",
"sass-loader": "^12.2.0",
"stylus-loader": "^7.1.0",
"@nx/eslint": "^19.2.3",
"@rspack/core": "^0.6.1",
"@rspack/plugin-react-refresh": "^0.6.1",
"@rspack/plugin-minify": "^0.6.1"
"@nx/eslint": "^19.5.7",
"@rspack/core": "^0.7.5",
"@rspack/plugin-react-refresh": "^0.7.5",
"@rspack/plugin-minify": "^0.7.5"
},
"nx-migrations": {
"migrations": "./migrations.json"
Expand Down
8 changes: 4 additions & 4 deletions packages/rspack/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const rspackCoreVersion = '^0.7.2';
export const rspackDevServerVersion = '^0.7.2';
export const rspackCoreVersion = '^0.7.5';
export const rspackDevServerVersion = '^0.7.5';

export const rspackPluginMinifyVersion = '^0.6.1';
export const rspackPluginReactRefreshVersion = '^0.6.1';
export const rspackPluginMinifyVersion = '^0.7.5';
export const rspackPluginReactRefreshVersion = '^0.7.5';
export const lessLoaderVersion = '~11.1.3';

export const reactVersion = '~18.2.0';
Expand Down
Loading

0 comments on commit c6fad7c

Please sign in to comment.