Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,348 changes: 1,464 additions & 1,884 deletions flow-client/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flow-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"mock-xmlhttprequest": "^8.4.0",
"prettier": "^3.7.4",
"sinon": "^19.0.2",
"typescript": "^5.7.3"
"typescript": "^6.0.2"
},
"dependencies": {
"@vaadin/common-frontend": "0.0.22",
Expand Down
2 changes: 1 addition & 1 deletion flow-polymer2lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"magic-string": "^0.26.3",
"patch-package": "^6.4.7",
"prettier": "^2.1.2",
"typescript": "^4.8.4"
"typescript": "^6.0.2"
},
"devDependencies": {
"@types/node": "^13.7.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lit": "3.3.2"
},
"devDependencies": {
"typescript": "5.9.3",
"typescript": "6.0.2",
"strip-css-comments": "5.0.0"
}
}
4 changes: 2 additions & 2 deletions flow-tests/test-frontend/vite-basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"rollup-plugin-visualizer": "6.0.5",
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.9.3",
"typescript": "6.0.2",
"vite": "7.3.1",
"vite-plugin-checker": "0.12.0",
"workbox-build": "7.4.0"
Expand Down Expand Up @@ -68,7 +68,7 @@
"rollup-plugin-visualizer": "6.0.5",
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.9.3",
"typescript": "6.0.2",
"vite": "7.3.1",
"vite-plugin-checker": "0.12.0",
"workbox-build": "7.4.0"
Expand Down
4 changes: 2 additions & 2 deletions flow-tests/test-frontend/vite-context-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"rollup-plugin-visualizer": "6.0.5",
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.9.3",
"typescript": "6.0.2",
"vite": "7.3.1",
"vite-plugin-checker": "0.12.0",
"workbox-build": "7.4.0"
Expand Down Expand Up @@ -60,7 +60,7 @@
"rollup-plugin-visualizer": "6.0.5",
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.9.3",
"typescript": "6.0.2",
"vite": "7.3.1",
"vite-plugin-checker": "0.12.0",
"workbox-build": "7.4.0"
Expand Down
4 changes: 2 additions & 2 deletions flow-tests/test-frontend/vite-production/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"rollup-plugin-visualizer": "6.0.5",
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.9.3",
"typescript": "6.0.2",
"vite": "7.3.1",
"vite-plugin-checker": "0.12.0",
"workbox-build": "7.4.0"
Expand Down Expand Up @@ -64,7 +64,7 @@
"rollup-plugin-visualizer": "6.0.5",
"strip-css-comments": "5.0.0",
"transform-ast": "2.4.4",
"typescript": "5.9.3",
"typescript": "6.0.2",
"vite": "7.3.1",
"vite-plugin-checker": "0.12.0",
"workbox-build": "7.4.0"
Expand Down
2 changes: 1 addition & 1 deletion vaadin-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@web/dev-server-esbuild": "^1.0.4",
"prettier": "^3.6.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript": "^6.0.2",
"vite": "8.0.3"
},
"dependencies": {
Expand Down
Loading