From d9cb8f7feeae5b93f7a3c9e36a75845fcc8422bd Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Tue, 31 Oct 2023 00:12:46 +0530 Subject: [PATCH] add dep --- package.json | 3 ++- pnpm-lock.yaml | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fbcb95d5e..948a4ffac 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "dependencies": { "unocss": "^0.57.1", "vitepress": "1.0.0-rc.24", - "vue": "^3.3.7" + "vue": "^3.3.7", + "workbox-window": "^7.0.0" }, "devDependencies": { "@iconify-json/carbon": "^1.1.21", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5b4e74408..bbcbb1b56 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,6 +14,9 @@ dependencies: vue: specifier: ^3.3.7 version: 3.3.7 + workbox-window: + specifier: ^7.0.0 + version: 7.0.0 devDependencies: '@iconify-json/carbon': @@ -1754,7 +1757,6 @@ packages: /@types/trusted-types@2.0.5: resolution: {integrity: sha512-I3pkr8j/6tmQtKV/ZzHtuaqYSQvyjGRKH4go60Rr0IDLlFxuRT5V32uvB1mecM5G1EVAUyF/4r4QZ1GHgz+mxA==} - dev: true /@types/web-bluetooth@0.0.18: resolution: {integrity: sha512-v/ZHEj9xh82usl8LMR3GarzFY1IrbXJw5L4QfQhokjRV91q+SelFqxQWSep1ucXEZ22+dSTwLFkXeur25sPIbw==} @@ -4150,7 +4152,6 @@ packages: /workbox-core@7.0.0: resolution: {integrity: sha512-81JkAAZtfVP8darBpfRTovHg8DGAVrKFgHpOArZbdFd78VqHr5Iw65f2guwjE2NlCFbPFDoez3D3/6ZvhI/rwQ==} - dev: true /workbox-expiration@7.0.0: resolution: {integrity: sha512-MLK+fogW+pC3IWU9SFE+FRStvDVutwJMR5if1g7oBJx3qwmO69BNoJQVaMXq41R0gg3MzxVfwOGKx3i9P6sOLQ==} @@ -4227,7 +4228,6 @@ packages: dependencies: '@types/trusted-types': 2.0.5 workbox-core: 7.0.0 - dev: true /wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}