From 207663cfd836318561e8a0fe370b90ed9fb0e959 Mon Sep 17 00:00:00 2001 From: Daniil Rudnov Date: Tue, 3 Sep 2024 23:16:25 +0500 Subject: [PATCH] ci: fix ci --- .github/workflows/tests.yml | 2 +- package.json | 7 ++++++- pnpm-lock.yaml | 21 +++++++++++++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f27d4ad..f93292e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 8 + version: 9 run_install: true - name: Install Node.js uses: actions/setup-node@v4 diff --git a/package.json b/package.json index 728d686..47c8729 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "dependencies": { "@unhead/vue": "^1.10.4", "@vueuse/core": "^11.0.3", + "@vueuse/shared": "^11.0.3", "pinia": "^2.2.2", "vue": "^3.5.0", "vue-i18n": "^9.14.0", @@ -51,6 +52,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier-vue": "^5.0.0", "eslint-plugin-vue": "^9.28.0", + "globals": "^15.9.0", "husky": "^9.1.5", "prettier": "^3.3.3", "sass": "^1.77.8", @@ -68,10 +70,13 @@ "vue-eslint-parser": "^9.4.3", "vue-tsc": "^2.1.4", "workbox-build": "^7.1.1", + "workbox-cacheable-response": "^7.1.0", "workbox-core": "^7.1.0", + "workbox-expiration": "^7.1.0", "workbox-precaching": "^7.1.0", "workbox-routing": "^7.1.0", - "workbox-strategies": "^7.1.0" + "workbox-strategies": "^7.1.0", + "workbox-window": "^7.1.0" }, "config": { "commitizen": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e8b3d9a..a565c4b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,6 +14,9 @@ importers: '@vueuse/core': specifier: ^11.0.3 version: 11.0.3(vue@3.5.0(typescript@5.5.4)) + '@vueuse/shared': + specifier: ^11.0.3 + version: 11.0.3(vue@3.5.0(typescript@5.5.4)) pinia: specifier: ^2.2.2 version: 2.2.2(typescript@5.5.4)(vue@3.5.0(typescript@5.5.4)) @@ -75,6 +78,9 @@ importers: eslint-plugin-vue: specifier: ^9.28.0 version: 9.28.0(eslint@9.9.1(jiti@1.21.6)) + globals: + specifier: ^15.9.0 + version: 15.9.0 husky: specifier: ^9.1.5 version: 9.1.5 @@ -126,9 +132,15 @@ importers: workbox-build: specifier: ^7.1.1 version: 7.1.1 + workbox-cacheable-response: + specifier: ^7.1.0 + version: 7.1.0 workbox-core: specifier: ^7.1.0 version: 7.1.0 + workbox-expiration: + specifier: ^7.1.0 + version: 7.1.0 workbox-precaching: specifier: ^7.1.0 version: 7.1.0 @@ -138,6 +150,9 @@ importers: workbox-strategies: specifier: ^7.1.0 version: 7.1.0 + workbox-window: + specifier: ^7.1.0 + version: 7.1.0 packages: @@ -2426,6 +2441,10 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} + globals@15.9.0: + resolution: {integrity: sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==} + engines: {node: '>=18'} + globalthis@1.0.4: resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} engines: {node: '>= 0.4'} @@ -6986,6 +7005,8 @@ snapshots: globals@14.0.0: {} + globals@15.9.0: {} + globalthis@1.0.4: dependencies: define-properties: 1.2.1