Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Dec 27, 2023
1 parent 4ec9e72 commit 99b4220
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 457 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

- 2023-12-27 - v1.2.1
- chore: update dependencies
- refact: remove `uuid` dependency

- 2023-12-18 - v1.2.0
- refact: optimize linter util to work with Yarn `>=v4`
- chore: upgrade default NodeJS version to `v20`
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swrlab/utils",
"version": "1.2.0",
"version": "1.2.1",
"description": "Wrapping common SWR Audio Lab utils",
"main": "./index.js",
"engines": {
Expand All @@ -18,17 +18,17 @@
"lint": "eslint .",
"test": "mocha tests/**.js -r dotenv/config",
"outdated": "yarn upgrade-interactive",
"reinstall": "rm -rf node_modules && rm yarn.lock && yarn"
"reinstall": "rm -rf node_modules && rm yarn.lock && touch yarn.lock && yarn"
},
"author": "SWR Audio Lab <[email protected]>",
"license": "MIT",
"dependencies": {
"@google-cloud/storage": "^6.12.0",
"@google-cloud/storage": "^7.7.0",
"abort-controller": "^3.0.0",
"aws-sdk": "2.1520.0",
"aws-sdk": "2.1525.0",
"luxon": "3.4.4",
"node-crc": "swrlab/node-crc#v2.1.0",
"undici": "6.0.1"
"undici": "6.2.1"
},
"devDependencies": {
"@swrlab/eslint-plugin-swr": "^0.3.0",
Expand Down
Loading

0 comments on commit 99b4220

Please sign in to comment.