Skip to content

Commit

Permalink
Update dependency typescript to ^5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent 8a09555 commit 6853e72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ogp-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": "^5.5.3"
},
"dependencies": {
"@vercel/og": "^0.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/shiki-copy-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": "^5.5.3"
},
"dependencies": {
"@iconify-json/iconoir": "^1.1.44",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"shiki": "^1.9.0",
"shiki-copy-button": "workspace:*",
"svg-parser": "^2.0.4",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"unified": "^11.0.5",
"vite-tsconfig-paths": "^4.3.2"
},
Expand Down

0 comments on commit 6853e72

Please sign in to comment.