Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ This documentation contains a set of guidelines to help you with the pull reques
**Please ensure you adhere to every item in this list.**

- As a Contributor:

- [ ] The PR should have commits that follows the standards mentioned [here](.CONTRIBUTING.md)
- [ ] The PR should only be made against existing issues. If a certain issue does not exist; kindly open a thread in [**Discussion**](https://github.com/0xTheProDev/distributed-lock/discussions).
- [ ] For a corresponding issue, add either `Fixes #1234` or `Updates #1234`, where `1234` refers to that issue id.
Expand Down
Binary file modified bun.lockb
Binary file not shown.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,26 @@
"ioredis": "5.7.0"
},
"devDependencies": {
"@changesets/cli": "2.27.11",
"@swc/core": "1.10.9",
"@theprodev/eslint-config": "0.2.1",
"@changesets/cli": "2.29.6",
"@swc/core": "1.13.3",
"@theprodev/eslint-config": "0.3.0",
"@theprodev/prettier-config": "0.1.0",
"@theprodev/tsconfigs": "0.1.0",
"@theprodev/tsup-config": "0.3.2",
"@types/node": "22.10.10",
"@vitest/coverage-v8": "3.0.4",
"@theprodev/tsconfigs": "0.2.0",
"@theprodev/tsup-config": "0.4.0",
"@types/node": "24.3.0",
"@vitest/coverage-v8": "3.2.4",
"check-yarn-lock": "0.2.1",
"eslint": "9.18.0",
"eslint": "9.33.0",
"husky": "9.1.7",
"lint-staged": "15.4.2",
"prettier": "3.4.2",
"sort-package-json": "2.14.0",
"lint-staged": "16.1.5",
"prettier": "3.6.2",
"sort-package-json": "3.4.0",
"source-map-support": "0.5.21",
"tsup": "8.3.5",
"typescript": "5.7.3",
"unplugin-swc": "1.5.1",
"tsup": "8.5.0",
"typescript": "5.9.2",
"unplugin-swc": "1.5.6",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.0.4"
"vitest": "3.2.4"
},
"packageManager": "yarn@1.22.0",
"engines": {
Expand Down
Loading
Loading