Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2023
1 parent ee17ebb commit 876f564
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node: [18, 'lts/*']
name: Build with node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
cache: 'yarn'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"packageManager": "yarn@4.0.2",
"dependencies": {
"@vueuse/core": "^10.7.0",
"vue": "^3.3.13"
"@vueuse/core": "10.7.0",
"vue": "3.3.13"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ __metadata:
languageName: node
linkType: hard

"@vueuse/core@npm:^10.7.0":
"@vueuse/core@npm:10.7.0":
version: 10.7.0
resolution: "@vueuse/core@npm:10.7.0"
dependencies:
Expand Down Expand Up @@ -4734,17 +4734,17 @@ __metadata:
"@semantic-release/commit-analyzer": "npm:11.1.0"
"@semantic-release/release-notes-generator": "npm:12.1.0"
"@types/node": "npm:20.10.5"
"@vueuse/core": "npm:^10.7.0"
"@vueuse/core": "npm:10.7.0"
conventional-changelog-conventionalcommits: "npm:7.0.2"
prettier: "npm:3.1.1"
semantic-release: "npm:22.0.12"
ts-node: "npm:10.9.2"
typescript: "npm:5.3.3"
vue: "npm:^3.3.13"
vue: "npm:3.3.13"
languageName: unknown
linkType: soft

"vue@npm:^3.3.13":
"vue@npm:3.3.13":
version: 3.3.13
resolution: "vue@npm:3.3.13"
dependencies:
Expand Down

0 comments on commit 876f564

Please sign in to comment.