Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Jul 4, 2024
1 parent b2b51fd commit d5af586
Show file tree
Hide file tree
Showing 5 changed files with 556 additions and 205 deletions.
2 changes: 1 addition & 1 deletion bun-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": "^5"
}
}
2 changes: 1 addition & 1 deletion cloudflare-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240222.0",
"typescript": "^5.0.4",
"typescript": "^5",
"wrangler": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"is-ci": "^3.0.1",
"typescript": "^5.3.3",
"typescript": "^5",
"@types/node": "^20.11.13",
"eslint-config-universe": "^12.1.0",
"@tsconfig/recommended": "^1.0.6",
Expand All @@ -106,7 +106,7 @@
"@types/multer": "^1.4.11",
"qs": "^6.11.2",
"@types/qs": "^6.9.11",
"bunchee": "^5.1.2",
"bunchee": "^5.2.2",
"lfs-auto-track": "^1.1.0",
"isomorphic-unfetch": "^4.0.2",
"promise-polyfill": "^8.3.0",
Expand Down
Loading

0 comments on commit d5af586

Please sign in to comment.