Skip to content

Commit

Permalink
Update project TypeScript version
Browse files Browse the repository at this point in the history
  • Loading branch information
timsexperiments committed Jun 16, 2024
1 parent 616f492 commit 6e7717d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/timsexperiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.165.0",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"unist-util-visit": "^5.0.0",
"zod": "^3.22.4"
},
Expand Down
4 changes: 2 additions & 2 deletions apps/view-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230419.0",
"@timsexperiments/view-storage": "workspace:*",
"@timsexperiments/http": "workspace:*",
"@timsexperiments/ts-plugin-workers": "^0.0.2",
"typescript": "^5.0.4",
"@timsexperiments/view-storage": "workspace:*",
"typescript": "^5.4.5",
"wrangler": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
],
"dependencies": {
"bun": "^1.0.33",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 6e7717d

Please sign in to comment.