Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Azarattum committed Jan 5, 2024
1 parent e9b414f commit f33c961
Show file tree
Hide file tree
Showing 21 changed files with 1,087 additions and 1,208 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"typescript.tsdk": "node_modules/typescript/lib"
}
10 changes: 5 additions & 5 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"libfun": "workspace:*",
"string-similarity-js": "^2.1.4",
"superstruct": "^1.0.3",
"ws": "^8.14.2"
"ws": "^8.16.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/fluent-ffmpeg": "^2.1.23",
"@types/ws": "^8.5.8",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/ws": "^8.5.10",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-node-externals": "^6.1.2",
"vite": "4.5.0",
"vite-node": "0.34.6"
"vite": "5.0.11",
"vite-node": "1.1.3"
}
}
8 changes: 3 additions & 5 deletions apps/core/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { mergeConfig, defineConfig } from "vite";
import base from "../../vite.node.js";

const config = defineConfig(
mergeConfig(base, {
export default defineConfig((env) =>
mergeConfig(base(env), {
build: {
outDir: "../../build",
lib: {
Expand All @@ -17,7 +17,5 @@ const config = defineConfig(
resolve: {
alias: { "./lib-cov/fluent-ffmpeg": "./lib/fluent-ffmpeg" },
},
})
}),
);

export default config;
4 changes: 2 additions & 2 deletions apps/ios/App/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use_frameworks!
install! 'cocoapods', :disable_input_output_paths => true

def capacitor_pods
pod 'Capacitor', :path => '../../../node_modules/.pnpm/@capacitor+ios@5.0.5_@capacitor+core@5.0.5/node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../../node_modules/.pnpm/@capacitor+ios@5.0.5_@capacitor+core@5.0.5/node_modules/@capacitor/ios'
pod 'Capacitor', :path => '../../../node_modules/.pnpm/@capacitor+ios@5.6.0_@capacitor+core@5.6.0/node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../../../node_modules/.pnpm/@capacitor+ios@5.6.0_@capacitor+core@5.6.0/node_modules/@capacitor/ios'

end

Expand Down
18 changes: 9 additions & 9 deletions apps/ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
PODS:
- Capacitor (5.0.5):
- Capacitor (5.6.0):
- CapacitorCordova
- CapacitorCordova (5.0.5)
- CapacitorCordova (5.6.0)

DEPENDENCIES:
- "Capacitor (from `../../../node_modules/.pnpm/@capacitor+ios@5.0.5_@capacitor+core@5.0.5/node_modules/@capacitor/ios`)"
- "CapacitorCordova (from `../../../node_modules/.pnpm/@capacitor+ios@5.0.5_@capacitor+core@5.0.5/node_modules/@capacitor/ios`)"
- "Capacitor (from `../../../node_modules/.pnpm/@capacitor+ios@5.6.0_@capacitor+core@5.6.0/node_modules/@capacitor/ios`)"
- "CapacitorCordova (from `../../../node_modules/.pnpm/@capacitor+ios@5.6.0_@capacitor+core@5.6.0/node_modules/@capacitor/ios`)"

EXTERNAL SOURCES:
Capacitor:
:path: "../../../node_modules/.pnpm/@capacitor+ios@5.0.5_@capacitor+core@5.0.5/node_modules/@capacitor/ios"
:path: "../../../node_modules/.pnpm/@capacitor+ios@5.6.0_@capacitor+core@5.6.0/node_modules/@capacitor/ios"
CapacitorCordova:
:path: "../../../node_modules/.pnpm/@capacitor+ios@5.0.5_@capacitor+core@5.0.5/node_modules/@capacitor/ios"
:path: "../../../node_modules/.pnpm/@capacitor+ios@5.6.0_@capacitor+core@5.6.0/node_modules/@capacitor/ios"

SPEC CHECKSUMS:
Capacitor: b1248915663add1bd6567e2b67c1c1fa3abcf5e8
CapacitorCordova: f8c06b897c74ee8f7701fe10e6443b40822bc83a
Capacitor: ebfc16cdb8116d04c101686b080342872da42d43
CapacitorCordova: 931b48fcdbc9bc985fc2f16cec9f77c794a27729

PODFILE CHECKSUM: 44099274a49b8dd492db04b0c3d551330877fbd0
PODFILE CHECKSUM: fdc5e8e7f7652890ed000814e11ebadb5cd57656

COCOAPODS: 1.12.1
4 changes: 2 additions & 2 deletions apps/ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"keywords": [],
"dependencies": {
"@capacitor/ios": "^5.5.1"
"@capacitor/ios": "^5.6.0"
},
"devDependencies": {
"@capacitor/cli": "^5.5.1"
"@capacitor/cli": "^5.6.0"
}
}
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"@amadeus-music/protocol": "workspace:*",
"@amadeus-music/ui": "workspace:*",
"@amadeus-music/util": "workspace:*",
"@trpc/client": "^10.43.1",
"@trpc/server": "^10.43.1"
"@trpc/client": "^10.45.0",
"@trpc/server": "^10.45.0"
},
"devDependencies": {
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/adapter-static": "3.0.1",
"crstore": "^0.19.3",
"murmurhash": "^2.0.1"
}
Expand Down
5 changes: 3 additions & 2 deletions apps/web/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { vitePreprocess } from "@sveltejs/kit/vite";
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
import adapter from "@sveltejs/adapter-static";
import { platform } from "os";

Expand All @@ -20,7 +20,8 @@ const config = {
},
vitePlugin: {
inspector: {
toggleKeyCombo: platform() === "darwin" ? "meta-shift-x" : "control-shift-x",
toggleKeyCombo:
platform() === "darwin" ? "meta-shift-x" : "control-shift-x",
},
},
};
Expand Down
49 changes: 25 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,37 @@
"test": "turbo run test --parallel --no-daemon"
},
"devDependencies": {
"@sveltejs/kit": "1.27.3",
"@types/node": "20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitest/coverage-v8": "^0.34.6",
"@sveltejs/kit": "2.0.6",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitest/coverage-v8": "^1.1.3",
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.34.1",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"prettier-plugin-sort-imports": "^1.7.2",
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"cssnano": "^6.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"postcss": "^8.4.33",
"postcss-import": "^16.0.0",
"prettier": "^3.1.1",
"prettier-plugin-sort-imports": "^1.8.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.10",
"rimraf": "^5.0.5",
"rollup": "^4.3.0",
"rollup": "^4.9.3",
"rollup-plugin-node-externals": "^6.1.2",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"tailwindcss": "^3.3.5",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"tailwindcss": "^3.4.0",
"tailwindcss-contain": "^0.1.1",
"tslib": "^2.6.2",
"turbo": "^1.10.16",
"typescript": "^5.2.2",
"vite": "4.5.0",
"vitest": "0.34.6"
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"vite": "5.0.11",
"vitest": "1.1.3"
},
"dependencies": {
"@capacitor/core": "^5.5.1"
"@capacitor/core": "^5.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"dependencies": {
"@amadeus-music/util": "workspace:*",
"tailwind-merge": "^2.0.0"
"tailwind-merge": "^2.2.0"
}
}
5 changes: 3 additions & 2 deletions packages/ui/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { vitePreprocess } from "@sveltejs/kit/vite";
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
import { platform } from "os";

