Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 31, 2022
1 parent 8f692e0 commit 0e6bf16
Show file tree
Hide file tree
Showing 2 changed files with 366 additions and 646 deletions.
24 changes: 12 additions & 12 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@ow3/deep-unref-vue",
"version": "0.1.3",
"packageManager": "pnpm@7.3.0",
"packageManager": "pnpm@7.8.0",
"description": "Easily remove all refs from an object using the `deepUnref`-composable.",
"keywords": [
"vue",
Expand Down Expand Up @@ -54,29 +54,29 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "^8.7.5",
"@vueuse/core": "^8.9.4",
"vue": "^3.2.37"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@commitlint/config-conventional": "^17.0.2",
"@commitlint/cz-commitlint": "^17.0.0",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/cz-commitlint": "^17.0.3",
"@commitlint/types": "^17.0.0",
"@types/node": "^17.0.32",
"bumpp": "^7.2.0",
"commitizen": "^4.2.4",
"commitizen": "^4.2.5",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.18.0",
"eslint": "^8.20.0",
"esno": "^0.16.3",
"inquirer": "^8.2.4",
"lint-staged": "^13.0.3",
"pnpm": "^7.3.0",
"pnpm": "^7.8.0",
"simple-git-hooks": "^2.8.0",
"sort-package-json": "^1.57.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.4",
"vite": "^2.9.12",
"vitest": "^0.16.0"
"unbuild": "^0.7.6",
"vite": "^2.9.14",
"vitest": "^0.20.2"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": "eslint --fix",
Expand All @@ -92,7 +92,7 @@
}
},
"engines": {
"node": ">=v16.15.1",
"pnpm": ">=7.3.0"
"node": ">=v16.16.0",
"pnpm": ">=7.8.0"
}
}

0 comments on commit 0e6bf16

Please sign in to comment.