Skip to content

Commit acae80c

Browse files
chore(deps): update all non-major dependencies
1 parent ab963d7 commit acae80c

File tree

3 files changed

+2625
-1548
lines changed

3 files changed

+2625
-1548
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set Node.js
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 16.x
21+
node-version: 16.20.2
2222
registry-url: 'https://registry.npmjs.org'
2323

2424
- name: Enable Corepack

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ow3/dummy-composable",
33
"version": "0.1.4",
4-
"packageManager": "pnpm@7.3.0",
4+
"packageManager": "pnpm@7.33.7",
55
"description": "A composable starter kit that makes a great DX.",
66
"author": "Chris Breuer <chris@ow3.org>",
77
"license": "MIT",
@@ -44,8 +44,8 @@
4444
"dist"
4545
],
4646
"engines": {
47-
"node": ">=v16.15.1",
48-
"pnpm": ">=7.3.0"
47+
"node": ">=16.20.2",
48+
"pnpm": ">=7.33.7"
4949
},
5050
"scripts": {
5151
"build": "unbuild",
@@ -62,22 +62,22 @@
6262
"typecheck": "tsc --noEmit"
6363
},
6464
"devDependencies": {
65-
"@antfu/eslint-config": "^0.25.1",
66-
"@types/node": "^17.0.32",
67-
"@vue/reactivity": "^3.2.37",
65+
"@antfu/eslint-config": "^0.43.1",
66+
"@types/node": "^17.0.45",
67+
"@vue/reactivity": "^3.5.27",
6868
"bumpp": "^8.2.1",
69-
"commitizen": "^4.2.4",
69+
"commitizen": "^4.3.1",
7070
"conventional-changelog-cli": "^2.2.2",
71-
"cz-git": "^1.3.5",
72-
"eslint": "^8.18.0",
73-
"esno": "^0.16.3",
74-
"lint-staged": "^13.0.2",
71+
"cz-git": "^1.12.0",
72+
"eslint": "^8.57.1",
73+
"esno": "^0.17.0",
74+
"lint-staged": "^13.3.0",
7575
"rimraf": "^3.0.2",
76-
"simple-git-hooks": "^2.8.0",
77-
"typescript": "^4.7.4",
78-
"unbuild": "^0.7.4",
79-
"vite": "^2.9.12",
80-
"vitest": "^0.15.2"
76+
"simple-git-hooks": "^2.13.1",
77+
"typescript": "^4.9.5",
78+
"unbuild": "^0.9.4",
79+
"vite": "^2.9.18",
80+
"vitest": "^0.34.6"
8181
},
8282
"simple-git-hooks": {
8383
"pre-commit": "npx --no-install lint-staged",

0 commit comments

Comments
 (0)