Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#146)
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 Sep 11, 2023
1 parent 5a9bdca commit 27e3854
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 77 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"packageManager": "pnpm@8.7.4",
"dependencies": {
"@swc/core": "^1.3.82"
"@swc/core": "^1.3.83"
},
"peerDependencies": {
"vite": "^4"
Expand All @@ -23,7 +23,7 @@
"@arnaud-barre/tnode": "^0.19.1",
"@playwright/test": "^1.37.1",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.17.14",
"@types/node": "^18.17.15",
"@vitejs/release-scripts": "^1.3.0",
"esbuild": "^0.19.2",
"fs-extra": "^11.1.1",
Expand Down
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.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "../../dist",
"@swc/plugin-emotion": "^2.5.76"
"@swc/plugin-emotion": "^2.5.77"
}
}
4 changes: 2 additions & 2 deletions playground/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"styled-components": "^6.0.7"
},
"devDependencies": {
"@swc/plugin-styled-components": "^1.5.76",
"@swc/plugin-styled-components": "^1.5.77",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.26",
"@types/styled-components": "^5.1.27",
"@vitejs/plugin-react-swc": "../../dist"
}
}
2 changes: 1 addition & 1 deletion playground/ts-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@generouted/react-router": "^1.15.7",
"@generouted/react-router": "^1.15.8",
"generouted": "1.11.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit 27e3854

Please sign in to comment.