Skip to content

Commit 2e3f7e8

Browse files
Rstack update to 1.3.0 (#14)
1 parent 4bb0c7f commit 2e3f7e8

File tree

9 files changed

+348
-182
lines changed

9 files changed

+348
-182
lines changed

config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.1",
44
"private": true,
55
"devDependencies": {
6-
"@rsbuild/core": "1.2.19",
6+
"@rsbuild/core": "1.3.0-beta.2",
77
"@rslib/core": "0.5.4",
88
"@types/node": "^22.10.1",
99
"typescript": "^5.7.2"

examples/cloudflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"@cloudflare/workers-types": "^4.20241112.0",
2222
"@react-router/cloudflare": "^7.4.0",
2323
"@react-router/dev": "^7.4.0",
24-
"@rsbuild/core": "^1.2.19",
24+
"@rsbuild/core": "1.3.0-beta.2",
2525
"@rsbuild/plugin-react": "^1.1.1",
26-
"rsbuild-plugin-react-router": "workspace:*",
2726
"@tailwindcss/postcss": "^4.0.0",
2827
"@types/node": "^20",
2928
"@types/react": "^19.0.1",
3029
"@types/react-dom": "^19.0.1",
30+
"rsbuild-plugin-react-router": "workspace:*",
3131
"tailwindcss": "^4.0.0",
3232
"typescript": "^5.7.2",
3333
"wrangler": "^3.106.0"

examples/custom-node-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"devDependencies": {
3030
"@playwright/test": "^1.50.1",
3131
"@react-router/dev": "^7.4.0",
32-
"@rsbuild/core": "^1.2.19",
32+
"@rsbuild/core": "1.3.0-beta.2",
3333
"@rsbuild/plugin-react": "^1.1.1",
34-
"rsbuild-plugin-react-router": "workspace:*",
3534
"@rsdoctor/rspack-plugin": "^0.4.13",
3635
"@types/express": "^5.0.0",
3736
"@types/express-serve-static-core": "^5.0.6",
3837
"@types/react": "^19.0.2",
3938
"@types/react-dom": "^19.0.2",
39+
"rsbuild-plugin-react-router": "workspace:*",
4040
"tailwindcss": "^3.4.17",
4141
"typescript": "^5.7.2"
4242
},

examples/default-template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"devDependencies": {
2424
"@playwright/test": "^1.50.1",
2525
"@react-router/dev": "^7.4.0",
26-
"@rsbuild/core": "^1.2.19",
26+
"@rsbuild/core": "1.3.0-beta.2",
2727
"@rsbuild/plugin-react": "^1.1.1",
28-
"rsbuild-plugin-react-router": "workspace:*",
2928
"@tailwindcss/postcss": "^4.0.0",
3029
"@types/node": "^20",
3130
"@types/react": "^19.0.1",
3231
"@types/react-dom": "^19.0.1",
3332
"react-router-devtools": "^1.1.6",
33+
"rsbuild-plugin-react-router": "workspace:*",
3434
"tailwindcss": "^4.0.0",
3535
"typescript": "^5.7.2",
3636
"vite": "^5.4.11",

examples/epic-stack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@
6666
"@react-router/node": "^7.4.0",
6767
"@react-router/remix-routes-option-adapter": "7.4.0",
6868
"@remix-run/server-runtime": "2.15.3",
69-
"@rsbuild/core": "1.2.19",
69+
"@rsbuild/core": "1.3.0-beta.2",
7070
"@rsbuild/plugin-react": "1.1.1",
71-
"rsbuild-plugin-react-router": "workspace:*",
7271
"@sentry/node": "8.54.0",
7372
"@sentry/profiling-node": "8.54.0",
7473
"@sentry/react": "8.54.0",
@@ -105,6 +104,7 @@
105104
"remix-auth": "3.7.0",
106105
"remix-auth-github": "1.7.0",
107106
"remix-utils": "8.1.0",
107+
"rsbuild-plugin-react-router": "workspace:*",
108108
"set-cookie-parser": "2.7.1",
109109
"sonner": "1.7.4",
110110
"source-map-support": "0.5.21",

examples/federation/epic-stack-remote/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@
6969
"@react-router/node": "^7.4.0",
7070
"@react-router/remix-routes-option-adapter": "7.4.0",
7171
"@remix-run/server-runtime": "2.15.3",
72-
"@rsbuild/core": "1.2.19",
72+
"@rsbuild/core": "1.3.0-beta.2",
7373
"@rsbuild/plugin-react": "1.1.1",
74-
"rsbuild-plugin-react-router": "workspace:*",
7574
"@sentry/node": "8.54.0",
7675
"@sentry/profiling-node": "8.54.0",
7776
"@sentry/react": "8.54.0",
@@ -108,6 +107,7 @@
108107
"remix-auth": "3.7.0",
109108
"remix-auth-github": "1.7.0",
110109
"remix-utils": "8.1.0",
110+
"rsbuild-plugin-react-router": "workspace:*",
111111
"set-cookie-parser": "2.7.1",
112112
"sonner": "1.7.4",
113113
"source-map-support": "0.5.21",

examples/federation/epic-stack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@
6969
"@react-router/node": "^7.4.0",
7070
"@react-router/remix-routes-option-adapter": "7.4.0",
7171
"@remix-run/server-runtime": "2.15.3",
72-
"@rsbuild/core": "1.2.19",
72+
"@rsbuild/core": "1.3.0-beta.2",
7373
"@rsbuild/plugin-react": "1.1.1",
74-
"rsbuild-plugin-react-router": "workspace:*",
7574
"@sentry/node": "8.54.0",
7675
"@sentry/profiling-node": "8.54.0",
7776
"@sentry/react": "8.54.0",
@@ -108,6 +107,7 @@
108107
"remix-auth": "3.7.0",
109108
"remix-auth-github": "1.7.0",
110109
"remix-utils": "8.1.0",
110+
"rsbuild-plugin-react-router": "workspace:*",
111111
"set-cookie-parser": "2.7.1",
112112
"sonner": "1.7.4",
113113
"source-map-support": "0.5.21",

package.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
"@react-router/dev": "^7.4.0",
8989
"@react-router/node": "^7.4.0",
9090
"@rsbuild/config": "workspace:*",
91-
"@rsbuild/core": "^1.2.19",
91+
"@rsbuild/core": "1.3.0-beta.2",
9292
"@rslib/core": "^0.5.4",
93-
"@rspack/core": "npm:@rspack-canary/core@1.3.0-canary-ce784815-20250320233859",
93+
"@rspack/core": "1.3.0-beta.1",
9494
"@types/babel__core": "^7.6.8",
9595
"@types/babel__generator": "^7.6.8",
9696
"@types/babel__traverse": "^7.20.6",
@@ -112,7 +112,7 @@
112112
"vitest": "^3.0.5"
113113
},
114114
"peerDependencies": {
115-
"@rsbuild/core": "1.x"
115+
"@rsbuild/core": "^1.3.0"
116116
},
117117
"publishConfig": {
118118
"access": "public",
@@ -128,12 +128,7 @@
128128
"react-router-dom": "^7.4.0",
129129
"@react-router/node": "^7.4.0",
130130
"@react-router/dev": "^7.4.0",
131-
"@types/express": "^5.0.0",
132-
"@rspack/core": "npm:@rspack-canary/core@1.3.0-canary-ce784815-20250320233859",
133-
"@rspack/cli": "npm:@rspack-canary/cli@1.3.0-canary-ce784815-20250320233859",
134-
"@rspack/binding": "npm:@rspack-canary/binding@1.3.0-canary-ce784815-20250320233859",
135-
"@rspack/tracing": "npm:@rspack-canary/tracing@1.3.0-canary-ce784815-20250320233859",
136-
"@rspack/dev-server": "npm:@rspack-canary/dev-server@1.3.0-canary-ce784815-20250320233859"
131+
"@types/express": "^5.0.0"
137132
}
138133
}
139134
}

0 commit comments

Comments
 (0)