Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit bdd6262

Browse files
committed
[deps] Upgrade typescript to 5.7.2
1 parent ab5f07f commit bdd6262

File tree

5 files changed

+208
-201
lines changed

5 files changed

+208
-201
lines changed

apps/nextra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"shiki": "^1.21.0",
6565
"tailwindcss": "^3.4.13",
6666
"ts-node": "^10.9.2",
67-
"typescript": "^5.6.2"
67+
"typescript": "^5.7.2"
6868
},
6969
"nextBundleAnalysis": {
7070
"budget": 358400,

packages/aptos-nextra-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"react-dom": "^18.3.1",
4747
"rimraf": "6.0.1",
4848
"tsup": "8.3.0",
49-
"typescript": "5.6.2",
49+
"typescript": "5.7.2",
5050
"vitest": "2.1.1"
5151
},
5252
"peerDependencies": {

packages/aptos-nextra-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/react": "^18.3.10",
2929
"react": "^18.3.1",
3030
"tsup": "^8.3.0",
31-
"typescript": "^5.6.2"
31+
"typescript": "^5.7.2"
3232
},
3333
"peerDependencies": {
3434
"react": "^18.3.1"

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"eslint-plugin-only-warn": "^1.1.0",
1515
"@typescript-eslint/parser": "^8.8.0",
1616
"@typescript-eslint/eslint-plugin": "^8.8.0",
17-
"typescript": "^5.6.2"
17+
"typescript": "^5.7.2"
1818
}
1919
}

0 commit comments

Comments
 (0)