Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Nov 18, 2024
1 parent 5d236c0 commit d94e8fd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4,375 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ by [**SWR Audio Lab**](https://lab.swr.de/)

## Changelog

- 2024-11-18 - v2.0.3

- chore: update dependencies

- 2024-10-24 - v2.0.2

- chore: fix node-crc dependency
Expand Down
Binary file added bun.lockb
Binary file not shown.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swrlab/utils",
"version": "2.0.2",
"version": "2.0.3",
"description": "Wrapping common SWR Audio Lab utils",
"repository": {
"type": "git",
Expand All @@ -18,24 +18,23 @@
"reinstall": "rm -rf node_modules && rm yarn.lock && touch yarn.lock && yarn"
},
"dependencies": {
"@google-cloud/storage": "^7.13.0",
"@google-cloud/storage": "^7.14.0",
"abort-controller": "^3.0.0",
"luxon": "3.5.0",
"node-crc": "https://github.com/swrlab/node-crc#v2.1.0",
"undici": "6.20.1"
"undici": "6.21.0"
},
"devDependencies": {
"@swrlab/style-guide": "https://github.com/swrlab/style-guide.git",
"@swrlab/style-guide": "^1.0.3",
"chai": "4.4.1",
"dotenv": "^16.4.5",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-plugin-json": "^4.0.1",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"prettier": "^3.3.3"
},
"engines": {
"node": ">=20"
},
"packageManager": "[email protected]",
"prettier": "@swrlab/style-guide/prettier"
}
Loading

0 comments on commit d94e8fd

Please sign in to comment.