Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2023
1 parent b4d8aaf commit 443135d
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"eslint": "^8.32.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"private": true
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"prettier-plugin-tailwindcss": "^0.2.4",
"remix-flat-routes": "0.5.8",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"engines": {
"node": ">=16"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"esbuild": "0.17.12",
"prettier": "^2.8.4",
"turbo": "^1.8.3",
"typescript": "^4.9.5"
"typescript": "^5.0.0"
},
"scripts": {
"build": "turbo run build",
Expand Down
104 changes: 52 additions & 52 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 443135d

Please sign in to comment.