Skip to content

Commit e318c33

Browse files
authored
Update typescript to version 5.7.2
1 parent 2cc4864 commit e318c33

File tree

4 files changed

+56
-215
lines changed

4 files changed

+56
-215
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"prettier-plugin-organize-imports": "^4.0.0",
5858
"tsup": "^8.2.4",
5959
"turbo": "^2.3.3",
60-
"typescript": "^5.5.4",
60+
"typescript": "^5.7.2",
6161
"vitest": "^2.0.5"
6262
},
6363
"packageManager": "[email protected]",

playgrounds/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react-dom": "^18.3.1",
2323
"eslint": "^9.17.0",
2424
"eslint-config-next": "^15.1.3",
25-
"typescript": "^5.5.4"
25+
"typescript": "^5.7.2"
2626
}
2727
}

playgrounds/v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"autoprefixer": "^10.4.20",
2222
"eslint": "^9.17.0",
2323
"eslint-config-next": "^15.1.3",
24-
"typescript": "^5.5.4"
24+
"typescript": "^5.7.2"
2525
}
2626
}

0 commit comments

Comments
 (0)