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 Nov 25, 2024
1 parent ad5e031 commit dfdbc13
Show file tree
Hide file tree
Showing 10 changed files with 260 additions and 261 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": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"openapi-typescript": "7.4.3",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0",
"vite-plugin-top-level-await": "1.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.5"
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/ui": "2.1.5",
"@vitest/web-worker": "2.1.5",
"happy-dom": "15.11.6",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0",
"vite-plugin-top-level-await": "1.4.4",
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 @@ -42,7 +42,7 @@
"@tidal-music/player": "workspace:^",
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.5"
Expand Down
10 changes: 5 additions & 5 deletions packages/player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,21 @@
"@tidal-music/true-time": "workspace:^",
"@types/chai": "5.0.1",
"@types/js-levenshtein": "1.1.3",
"@types/mocha": "10.0.9",
"@types/node": "22.9.0",
"@types/mocha": "10.0.10",
"@types/node": "22.9.4",
"@types/sinon": "17.0.3",
"@web/dev-server-esbuild": "1.0.3",
"@web/dev-server-rollup": "0.6.4",
"@web/test-runner": "0.19.0",
"bowser": "2.11.0",
"chai": "5.1.2",
"cypress": "13.15.2",
"cypress": "13.16.0",
"esbuild": "0.24.0",
"js-levenshtein": "1.1.6",
"rollup": "4.27.2",
"rollup": "4.27.4",
"shaka-player": "4.11.2",
"sinon": "19.0.2",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0",
"vite-plugin-package-version": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.5"
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 @@ -22,7 +22,7 @@
"devDependencies": {
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.5"
Expand Down
Loading

0 comments on commit dfdbc13

Please sign in to comment.