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 Mar 3, 2024
1 parent 8f61328 commit cfff899
Show file tree
Hide file tree
Showing 3 changed files with 2,803 additions and 1,727 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.4.0

- name: Set node
uses: actions/setup-node@v3
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.4.0

- name: Setup Node
uses: actions/setup-node@v3
Expand All @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.4.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
42 changes: 21 additions & 21 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@ow3/deep-unref-vue",
"version": "0.1.3",
"packageManager": "pnpm@7.3.0",
"packageManager": "pnpm@7.33.7",
"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": "^9.2.0",
"vue": "^3.2.37"
"@vueuse/core": "^9.13.0",
"vue": "^3.4.21"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@commitlint/config-conventional": "^17.0.2",
"@commitlint/cz-commitlint": "^17.0.0",
"@commitlint/types": "^17.0.0",
"@types/node": "^17.0.32",
"@antfu/eslint-config": "^0.43.1",
"@commitlint/config-conventional": "^17.8.1",
"@commitlint/cz-commitlint": "^17.8.1",
"@commitlint/types": "^17.8.1",
"@types/node": "^17.0.45",
"bumpp": "^7.2.0",
"commitizen": "^4.2.4",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.18.0",
"esno": "^0.16.3",
"inquirer": "^8.2.4",
"lint-staged": "^13.0.3",
"pnpm": "^7.3.0",
"simple-git-hooks": "^2.8.0",
"eslint": "^8.57.0",
"esno": "^0.17.0",
"inquirer": "^8.2.6",
"lint-staged": "^13.3.0",
"pnpm": "^7.33.7",
"simple-git-hooks": "^2.10.0",
"sort-package-json": "^1.57.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.4",
"vite": "^2.9.12",
"vitest": "^0.16.0"
"typescript": "^4.9.5",
"unbuild": "^0.9.4",
"vite": "^2.9.17",
"vitest": "^0.34.6"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": "eslint --fix",
Expand All @@ -92,7 +92,7 @@
}
},
"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"
"node": ">=16.20.2",
"pnpm": ">=7.33.7"
}
}

0 comments on commit cfff899

Please sign in to comment.