Skip to content

Commit 4a921af

Browse files
fix(deps): update swc monorepo
1 parent 61d777d commit 4a921af

File tree

4 files changed

+58
-58
lines changed

4 files changed

+58
-58
lines changed

packages/plugin-react-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc#readme",
3434
"dependencies": {
3535
"@rolldown/pluginutils": "1.0.0-beta.30",
36-
"@swc/core": "^1.13.2"
36+
"@swc/core": "^1.13.3"
3737
},
3838
"peerDependencies": {
3939
"vite": "^4 || ^5 || ^6 || ^7"

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.9",
1818
"@types/react-dom": "^19.1.7",
1919
"@vitejs/plugin-react-swc": "../../dist",
20-
"@swc/plugin-emotion": "^11.0.0"
20+
"@swc/plugin-emotion": "^11.0.1"
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.19"
1515
},
1616
"devDependencies": {
17-
"@swc/plugin-styled-components": "^9.0.0",
17+
"@swc/plugin-styled-components": "^9.0.2",
1818
"@types/react": "^19.1.9",
1919
"@types/react-dom": "^19.1.7",
2020
"@types/styled-components": "^5.1.34",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)