Skip to content

Commit

Permalink
Update Npm non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 25, 2024
1 parent bec2630 commit a30a089
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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].3",
"packageManager": "[email protected].4",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -15,10 +15,10 @@
"typecheck": "pnpm -r typecheck"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-tidal": "3.2.0",
"eslint-plugin-disable-autofix": "4.2.0",
"eslint-plugin-jsdoc": "48.1.0",
"eslint-plugin-jsdoc": "48.2.0",
"typedoc": "0.25.8"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1",
"@vitest/ui": "1.3.1",
"@vitest/web-worker": "1.3.1",
"happy-dom": "13.3.8",
"happy-dom": "13.6.0",
"typescript": "5.3.3",
"vite": "5.1.4",
"vite-plugin-dts": "3.7.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,20 @@
"@tidal-music/true-time": "workspace:^",
"@types/js-levenshtein": "1.1.3",
"@types/mocha": "10.0.6",
"@types/node": "20.11.19",
"@types/node": "20.11.20",
"@types/sinon": "17.0.3",
"@web/dev-server-esbuild": "1.0.2",
"@web/dev-server-rollup": "0.6.1",
"@web/test-runner": "0.18.0",
"bowser": "2.11.0",
"chai": "5.1.0",
"cypress": "13.6.5",
"cypress": "13.6.6",
"esbuild": "0.20.1",
"idb-keyval": "6.2.1",
"js-levenshtein": "1.1.6",
"mux.js": "6.3.0",
"rollup": "4.12.0",
"shaka-player": "4.7.9",
"shaka-player": "4.7.10",
"sinon": "17.0.1",
"typescript": "5.3.3",
"vite": "5.1.4",
Expand Down

0 comments on commit a30a089

Please sign in to comment.