Skip to content

Commit

Permalink
chore(deps): update pnpm to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 17, 2023
1 parent 8f61328 commit ab164a1
Show file tree
Hide file tree
Showing 2 changed files with 908 additions and 883 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ow3/deep-unref-vue",
"version": "0.1.3",
"packageManager": "pnpm@7.3.0",
"packageManager": "pnpm@8.7.6",
"description": "Easily remove all refs from an object using the `deepUnref`-composable.",
"keywords": [
"vue",
Expand Down Expand Up @@ -70,7 +70,7 @@
"esno": "^0.16.3",
"inquirer": "^8.2.4",
"lint-staged": "^13.0.3",
"pnpm": "^7.3.0",
"pnpm": "^8.7.6",
"simple-git-hooks": "^2.8.0",
"sort-package-json": "^1.57.0",
"typescript": "^4.7.4",
Expand All @@ -93,6 +93,6 @@
},
"engines": {

Check failure on line 94 in package.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in specified order. 'engines' should be before 'simple-git-hooks'
"node": ">=v16.15.1",
"pnpm": ">=7.3.0"
"pnpm": ">=8.7.6"
}
}

0 comments on commit ab164a1

Please sign in to comment.