Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Nov 21, 2024
1 parent f3908fb commit 49d75ee
Show file tree
Hide file tree
Showing 10 changed files with 1,028 additions and 1,127 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/iron
lts/jod
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Previous changelog before 4.0.605 may not be noted here.

## [6.3.932] - 2024-11-21

- chore: bump deps

## [6.3.931] - 2024-10-05

- fix: turborepo env issues
Expand Down
14 changes: 7 additions & 7 deletions apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
},
"devDependencies": {
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@waifu-bot/config": "workspace:*",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"dependencies": {
"@cocoa-discord/music-module": "^3.0.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"@discordjs/voice": "^0.18.0",
"@waifu-bot/auth": "workspace:*",
"@waifu-bot/constants": "workspace:*",
"@waifu-bot/database": "workspace:*",
"chalk": "^5.3.0",
"cocoa-discord": "^3.2.0",
"discord.js": "^14.16.3",
"fastify": "^5.0.0",
"fastify": "^5.1.0",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.15",
"tslib": "^2.7.0",
"uuid": "^10.0.0",
"tslib": "^2.8.1",
"uuid": "^11.0.3",
"zod": "^3.23.8"
}
}
36 changes: 18 additions & 18 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,36 @@
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-node": "^5.2.5",
"@sveltejs/kit": "^2.6.1",
"@sveltejs/adapter-node": "^5.2.9",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jsonwebtoken": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@urami/core": "^1.2.3",
"@urami/svelte": "^1.1.1",
"@urami/types": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@urami/core": "^1.3.0",
"@urami/svelte": "^1.2.0",
"@urami/types": "^1.1.0",
"@waifu-bot/constants": "workspace:*",
"autoprefixer": "^10.4.20",
"discord-api-types": "^0.37.101",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",
"eslint-plugin-svelte": "^2.46.0",
"jsonwebtoken": "^9.0.2",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "^1.79.4",
"prettier-plugin-svelte": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass": "^1.81.0",
"svelte": "^4.2.19",
"svelte-bootstrap-icons": "^3.1.1",
"svelte-check": "^4.0.4",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"svelte-check": "^4.0.9",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vitest": "^2.1.5",
"zod": "^3.23.8"
},
"dependencies": {
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"packages/*"
],
"engines": {
"node": "^20.8",
"node": "^22.11",
"pnpm": "^9"
},
"packageManager": "pnpm@9.12.0",
"packageManager": "pnpm@9.14.2",
"scripts": {
"clean": "rm -rf node_modules {apps,packages}/*/{.turbo,build,dist,node_modules,.svelte-kit}",
"build": "dotenv -v FORCE_COLOR=2 -- turbo run build --env-mode=loose",
Expand All @@ -28,22 +28,22 @@
"@leomotors/config": "^0.11.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint": "^8.56.12",
"@types/node": "^20.16.10",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@types/node": "^22.9.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.2"
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.6.3"
},
"dependencies": {
"dotenv-cli": "^7.4.2",
"turbo": "^2.1.3"
"dotenv-cli": "^7.4.3",
"turbo": "^2.3.1"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@waifu-bot/config": "workspace:*",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"dependencies": {
"zod": "^3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@waifu-bot/config": "workspace:*",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
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.3.931";
export const AppVersion = "6.3.932";

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

Expand Down
8 changes: 4 additions & 4 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.20.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
"prisma": "^5.22.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@prisma/client": "^5.20.0"
"@prisma/client": "^5.22.0"
}
}
Loading

0 comments on commit 49d75ee

Please sign in to comment.