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 May 30, 2022
1 parent a93869f commit 0df5143
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 207 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3

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

- 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.1
uses: pnpm/action-setup@v2.2.2

- 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.1
uses: pnpm/action-setup@v2.2.2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "my-pkg",
"version": "0.1.2",
"packageManager": "pnpm@7.1.3",
"packageManager": "pnpm@7.1.7",
"description": "",
"keywords": [
"typescript",
Expand Down Expand Up @@ -54,10 +54,10 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"vue": "^3.2.35"
"vue": "^3.2.36"
},
"devDependencies": {
"@antfu/eslint-config": "^0.23.1",
"@antfu/eslint-config": "^0.25.0",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/cz-commitlint": "^17.0.0",
"@commitlint/types": "^17.0.0",
Expand All @@ -68,14 +68,14 @@
"eslint": "^8.16.0",
"esno": "^0.16.3",
"inquirer": "^8.2.4",
"lint-staged": "^12.4.1",
"pnpm": "^7.1.3",
"simple-git-hooks": "^2.7.0",
"lint-staged": "^12.4.3",
"pnpm": "^7.1.7",
"simple-git-hooks": "^2.8.0",
"sort-package-json": "^1.57.0",
"typescript": "^4.6.4",
"typescript": "^4.7.2",
"unbuild": "^0.7.4",
"vite": "^2.9.9",
"vitest": "^0.12.9"
"vitest": "^0.13.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue}": "eslint --fix",
Expand All @@ -92,6 +92,6 @@
},
"engines": {
"node": ">=v16.15.0",
"pnpm": ">=7.1.3"
"pnpm": ">=7.1.7"
}
}

0 comments on commit 0df5143

Please sign in to comment.