Fix SW Caching

This commit is contained in:
Shiny Nematoda 2023-05-01 09:44:34 +00:00
parent a9dfca0bf0
commit 99612733a1
No known key found for this signature in database
GPG key ID: 367DA4C64DF057AD
5 changed files with 324 additions and 304 deletions

View file

@ -10,19 +10,19 @@
"check": "prettier --check ."
},
"dependencies": {
"bootstrap-icons": "^1.10.4",
"bootstrap-icons": "^1.10.5",
"dompurify": "^3.0.2",
"mux.js": "^6.3.0",
"peerjs": "^1.4.7",
"pinia": "^2.0.34",
"shaka-player": "^4.3.5",
"pinia": "^2.0.35",
"shaka-player": "^4.3.6",
"sortablejs": "^1.15.0",
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"prettier": "^2.8.7",
"vite": "^4.2.1",
"@vitejs/plugin-vue": "^4.2.1",
"prettier": "^2.8.8",
"vite": "^4.3.3",
"vite-plugin-pwa": "^0.14.7"
}
}