Skip to content

Commit 2991542

Browse files
authored
chore: Upgrade workbox to 6.6.1 (#16918)
1 parent 225b786 commit 2991542

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"async": "3.2.2",
2020
"glob": "7.2.3",
2121
"typescript": "5.0.4",
22-
"workbox-core": "6.5.4",
23-
"workbox-precaching": "6.5.4",
22+
"workbox-core": "6.6.1",
23+
"workbox-precaching": "6.6.1",
2424
"strip-css-comments": "5.0.0"
2525
}
2626
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"rollup-plugin-brotli": "3.1.0",
1818
"vite-plugin-checker": "0.5.5",
1919
"mkdirp": "1.0.4",
20-
"workbox-build": "6.5.4",
20+
"workbox-build": "6.6.1",
2121
"transform-ast": "2.4.4"
2222
}
2323
}

0 commit comments

Comments
 (0)