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 Feb 24, 2024
1 parent 396e0ba commit 1065cc4
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@60edb5dd545a775178f52524783378180af0d1f8 # 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.1.0",
"dependencies": {
"@vueuse/core": "^10.7.0",
"vue": "^3.4.15"
"@vueuse/core": "10.7.0",
"vue": "3.4.19"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,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 @@ -4800,17 +4800,17 @@ __metadata:
"@semantic-release/commit-analyzer": "npm:11.1.0"
"@semantic-release/release-notes-generator": "npm:12.1.0"
"@types/node": "npm:20.11.20"
"@vueuse/core": "npm:^10.7.0"
"@vueuse/core": "npm:10.7.0"
conventional-changelog-conventionalcommits: "npm:7.0.2"
prettier: "npm:3.2.5"
semantic-release: "npm:23.0.2"
ts-node: "npm:10.9.2"
typescript: "npm:5.3.3"
vue: "npm:^3.4.15"
vue: "npm:3.4.19"
languageName: unknown
linkType: soft

"vue@npm:^3.4.15":
"vue@npm:3.4.19":
version: 3.4.19
resolution: "vue@npm:3.4.19"
dependencies:
Expand Down

0 comments on commit 1065cc4

Please sign in to comment.