Skip to content

Commit de0c183

Browse files
chore(deps): update devdependency typescript to v5.7.3
1 parent 25f9892 commit de0c183

File tree

5 files changed

+206
-206
lines changed

5 files changed

+206
-206
lines changed

examples/app-jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"playwright-core": "1.49.1",
2121
"ts-jest": "29.2.5",
2222
"ts-node": "10.9.2",
23-
"typescript": "5.7.2"
23+
"typescript": "5.7.3"
2424
}
2525
}

examples/app-vitest-full/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"jsdom": "26.0.0",
2323
"listhen": "1.9.0",
2424
"nuxt": "3.15.1",
25-
"typescript": "5.7.2",
25+
"typescript": "5.7.3",
2626
"vitest": "2.1.8",
2727
"vue-tsc": "2.2.0"
2828
},

examples/app-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"globby": "14.0.2",
1919
"happy-dom": "16.5.3",
2020
"playwright-core": "1.49.1",
21-
"typescript": "5.7.2",
21+
"typescript": "5.7.3",
2222
"vitest": "2.1.8"
2323
}
2424
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"playwright-core": "1.49.1",
9494
"rollup": "4.30.1",
9595
"semver": "7.6.3",
96-
"typescript": "5.7.2",
96+
"typescript": "5.7.3",
9797
"unbuild": "latest",
9898
"unimport": "3.14.5",
9999
"vitest": "2.1.8",

0 commit comments

Comments
 (0)