Skip to content

Commit 9f3eaa0

Browse files
fix(deps): update all non-major dependencies
1 parent 160b142 commit 9f3eaa0

File tree

3 files changed

+1322
-1396
lines changed

3 files changed

+1322
-1396
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: '18.x'
2222

23-
- uses: pnpm/[email protected].0
23+
- uses: pnpm/[email protected].1
2424
name: Install pnpm
2525
id: pnpm-install
2626
with:

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"author": "Gifaldy Azka <[email protected]>",
1717
"license": "MIT",
1818
"devDependencies": {
19-
"@parcel/core": "2.10.1",
20-
"@parcel/transformer-sass": "2.10.1",
21-
"@parcel/transformer-vue": "2.10.1",
22-
"parcel": "2.10.1",
23-
"serve": "14.2.1"
19+
"@parcel/core": "2.16.0",
20+
"@parcel/transformer-sass": "2.16.0",
21+
"@parcel/transformer-vue": "2.16.0",
22+
"parcel": "2.16.0",
23+
"serve": "14.2.5"
2424
},
2525
"dependencies": {
26-
"@iconify/vue": "4.1.1",
26+
"@iconify/vue": "4.3.0",
2727
"nprogress": "0.2.0",
28-
"vue": "3.3.7",
29-
"vue-router": "4.2.5"
28+
"vue": "3.5.22",
29+
"vue-router": "4.6.2"
3030
}
3131
}

0 commit comments

Comments
 (0)