Skip to content

Commit

Permalink
fix: encoding lib
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Feb 29, 2024
1 parent 005b582 commit a232ad6
Show file tree
Hide file tree
Showing 7 changed files with 953 additions and 769 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Previous changelog before 4.0.605 may not be noted here.

## [6.1.902] - 2023-02-29

- chore: bump deps
- fix: change voice encoder to make it works in docker

## [6.1.901] - 2023-02-04

- fix: correct sveltekit handler for urami
Expand Down
8 changes: 4 additions & 4 deletions apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@waifu-bot/config": "workspace:*",
"typescript": "5.3.3"
},
Expand All @@ -28,9 +28,9 @@
"chalk": "5.3.0",
"cocoa-discord": "3.1.0",
"discord.js": "14.14.1",
"fastify": "4.26.0",
"fastify": "4.26.1",
"ffmpeg-static": "5.2.0",
"sodium-native": "4.0.6",
"libsodium-wrappers": "0.7.13",
"tslib": "2.6.2",
"uuid": "9.0.1",
"zod": "3.22.4"
Expand Down
24 changes: 12 additions & 12 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,35 @@
},
"devDependencies": {
"@sveltejs/adapter-node": "4.0.1",
"@sveltejs/kit": "2.5.0",
"@sveltejs/kit": "2.5.2",
"@sveltejs/vite-plugin-svelte": "3.0.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/jsonwebtoken": "9.0.5",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@types/jsonwebtoken": "9.0.6",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@urami/core": "1.2.3",
"@urami/svelte": "1.1.1",
"@urami/types": "1.0.1",
"@waifu-bot/constants": "workspace:*",
"autoprefixer": "10.4.17",
"discord-api-types": "0.37.67",
"eslint": "8.56.0",
"discord-api-types": "0.37.71",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.35.1",
"jsonwebtoken": "9.0.2",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.1.2",
"prettier-plugin-svelte": "3.2.2",
"prettier-plugin-tailwindcss": "0.5.11",
"sass": "1.70.0",
"svelte": "4.2.9",
"sass": "1.71.1",
"svelte": "4.2.12",
"svelte-bootstrap-icons": "3.1.1",
"svelte-check": "3.6.3",
"svelte-check": "3.6.6",
"tailwind-merge": "2.2.1",
"tailwindcss": "3.4.1",
"tslib": "2.6.2",
"typescript": "5.3.3",
"vite": "5.0.12",
"vitest": "1.2.2",
"vite": "5.1.4",
"vitest": "1.3.1",
"zod": "3.22.4"
},
"dependencies": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node": "^20.8",
"pnpm": "^8.9"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].4",
"scripts": {
"clean": "rm -rf node_modules {apps,packages}/*/{.turbo,build,dist,node_modules,.svelte-kit}",
"build": "dotenv -v FORCE_COLOR=2 turbo run build",
Expand All @@ -27,11 +27,11 @@
"devDependencies": {
"@leomotors/config": "0.11.0",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/eslint": "8.56.2",
"@types/node": "20.11.16",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"eslint": "8.56.0",
"@types/eslint": "8.56.5",
"@types/node": "20.11.24",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
Expand All @@ -44,6 +44,6 @@
},
"dependencies": {
"dotenv-cli": "7.3.0",
"turbo": "1.12.2"
"turbo": "1.12.4"
}
}
2 changes: 1 addition & 1 deletion packages/constants/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// * Data such as App Version and other "constants"
// * will be in this package

export const AppVersion = "6.1.901";
export const AppVersion = "6.1.902";

export const YoutubeURLPrefix = "https://www.youtube.com/watch?v=";

Expand Down
6 changes: 3 additions & 3 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
},
"devDependencies": {
"@waifu-bot/config": "workspace:*",
"prisma": "5.9.1",
"tsx": "4.7.0",
"prisma": "5.10.2",
"tsx": "4.7.1",
"typescript": "5.3.3"
},
"dependencies": {
"@prisma/client": "5.9.1"
"@prisma/client": "5.10.2"
}
}
Loading

0 comments on commit a232ad6

Please sign in to comment.