Skip to content

Commit 81a4ddf

Browse files
chore(deps): update swc monorepo (major) (#341)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 75589f6 commit 81a4ddf

File tree

6 files changed

+54
-68
lines changed

6 files changed

+54
-68
lines changed

pnpm-lock.yaml

Lines changed: 42 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsbuild/emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@rsbuild/core": "^1.5.0",
1717
"@rsbuild/plugin-react": "^1.3.5",
18-
"@swc/plugin-emotion": "^10.0.4",
18+
"@swc/plugin-emotion": "^11.0.2",
1919
"@types/react": "^19.1.11",
2020
"@types/react-dom": "^19.1.8",
2121
"typescript": "^5.9.2"

rsbuild/styled-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@rsbuild/core": "^1.5.0",
1717
"@rsbuild/plugin-react": "^1.3.5",
18-
"@swc/plugin-styled-jsx": "^8.0.10",
18+
"@swc/plugin-styled-jsx": "^9.0.2",
1919
"@types/react": "^19.1.11",
2020
"@types/react-dom": "^19.1.8",
2121
"typescript": "^5.9.2"

rspack/builtin-swc-loader/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"@rspack/cli": "1.5.0",
2121
"@rspack/core": "1.5.0",
2222
"@swc/helpers": "^0.5.17",
23-
"@swc/plugin-emotion": "^10.0.4",
24-
"@swc/plugin-loadable-components": "^7.0.2",
25-
"@swc/plugin-prefresh": "^8.0.4",
26-
"@swc/plugin-relay": "^8.0.4",
27-
"@swc/plugin-remove-console": "^8.0.5",
28-
"@swc/plugin-styled-components": "^8.0.4",
29-
"@swc/plugin-styled-jsx": "^8.0.10",
30-
"@swc/plugin-transform-imports": "^8.0.5",
23+
"@swc/plugin-emotion": "^11.0.2",
24+
"@swc/plugin-loadable-components": "^8.0.2",
25+
"@swc/plugin-prefresh": "^9.0.2",
26+
"@swc/plugin-relay": "^9.0.2",
27+
"@swc/plugin-remove-console": "^9.0.2",
28+
"@swc/plugin-styled-components": "^9.0.3",
29+
"@swc/plugin-styled-jsx": "^9.0.2",
30+
"@swc/plugin-transform-imports": "^9.0.3",
3131
"swc-plugin-css-modules": "^5.0.2",
3232
"swc-plugin-vue-jsx": "^0.4.0"
3333
}

rspack/emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"devDependencies": {
2323
"@rspack/cli": "1.5.0",
2424
"@rspack/core": "1.5.0",
25-
"@swc/plugin-emotion": "^10.0.4"
25+
"@swc/plugin-emotion": "^11.0.2"
2626
}
2727
}

rspack/preact-refresh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@rspack/cli": "1.5.0",
2222
"@rspack/core": "1.5.0",
2323
"@rspack/plugin-preact-refresh": "^1.1.2",
24-
"@swc/plugin-prefresh": "^8.0.4"
24+
"@swc/plugin-prefresh": "^9.0.2"
2525
},
2626
"resolve": {
2727
"alias": {

0 commit comments

Comments
 (0)