Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#37)
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 29, 2024
1 parent 17a2b08 commit 364f47b
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 140 deletions.
6 changes: 3 additions & 3 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@9.0.5",
"packageManager": "pnpm@9.0.6",
"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.15.0",
"@antfu/eslint-config": "^2.16.0",
"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.5",
"vitest": "^1.5.0"
"vitest": "^1.5.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down

0 comments on commit 364f47b

Please sign in to comment.