add workbox-window dependnecy to fix build error

This commit is contained in:
jakub791 2023-05-04 20:44:04 +02:00
parent 05c56640fe
commit 0ca42d3432
2 changed files with 58 additions and 56 deletions

3
package-lock.json generated
View file

@ -29,7 +29,8 @@
"vue-textarea-autosize": "^1.1.1",
"vue-toastification": "^2.0.0-rc.1",
"vue-transition-expand": "^0.1.0",
"vuedraggable": "^4.1.0"
"vuedraggable": "^4.1.0",
"workbox-window": "^6.5.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",

View file

@ -33,7 +33,8 @@
"vue-textarea-autosize": "^1.1.1",
"vue-toastification": "^2.0.0-rc.1",
"vue-transition-expand": "^0.1.0",
"vuedraggable": "^4.1.0"
"vuedraggable": "^4.1.0",
"workbox-window": "^6.5.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",