Skip to content

Commit bf6c44e

Browse files
authored
revert(rspack): Revert rspack to 1.3.15 (#95141)
This is causing weird bugs relating to `this` inside arrow functions. Sometimes, it's `undefined` and other times, it's referencing the wrong `this`. See #94351
1 parent cc60488 commit bf6c44e

File tree

2 files changed

+188
-181
lines changed

2 files changed

+188
-181
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"@react-stately/tree": "^3.8.10",
6161
"@react-types/shared": "^3.29.1",
6262
"@remix-run/router": "1.23.0",
63-
"@rsdoctor/rspack-plugin": "1.1.7",
64-
"@rspack/cli": "1.4.4",
65-
"@rspack/core": "1.4.4",
63+
"@rsdoctor/rspack-plugin": "1.1.2",
64+
"@rspack/cli": "1.3.15",
65+
"@rspack/core": "1.3.15",
6666
"@rspack/plugin-react-refresh": "1.4.3",
6767
"@sentry-internal/global-search": "^1.0.0",
6868
"@sentry-internal/rrweb": "2.34.0",
@@ -75,7 +75,7 @@
7575
"@sentry/status-page-list": "^0.6.1",
7676
"@sentry/toolbar": "1.0.0-beta.16",
7777
"@sentry/webpack-plugin": "^3.4.0",
78-
"@swc/plugin-emotion": "10.0.2",
78+
"@swc/plugin-emotion": "9.0.4",
7979
"@tanstack/query-async-storage-persister": "^5.72.1",
8080
"@tanstack/react-query": "^5.72.1",
8181
"@tanstack/react-query-devtools": "^5.72.1",
@@ -172,8 +172,8 @@
172172
"scroll-to-element": "^2.0.0",
173173
"sprintf-js": "1.0.3",
174174
"style-loader": "4.0.0",
175-
"swc-plugin-component-annotate": "1.5.0",
176-
"ts-checker-rspack-plugin": "1.1.4",
175+
"swc-plugin-component-annotate": "1.3.0",
176+
"ts-checker-rspack-plugin": "1.1.3",
177177
"tslib": "^2.8.1",
178178
"typescript": "^5.8.3",
179179
"zrender": "5.4.0",

0 commit comments

Comments
 (0)