Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 15, 2024
1 parent 8b0ec41 commit 66c3fa8
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 179 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.1
20.12.2
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lib-name",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@8.15.7",
"description": "lib-description",
"author": "alexzhang1030",
"license": "MIT",
Expand Down Expand Up @@ -33,15 +33,15 @@
"release": "vitest run && bumpp --commit \"chore: release v%s\" --push --tag && pnpm publish"
},
"devDependencies": {
"@antfu/eslint-config": "^2.12.2",
"@antfu/eslint-config": "^2.13.3",
"bumpp": "^9.4.0",
"eslint": "npm:eslint-ts-patch@8.56.0-0",
"eslint-ts-patch": "8.56.0-0",
"lint-staged": "^15.2.2",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.0.2",
"typescript": "^5.4.4",
"vitest": "^1.4.0"
"typescript": "^5.4.5",
"vitest": "^1.5.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down

0 comments on commit 66c3fa8

Please sign in to comment.