Skip to content

Commit 969bb9a

Browse files
authoredDec 4, 2023
chore(deps): update all non-major dependencies
1 parent ef49f5b commit 969bb9a

File tree

3 files changed

+756
-281
lines changed

3 files changed

+756
-281
lines changed
 

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Set up pnpm
22-
uses: pnpm/action-setup@v2.2.2
22+
uses: pnpm/action-setup@v2.4.0
2323
with:
2424
version: 7.5.2
2525

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"lint": "eslint ."
2424
},
2525
"devDependencies": {
26-
"@curev/eslint-config": "^0.2.1",
26+
"@curev/eslint-config": "^0.2.2",
2727
"bumpp": "^9.2.0",
28-
"eslint": "^8.51.0",
29-
"typescript": "^5.2.2",
30-
"vitest": "^1.0.0-beta.1"
28+
"eslint": "^8.55.0",
29+
"typescript": "^5.3.2",
30+
"vitest": "^1.0.0"
3131
}
3232
}

0 commit comments

Comments
 (0)