Skip to content

Commit

Permalink
fix: update workbox deps to avoid deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Aug 30, 2024
1 parent 05c7fd2 commit 9a81c4a
Show file tree
Hide file tree
Showing 3 changed files with 953 additions and 967 deletions.
3 changes: 1 addition & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@
"vite-plugin-dynamic-import": "^1.5.0",
"webpack": "^5.41.1",
"webpack-dev-server": "^4.7.4",
"workbox-build": "^6.1.5",
"workbox-webpack-plugin": "^6.5.4"
"workbox-build": "^7.1.1"
},
"bin": {
"d2-app-scripts": "./bin/d2-app-scripts"
Expand Down
7 changes: 3 additions & 4 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
},
"dependencies": {
"idb": "^6.0.0",
"workbox-core": "^6.1.5",
"workbox-precaching": "^6.1.5",
"workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.5"
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0"
},
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
Expand Down
Loading

0 comments on commit 9a81c4a

Please sign in to comment.