Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 27, 2023
1 parent 4b9b2d5 commit 37f4b7e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion playground/emotion-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "../../dist",
"@swc/plugin-emotion": "^2.5.49"
"@swc/plugin-emotion": "^2.5.51"
}
}
2 changes: 1 addition & 1 deletion playground/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"styled-components": "^5.3.9"
},
"devDependencies": {
"@swc/plugin-styled-components": "^1.5.49",
"@swc/plugin-styled-components": "^1.5.51",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
Expand Down
2 changes: 1 addition & 1 deletion playground/ts-lib/src/pages/404.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default function NotFound() {
return <h1>404</h1>
return <h1>404</h1>;
}
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37f4b7e

Please sign in to comment.