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
3 changes: 3 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,13 @@ If you want to submit a pull request to fix an issue or add a feature, here's a
git add path-to-changed-file
```
8. Commit your changes to store the contents you added to the index along with a descriptive message by running a command similar to the following:

```shell
cz commit
```

- See [Conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for more information on the commit message formats.

9. Push the changes to the remote repository by running a command similar to the following:
```shell
git push origin my-branch-name-here
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
}
},
"devDependencies": {
"@types/node": "^22.15.21",
"@types/node": "^24.10.0",
"borc": "^3.0.0",
"cbor-x": "^1.6.0",
"prettier": "^3.5.3",
"prettier": "^3.6.2",
"simple-cbor": "^0.4.1",
"tsdoc-markdown": "^1.2.0",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-checker": "^0.9.3",
"vitest": "3.1.4"
"tsdoc-markdown": "^1.4.1",
"typescript": "^5.9.3",
"vite": "^7.2.2",
"vite-plugin-checker": "^0.11.0",
"vitest": "4.0.8"
}
}
Loading