Skip to content

Commit 4da53cb

Browse files
chore(deps): update dependency typescript to v5
1 parent 62822fc commit 4da53cb

File tree

5 files changed

+86
-85
lines changed

5 files changed

+86
-85
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/react-dom": "^18.0.7",
2222
"eslint-config-custom": "workspace:*",
2323
"tsconfig": "workspace:*",
24-
"typescript": "^4.5.3"
24+
"typescript": "^5.0.0"
2525
}
2626
}

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/react-dom": "^18.0.7",
2222
"eslint-config-custom": "workspace:*",
2323
"tsconfig": "workspace:*",
24-
"typescript": "^4.5.3"
24+
"typescript": "^5.0.0"
2525
}
2626
}

packages/eslint-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"devDependencies": {
77
"@vercel/style-guide": "^5.0.0",
88
"eslint-config-turbo": "^1.10.12",
9-
"typescript": "^4.5.3"
9+
"typescript": "^5.0.0"
1010
}
1111
}

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"eslint-config-custom": "workspace:*",
1717
"react": "^18.2.0",
1818
"tsconfig": "workspace:*",
19-
"typescript": "^4.5.2"
19+
"typescript": "^5.0.0"
2020
}
2121
}

0 commit comments

Comments
 (0)