Skip to content

Commit

Permalink
chore: revert typescript upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 3, 2024
1 parent 2f17e88 commit 19af829
Show file tree
Hide file tree
Showing 5 changed files with 867 additions and 1,598 deletions.
2 changes: 1 addition & 1 deletion examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"playwright-core": "1.49.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.2"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"jsdom": "25.0.1",
"listhen": "1.9.0",
"nuxt": "3.14.1592",
"typescript": "5.7.2",
"typescript": "5.6.3",
"vitest": "2.1.7",
"vue-tsc": "2.1.10"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"globby": "14.0.2",
"happy-dom": "15.11.7",
"playwright-core": "1.49.0",
"typescript": "5.7.2",
"typescript": "5.6.3",
"vitest": "2.1.7"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"playwright-core": "1.49.0",
"rollup": "4.28.0",
"semver": "7.6.3",
"typescript": "5.7.2",
"typescript": "5.6.3",
"unbuild": "latest",
"unimport": "3.14.2",
"vite": "5.4.11",
Expand Down
Loading

0 comments on commit 19af829

Please sign in to comment.