From 5be6ab955b38f6d3a873aaee15c9b501bdeff432 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 08:45:29 +0000 Subject: [PATCH] fix(deps): pin dependencies --- .github/workflows/ci.yml | 2 +- package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18b6d40..1390f1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: node: [18, 'lts/*'] name: Build with node ${{ matrix.node }} steps: - - uses: actions/checkout@v4 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: cache: 'yarn' diff --git a/package.json b/package.json index d030022..f226fa2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "packageManager": "yarn@4.5.0", "dependencies": { - "@vueuse/core": "^11.1.0", - "vue": "^3.5.3" + "@vueuse/core": "11.1.0", + "vue": "3.5.3" } } diff --git a/yarn.lock b/yarn.lock index 1a81ce3..958080c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -225,7 +225,7 @@ __metadata: languageName: node linkType: hard -"@vueuse/core@npm:^11.1.0": +"@vueuse/core@npm:11.1.0": version: 11.1.0 resolution: "@vueuse/core@npm:11.1.0" dependencies: @@ -470,15 +470,15 @@ __metadata: resolution: "vue3-enter-to-tab@workspace:." dependencies: "@types/node": "npm:20.16.7" - "@vueuse/core": "npm:^11.1.0" + "@vueuse/core": "npm:11.1.0" prettier: "npm:3.3.3" ts-node: "npm:10.9.2" typescript: "npm:5.6.2" - vue: "npm:^3.5.3" + vue: "npm:3.5.3" languageName: unknown linkType: soft -"vue@npm:^3.5.3": +"vue@npm:3.5.3": version: 3.5.3 resolution: "vue@npm:3.5.3" dependencies: