Skip to content

Commit e343cc2

Browse files
fix(deps): update swc monorepo (#508)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a54a1a commit e343cc2

File tree

4 files changed

+62
-62
lines changed

4 files changed

+62
-62
lines changed

packages/plugin-react-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc#readme",
3131
"dependencies": {
3232
"@rolldown/pluginutils": "1.0.0-beta.11",
33-
"@swc/core": "^1.11.31"
33+
"@swc/core": "^1.12.1"
3434
},
3535
"peerDependencies": {
3636
"vite": "^4 || ^5 || ^6 || ^7.0.0-beta.0"

packages/plugin-react-swc/playground/emotion-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@types/react": "^19.1.6",
1818
"@types/react-dom": "^19.1.6",
1919
"@vitejs/plugin-react-swc": "../../dist",
20-
"@swc/plugin-emotion": "^9.0.4"
20+
"@swc/plugin-emotion": "^10.0.0"
2121
}
2222
}

packages/plugin-react-swc/playground/styled-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"styled-components": "^6.1.18"
1515
},
1616
"devDependencies": {
17-
"@swc/plugin-styled-components": "^7.1.5",
17+
"@swc/plugin-styled-components": "^8.0.0",
1818
"@types/react": "^19.1.6",
1919
"@types/react-dom": "^19.1.6",
2020
"@types/styled-components": "^5.1.34",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)