Skip to content

Commit a4e615a

Browse files
chore(deps): update all non-major dependencies
1 parent 8f692e0 commit a4e615a

File tree

2 files changed

+177
-156
lines changed

2 files changed

+177
-156
lines changed

package.json

Lines changed: 10 additions & 10 deletions
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.5.1",
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": "^8.7.5",
57+
"@vueuse/core": "^8.9.1",
5858
"vue": "^3.2.37"
5959
},
6060
"devDependencies": {
6161
"@antfu/eslint-config": "^0.25.2",
62-
"@commitlint/config-conventional": "^17.0.2",
63-
"@commitlint/cz-commitlint": "^17.0.0",
62+
"@commitlint/config-conventional": "^17.0.3",
63+
"@commitlint/cz-commitlint": "^17.0.3",
6464
"@commitlint/types": "^17.0.0",
6565
"@types/node": "^17.0.32",
6666
"bumpp": "^7.2.0",
6767
"commitizen": "^4.2.4",
6868
"conventional-changelog-cli": "^2.2.2",
69-
"eslint": "^8.18.0",
69+
"eslint": "^8.19.0",
7070
"esno": "^0.16.3",
7171
"inquirer": "^8.2.4",
7272
"lint-staged": "^13.0.3",
73-
"pnpm": "^7.3.0",
73+
"pnpm": "^7.5.1",
7474
"simple-git-hooks": "^2.8.0",
7575
"sort-package-json": "^1.57.0",
7676
"typescript": "^4.7.4",
7777
"unbuild": "^0.7.4",
78-
"vite": "^2.9.12",
79-
"vitest": "^0.16.0"
78+
"vite": "^2.9.14",
79+
"vitest": "^0.18.0"
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": ">=v16.16.0",
96+
"pnpm": ">=7.5.1"
9797
}
9898
}

0 commit comments

Comments
 (0)