Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 1, 2022
1 parent a93869f commit b036d77
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 217 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
20 changes: 10 additions & 10 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,11 +54,11 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"vue": "^3.2.35"
"vue": "^3.2.36"
},
"devDependencies": {
"@antfu/eslint-config": "^0.23.1",
"@commitlint/config-conventional": "^17.0.0",
"@antfu/eslint-config": "^0.25.0",
"@commitlint/config-conventional": "^17.0.2",
"@commitlint/cz-commitlint": "^17.0.0",
"@commitlint/types": "^17.0.0",
"@types/node": "^17.0.32",
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.5.0",
"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 b036d77

Please sign in to comment.