Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#193)
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 Jan 31, 2024
1 parent 53ecc44 commit 211be35
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 44 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"qa": "tsc && pnpm prettier-ci && pnpm build && pnpm test",
"release": "pnpm build && tnode scripts/release.ts"
},
"packageManager": "pnpm@8.14.3",
"packageManager": "pnpm@8.15.1",
"dependencies": {
"@swc/core": "^1.3.106"
"@swc/core": "^1.3.107"
},
"peerDependencies": {
"vite": "^4 || ^5"
Expand All @@ -25,7 +25,7 @@
"@types/fs-extra": "^11.0.4",
"@types/node": "20.11.5",
"@vitejs/release-scripts": "^1.3.1",
"esbuild": "^0.19.12",
"esbuild": "^0.20.0",
"fs-extra": "^11.2.0",
"picocolors": "^1.0.0",
"prettier": "^3.0.3",
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.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "../../dist",
"@swc/plugin-emotion": "^2.5.115"
"@swc/plugin-emotion": "^2.5.116"
}
}
Loading

0 comments on commit 211be35

Please sign in to comment.