Skip to content

Commit

Permalink
Update Npm non-major dependencies (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent aef02b9 commit 9e23715
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tidal-music/tidal-sdk-web",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/event-producer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@vitest/coverage-v8": "1.2.2",
"@vitest/ui": "1.2.2",
"@vitest/web-worker": "1.2.2",
"happy-dom": "13.3.1",
"happy-dom": "13.3.8",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite-plugin-dts": "3.7.2",
Expand All @@ -50,6 +50,6 @@
"@tidal-music/event-producer": "workspace:*",
"@tidal-music/true-time": "workspace:^",
"localforage": "1.10.0",
"nanoid": "5.0.4"
"nanoid": "5.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"bowser": "^2.11.0",
"chai": "^5.0.3",
"cypress": "^13.6.3",
"esbuild": "^0.19.0",
"esbuild": "^0.20.0",
"idb-keyval": "^6.2.1",
"js-levenshtein": "^1.1.6",
"mux.js": "^6.2.0",
Expand Down
Loading

0 comments on commit 9e23715

Please sign in to comment.