Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
Bumped @cloudflare/workers-types to 4.20240314.0
Bumped @types/node to 20.11.28
Bumped itty-router to 4.2.2
Bumped wrangler to 3.34.2
Bumped TypeScript to 5.4.2
  • Loading branch information
MajorTanya committed Mar 17, 2024
1 parent bac3684 commit 2e04dfd
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 62 deletions.
117 changes: 60 additions & 57 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "hnkrocks-chapter-router",
"version": "2.9.0",
"dependencies": {
"itty-router": "^4.0.27",
"itty-router": "^4.2.2",
"reflare": "^1.1.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240208.0",
"@types/node": "^20.11.19",
"@cloudflare/workers-types": "^4.20240314.0",
"@types/node": "^20.11.28",
"doctoc": "^2.2.1",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"wrangler": "^3.28.3"
"typescript": "^5.4.2",
"wrangler": "^3.34.2"
},
"private": true,
"scripts": {
Expand Down

0 comments on commit 2e04dfd

Please sign in to comment.