Skip to content

Commit da0b148

Browse files
authoredJan 17, 2024
chore(deps): update all non-major dependencies
1 parent ef49f5b commit da0b148

File tree

3 files changed

+685
-331
lines changed

3 files changed

+685
-331
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

+5-5
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",
27-
"bumpp": "^9.2.0",
28-
"eslint": "^8.51.0",
29-
"typescript": "^5.2.2",
30-
"vitest": "^1.0.0-beta.1"
26+
"@curev/eslint-config": "^0.2.2",
27+
"bumpp": "^9.3.0",
28+
"eslint": "^8.56.0",
29+
"typescript": "^5.3.3",
30+
"vitest": "^1.2.0"
3131
}
3232
}

0 commit comments

Comments
 (0)