Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 6, 2024
1 parent 364f47b commit 17d102d
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 126 deletions.
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@9.0.6",
"packageManager": "pnpm@9.1.0",
"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.16.0",
"bumpp": "^9.4.0",
"@antfu/eslint-config": "^2.16.1",
"bumpp": "^9.4.1",
"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.2"
"vitest": "^1.6.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down

0 comments on commit 17d102d

Please sign in to comment.