Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 160b142 commit 58976c5
Show file tree
Hide file tree
Showing 3 changed files with 871 additions and 880 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: '18.x'

- uses: pnpm/[email protected].0
- uses: pnpm/[email protected].1
name: Install pnpm
id: pnpm-install
with:
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"author": "Gifaldy Azka <[email protected]>",
"license": "MIT",
"devDependencies": {
"@parcel/core": "2.10.1",
"@parcel/transformer-sass": "2.10.1",
"@parcel/transformer-vue": "2.10.1",
"parcel": "2.10.1",
"serve": "14.2.1"
"@parcel/core": "2.13.2",
"@parcel/transformer-sass": "2.13.2",
"@parcel/transformer-vue": "2.13.2",
"parcel": "2.13.2",
"serve": "14.2.4"
},
"dependencies": {
"@iconify/vue": "4.1.1",
"@iconify/vue": "4.2.0",
"nprogress": "0.2.0",
"vue": "3.3.7",
"vue-router": "4.2.5"
"vue": "3.5.13",
"vue-router": "4.5.0"
}
}
Loading

0 comments on commit 58976c5

Please sign in to comment.