Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Sep 13, 2023
1 parent a7f1bd0 commit 2ec187a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

## [Unreleased]
### Changed

## [v2.1.1] 13-09-2023
### Changed
- chore: added Biome for formatting and linting
- chore: replaced Tap by Node test
- chore: removed tap
- chore: removed node-fetch
- Updated dependencies
- ajv ^8.11.0 → ^8.12.0
- c8 ^7.12.0 → ^7.14.0
- c8 ^7.12.0 → ^8.0.1

## [v2.1.0] 14-10-2022
### Changed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"author": "Hans Klunder",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.0.0",
"c8": "^8.0.0"
"@biomejs/biome": "^1.1.2",
"c8": "^8.0.1"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 2ec187a

Please sign in to comment.