Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit 08b41e9

Browse files
fix(deps): update all non-major dependencies (#108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eee32ef commit 08b41e9

File tree

4 files changed

+132
-132
lines changed

4 files changed

+132
-132
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"prettier": {
1616
"trailingComma": "all"
1717
},
18-
"packageManager": "pnpm@8.4.0",
18+
"packageManager": "pnpm@8.5.1",
1919
"dependencies": {
20-
"@swc/core": "^1.3.56"
20+
"@swc/core": "^1.3.57"
2121
},
2222
"peerDependencies": {
2323
"vite": "^4"
2424
},
2525
"devDependencies": {
2626
"@playwright/test": "^1.33.0",
2727
"@types/fs-extra": "^11.0.1",
28-
"@types/node": "^18.16.5",
28+
"@types/node": "^18.16.9",
2929
"@vitejs/release-scripts": "^1.2.0",
30-
"esbuild": "^0.17.18",
30+
"esbuild": "^0.17.19",
3131
"fs-extra": "^11.1.1",
3232
"picocolors": "^1.0.0",
3333
"prettier": "^2.8.8",

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": "^18.2.6",
1818
"@types/react-dom": "^18.2.4",
1919
"@vitejs/plugin-react-swc": "../../dist",
20-
"@swc/plugin-emotion": "^2.5.61"
20+
"@swc/plugin-emotion": "^2.5.66"
2121
}
2222
}

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": "^5.3.10"
1515
},
1616
"devDependencies": {
17-
"@swc/plugin-styled-components": "^1.5.61",
17+
"@swc/plugin-styled-components": "^1.5.66",
1818
"@types/react": "^18.2.6",
1919
"@types/react-dom": "^18.2.4",
2020
"@types/styled-components": "^5.1.26",

0 commit comments

Comments
 (0)