Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79c5d6c

Browse files
authoredMar 11, 2025··
chore(deps): update all non-major dependencies
1 parent 8f61328 commit 79c5d6c

File tree

3 files changed

+2865
-1703
lines changed

3 files changed

+2865
-1703
lines changed
 

‎.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
- uses: actions/checkout@v3
2121

2222
- name: Install pnpm
23-
uses: pnpm/action-setup@v2.2.2
23+
uses: pnpm/action-setup@v2.4.1
2424

2525
- name: Set node
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: 18.x
28+
node-version: 18.20.7
2929
cache: pnpm
3030

3131
- name: Install
@@ -40,12 +40,12 @@ jobs:
4040
- uses: actions/checkout@v3
4141

4242
- name: Setup pnpm
43-
uses: pnpm/action-setup@v2.2.2
43+
uses: pnpm/action-setup@v2.4.1
4444

4545
- name: Setup Node
4646
uses: actions/setup-node@v3
4747
with:
48-
node-version: 18.x
48+
node-version: 18.20.7
4949
cache: pnpm
5050

5151
- name: Install dependencies
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v3
6565

6666
- name: Install pnpm
67-
uses: pnpm/action-setup@v2.2.2
67+
uses: pnpm/action-setup@v2.4.1
6868

6969
- name: Use Node.js ${{ matrix.node-version }}
7070
uses: actions/setup-node@v3

‎package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ow3/deep-unref-vue",
33
"version": "0.1.3",
4-
"packageManager": "pnpm@7.3.0",
4+
"packageManager": "pnpm@7.33.7",
55
"description": "Easily remove all refs from an object using the `deepUnref`-composable.",
66
"keywords": [
77
"vue",
@@ -54,29 +54,29 @@
5454
"typecheck": "tsc --noEmit"
5555
},
5656
"dependencies": {
57-
"@vueuse/core": "^9.2.0",
58-
"vue": "^3.2.37"
57+
"@vueuse/core": "^9.13.0",
58+
"vue": "^3.5.13"
5959
},
6060
"devDependencies": {
61-
"@antfu/eslint-config": "^0.25.2",
62-
"@commitlint/config-conventional": "^17.0.2",
63-
"@commitlint/cz-commitlint": "^17.0.0",
64-
"@commitlint/types": "^17.0.0",
65-
"@types/node": "^17.0.32",
61+
"@antfu/eslint-config": "^0.43.1",
62+
"@commitlint/config-conventional": "^17.8.1",
63+
"@commitlint/cz-commitlint": "^17.8.1",
64+
"@commitlint/types": "^17.8.1",
65+
"@types/node": "^17.0.45",
6666
"bumpp": "^7.2.0",
67-
"commitizen": "^4.2.4",
67+
"commitizen": "^4.3.1",
6868
"conventional-changelog-cli": "^2.2.2",
69-
"eslint": "^8.18.0",
70-
"esno": "^0.16.3",
71-
"inquirer": "^8.2.4",
72-
"lint-staged": "^13.0.3",
73-
"pnpm": "^7.3.0",
74-
"simple-git-hooks": "^2.8.0",
69+
"eslint": "^8.57.1",
70+
"esno": "^0.17.0",
71+
"inquirer": "^8.2.6",
72+
"lint-staged": "^13.3.0",
73+
"pnpm": "^7.33.7",
74+
"simple-git-hooks": "^2.11.1",
7575
"sort-package-json": "^1.57.0",
76-
"typescript": "^4.7.4",
77-
"unbuild": "^0.7.4",
78-
"vite": "^2.9.12",
79-
"vitest": "^0.16.0"
76+
"typescript": "^4.9.5",
77+
"unbuild": "^0.9.4",
78+
"vite": "^2.9.18",
79+
"vitest": "^0.34.6"
8080
},
8181
"lint-staged": {
8282
"*.{js,jsx,ts,tsx,vue}": "eslint --fix",
@@ -92,7 +92,7 @@
9292
}
9393
},
9494
"engines": {
95-
"node": ">=v16.15.1",
96-
"pnpm": ">=7.3.0"
95+
"node": ">=16.20.2",
96+
"pnpm": ">=7.33.7"
9797
}
9898
}

‎pnpm-lock.yaml

+2,839-1,677
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.