diff --git a/api/package.json b/api/package.json index 0b7fd5a4..99ac989b 100644 --- a/api/package.json +++ b/api/package.json @@ -31,7 +31,7 @@ "@module-federation/node": "catalog:", "@proj-airi/unplugin-drizzle-orm-migrations": "^0.1.4", "@rspack/cli": "^1.6.8", - "@rspack/core": "^1.6.8", + "@rspack/core": "^2.0.2", "@types/node": "catalog:", "@types/pg": "catalog:", "dotenv": "^17.2.3", diff --git a/plugins/_template/package.json b/plugins/_template/package.json index 6864586c..a161a6bd 100644 --- a/plugins/_template/package.json +++ b/plugins/_template/package.json @@ -24,7 +24,7 @@ "@effect/language-service": "^0.85.1", "@module-federation/node": "catalog:", "@rspack/cli": "^1.6.8", - "@rspack/core": "^1.6.8", + "@rspack/core": "^2.0.2", "@types/node": "catalog:", "dotenv": "^17.2.3", "everything-dev": "catalog:", diff --git a/plugins/projects/package.json b/plugins/projects/package.json index bb9d70c0..55223686 100644 --- a/plugins/projects/package.json +++ b/plugins/projects/package.json @@ -28,7 +28,7 @@ "@module-federation/node": "catalog:", "@proj-airi/unplugin-drizzle-orm-migrations": "^0.1.4", "@rspack/cli": "^1.6.8", - "@rspack/core": "^1.6.8", + "@rspack/core": "^2.0.2", "@types/node": "catalog:", "@types/pg": "catalog:", "dotenv": "^17.2.3", diff --git a/plugins/registry/package.json b/plugins/registry/package.json index 5e641350..85a68371 100644 --- a/plugins/registry/package.json +++ b/plugins/registry/package.json @@ -25,7 +25,7 @@ "@effect/language-service": "^0.85.1", "@module-federation/node": "catalog:", "@rspack/cli": "^1.6.8", - "@rspack/core": "^1.6.8", + "@rspack/core": "^2.0.2", "@types/node": "catalog:", "dotenv": "^17.2.3", "everything-dev": "workspace:*",