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 16, 2024
1 parent d928ac1 commit ab27663
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 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].1",
"packageManager": "[email protected].3",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -17,9 +17,9 @@
"devDependencies": {
"eslint": "8.56.0",
"eslint-config-tidal": "3.2.0",
"eslint-plugin-disable-autofix": "4.1.0",
"eslint-plugin-jsdoc": "48.0.6",
"typedoc": "0.25.2"
"eslint-plugin-disable-autofix": "4.2.0",
"eslint-plugin-jsdoc": "48.1.0",
"typedoc": "0.25.8"
},
"engines": {
"node": ">=20.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@vitest/coverage-v8": "1.2.2",
"@vitest/ui": "1.2.2",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite": "5.1.3",
"vite-plugin-dts": "3.7.2",
"vitest": "1.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@vitest/coverage-v8": "1.2.2",
"@vitest/ui": "1.2.2",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite": "5.1.3",
"vite-plugin-dts": "3.7.2",
"vitest": "1.2.2"
}
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 @@ -40,7 +40,7 @@
"@vitest/web-worker": "1.2.2",
"happy-dom": "13.3.8",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite": "5.1.3",
"vite-plugin-dts": "3.7.2",
"vitest": "1.2.2",
"xml-js": "1.6.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/player-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@vitest/coverage-v8": "1.2.2",
"@vitest/ui": "1.2.2",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite": "5.1.3",
"vite-plugin-dts": "3.7.2",
"vitest": "1.2.2"
}
Expand Down
44 changes: 22 additions & 22 deletions packages/player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,36 +46,36 @@
}
],
"devDependencies": {
"@babel/preset-env": "7.21.4",
"@babel/preset-typescript": "7.21.4",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "25.0.0",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-replace": "5.0.2",
"@rollup/plugin-terser": "0.4.1",
"@rollup/plugin-typescript": "11.1.0",
"@babel/preset-env": "7.23.9",
"@babel/preset-typescript": "7.23.3",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@tidal-music/auth": "workspace:^",
"@tidal-music/common": "workspace:^",
"@tidal-music/true-time": "workspace:^",
"@types/js-levenshtein": "1.1.1",
"@types/mocha": "10.0.2",
"@types/node": "20.4.5",
"@types/sinon": "17.0.0",
"@web/dev-server-esbuild": "1.0.0",
"@web/dev-server-rollup": "0.6.0",
"@types/js-levenshtein": "1.1.3",
"@types/mocha": "10.0.6",
"@types/node": "20.11.19",
"@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.0.3",
"cypress": "13.6.3",
"chai": "5.1.0",
"cypress": "13.6.4",
"esbuild": "0.20.0",
"idb-keyval": "6.2.1",
"js-levenshtein": "1.1.6",
"mux.js": "6.2.0",
"rollup": "4.0.0",
"shaka-player": "4.7.4",
"sinon": "17.0.0",
"typescript": "5.2.2",
"vite": "5.0.12",
"mux.js": "6.3.0",
"rollup": "4.12.0",
"shaka-player": "4.7.9",
"sinon": "17.0.1",
"typescript": "5.3.3",
"vite": "5.1.3",
"vite-plugin-dts": "3.7.2",
"vitest": "1.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vitest/coverage-v8": "1.2.2",
"@vitest/ui": "1.2.2",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite": "5.1.3",
"vite-plugin-dts": "3.7.2",
"vitest": "1.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/true-time/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vitest/coverage-v8": "1.2.2",
"@vitest/ui": "1.2.2",
"typescript": "5.3.3",
"vite": "5.0.12",
"vite": "5.1.3",
"vite-plugin-dts": "3.7.2",
"vitest": "1.2.2"
},
Expand Down

0 comments on commit ab27663

Please sign in to comment.