Skip to content

Commit 9fce674

Browse files
committed
chore(deps): update all non-major dependencies
1 parent af08357 commit 9fce674

File tree

4 files changed

+119
-118
lines changed

4 files changed

+119
-118
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: ${{ matrix.node-version }}
3030
registry-url: 'https://registry.npmjs.org'
3131

32-
- uses: pnpm/action-setup@v2.2.2
32+
- uses: pnpm/action-setup@v2.2.4
3333
name: Install pnpm
3434
id: pnpm-install
3535
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- name: Install pnpm
23-
uses: pnpm/action-setup@v2.2.2
23+
uses: pnpm/action-setup@v2.2.4
2424
id: pnpm-install
2525
with:
2626
version: 7

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"@commitlint/config-conventional": "17.1.0",
4444
"@commitlint/cz-commitlint": "17.1.2",
4545
"@types/node": "18.6.4",
46-
"@typescript-eslint/eslint-plugin": "5.39.0",
47-
"@typescript-eslint/parser": "5.39.0",
46+
"@typescript-eslint/eslint-plugin": "5.40.0",
47+
"@typescript-eslint/parser": "5.40.0",
4848
"commitizen": "4.2.5",
49-
"esbuild": "0.15.10",
49+
"esbuild": "0.15.11",
5050
"eslint": "8.25.0",
5151
"eslint-config-prettier": "8.5.0",
5252
"eslint-plugin-prettier": "4.2.1",
@@ -64,6 +64,6 @@
6464
"thread-stream": "2.2.0",
6565
"tsx": "3.10.1",
6666
"typescript": "4.8.4",
67-
"vitest": "0.24.0"
67+
"vitest": "0.24.3"
6868
}
6969
}

0 commit comments

Comments
 (0)