Skip to content

Commit e4951af

Browse files
Artur-vaadin-bot
authored andcommitted
fix: Do not trigger extra TS checks (#16523)
Fixes the sometimes constant output stream of ``` [TypeScript] Found 0 errors. Watching for file changes. ``` The relevant fix in TypeScript is microsoft/TypeScript#51626
1 parent 2595da7 commit e4951af

File tree

1 file changed

+1
-1
lines changed
  • flow-server/src/main/resources/com/vaadin/flow/server/frontend/dependencies/default

1 file changed

+1
-1
lines changed

flow-server/src/main/resources/com/vaadin/flow/server/frontend/dependencies/default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"async": "3.2.2",
2020
"glob": "7.2.3",
21-
"typescript": "4.9.3",
21+
"typescript": "4.9.5",
2222
"workbox-core": "6.5.4",
2323
"workbox-precaching": "6.5.4",
2424
"strip-css-comments": "5.0.0"

0 commit comments

Comments
 (0)