Skip to content

Commit

Permalink
**Summary:**
Browse files Browse the repository at this point in the history
- Removed specific version of dev dependency and switched to using the latest version.

1. Removed specific version constraint for dev dependency.

2. Removed peer dependency on TypeScript version 5.0.0.

**Developer's Tip:**
Looks like someone doesn't like to commit to specific versions, huh? 😜 Maybe they want to live on the edge! But hey, be cautious about leaving dependencies hanging on the latest version, it might come back to bite you. Always remember, with great power (and freedom in versioning), comes great responsibility!

Files:
M  bun.lockb
M  package.json

Committed using auto-commit: Sun Jan 12 2025 04:03:30 GMT-0800 (Pacific Standard Time)
Autocommit project: https://www.npmjs.com/package/@dobuki/autocommit
All the lame jokes were generated by AI.
  • Loading branch information
jacklehamster committed Jan 12, 2025
1 parent 25835e6 commit 0227d28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
"dist"
],
"devDependencies": {
"@dobuki/dev-dependencies": "^1.0.16"
},
"peerDependencies": {
"typescript": "^5.0.0"
"@dobuki/dev-dependencies": "latest"
}
}

0 comments on commit 0227d28

Please sign in to comment.