/** @type {import('@sveltejs/kit').Config} */
Expand All @@ -18,7 +18,8 @@ const config = {
},
vitePlugin: {
inspector: {
toggleKeyCombo: platform() === "darwin" ? "meta-shift-x" : "control-shift-x",
toggleKeyCombo:
platform() === "darwin" ? "meta-shift-x" : "control-shift-x",
},
},
};
Expand Down
2 changes: 1 addition & 1 deletion plugins/audd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@amadeus-music/core": "workspace:*"
},
"devDependencies": {
"vite": "4.5.0"
"vite": "5.0.11"
}
}
2 changes: 1 addition & 1 deletion plugins/feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@amadeus-music/util": "workspace:*"
},
"devDependencies": {
"vite": "4.5.0"
"vite": "5.0.11"
}
}
2 changes: 1 addition & 1 deletion plugins/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@amadeus-music/crdata": "workspace:*"
},
"devDependencies": {
"vite": "4.5.0"
"vite": "5.0.11"
}
}
2 changes: 1 addition & 1 deletion plugins/telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"crstore": "^0.19.3"
},
"devDependencies": {
"vite": "4.5.0"
"vite": "5.0.11"
}
}
4 changes: 2 additions & 2 deletions plugins/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"dependencies": {
"@amadeus-music/core": "workspace:*",
"@amadeus-music/protocol": "workspace:*",
"@trpc/server": "^10.43.1",
"@trpc/server": "^10.45.0",
"superstruct": "^1.0.3"
},
"devDependencies": {
"vite": "4.5.0"
"vite": "5.0.11"
}
}
4 changes: 2 additions & 2 deletions plugins/vk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@amadeus-music/core": "workspace:*",
"@amadeus-music/protocol": "workspace:*",
"jpeg-js": "^0.4.4",
"onnxruntime-web": "^1.16.1"
"onnxruntime-web": "^1.16.3"
},
"devDependencies": {
"vite": "4.5.0"
"vite": "5.0.11"
}
}
2 changes: 1 addition & 1 deletion plugins/yandex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@amadeus-music/core": "workspace:*"
},
"devDependencies": {
"vite": "4.5.0"
"vite": "5.0.11"
}
}
4 changes: 2 additions & 2 deletions plugins/youtube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"dependencies": {
"@amadeus-music/core": "workspace:*",
"youtubei.js": "^7.0.0"
"youtubei.js": "^8.1.0"
},
"devDependencies": {
"vite": "4.5.0"
"vite": "5.0.11"
}
}
Loading

0 comments on commit f33c961

Please sign in to comment.