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

Commit 37f4b7e

Browse files
chore(deps): update all non-major dependencies (#72)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b9b2d5 commit 37f4b7e

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

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.0.29",
1818
"@types/react-dom": "^18.0.11",
1919
"@vitejs/plugin-react-swc": "../../dist",
20-
"@swc/plugin-emotion": "^2.5.49"
20+
"@swc/plugin-emotion": "^2.5.51"
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.9"
1515
},
1616
"devDependencies": {
17-
"@swc/plugin-styled-components": "^1.5.49",
17+
"@swc/plugin-styled-components": "^1.5.51",
1818
"@types/react": "^18.0.29",
1919
"@types/react-dom": "^18.0.11",
2020
"@types/styled-components": "^5.1.26",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default function NotFound() {
2-
return <h1>404</h1>
2+
return <h1>404</h1>;
33
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)