Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 2c4c402 commit 4503fa6
Show file tree
Hide file tree
Showing 7 changed files with 771 additions and 796 deletions.
10 changes: 5 additions & 5 deletions apps/telegram-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@
},
"devDependencies": {
"@chat-game/eslint": "workspace:*",
"@iconify-json/lucide": "^1.2.21",
"@iconify-json/lucide": "^1.2.23",
"@iconify/vue": "^4.3.0",
"@tailwindcss/vite": "4.0.0-beta.8",
"@tailwindcss/vite": "4.0.0-beta.9",
"@tsconfig/node22": "^22.0.0",
"@types/node": "*",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"@vueuse/core": "^12.3.0",
"tailwindcss": "4.0.0-beta.8",
"@vueuse/core": "^12.4.0",
"tailwindcss": "4.0.0-beta.9",
"typescript": "*",
"unplugin-auto-import": "^19.0.0",
"unplugin-icons": "^22.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.7",
"vite-plugin-terminal": "^1.2.0",
"vite-plugin-vue-devtools": "^7.6.8",
"vite-plugin-vue-devtools": "^7.7.0",
"vue-tsc": "^2.2.0"
}
}
18 changes: 9 additions & 9 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@chat-game/types": "workspace:*",
"@number-flow/vue": "^0.4.3",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^6.1.0",
"@prisma/client": "^6.2.1",
"@telegram-apps/init-data-node": "^1.2.2",
"@twurple/api": "^7.2.1",
"@twurple/auth": "^7.2.1",
Expand All @@ -35,22 +35,22 @@
"devDependencies": {
"@chat-game/eslint": "workspace:*",
"@d-fischer/typed-event-emitter": "^3.3.3",
"@iconify-json/lucide": "^1.2.21",
"@iconify-json/simple-icons": "^1.2.18",
"@iconify-json/lucide": "^1.2.23",
"@iconify-json/simple-icons": "^1.2.20",
"@nuxt/devtools": "^1.7.0",
"@nuxt/fonts": "^0.10.3",
"@nuxt/icon": "^1.10.3",
"@nuxt/kit": "^3.15.1",
"@nuxt/kit": "^3.15.2",
"@nuxtjs/i18n": "^9.1.1",
"@tailwindcss/vite": "4.0.0-beta.9",
"@types/howler": "^2.2.12",
"@types/node": "*",
"@vueuse/components": "^12.3.0",
"@vueuse/core": "^12.3.0",
"@vueuse/nuxt": "^12.3.0",
"nuxt": "^3.15.1",
"@vueuse/components": "^12.4.0",
"@vueuse/core": "^12.4.0",
"@vueuse/nuxt": "^12.4.0",
"nuxt": "^3.15.2",
"nuxt-auth-utils": "^0.5.7",
"prisma": "^6.1.0",
"prisma": "^6.2.1",
"tailwindcss": "4.0.0-beta.9",
"vue-tsc": "^2.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion docker/telegram-game/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.12.0-alpine as builder
FROM node:22.13.0-alpine as builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/website/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.12.0-alpine AS base
FROM node:22.13.0-alpine AS base

# Install dependencies and build
FROM base AS builder
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chat-game/space",
"private": true,
"packageManager": "pnpm@9.15.3",
"packageManager": "pnpm@9.15.4",
"pnpm": {
"supportedArchitectures": {
"os": [
Expand All @@ -17,7 +17,7 @@
},
"engines": {
"node": ">=20.18.1",
"pnpm": ">=9.15.3"
"pnpm": ">=9.15.4"
},
"description": "Chat Game for Twitch",
"author": "Nick Kosarev <hmbanan666@hotmail.com>",
Expand Down Expand Up @@ -57,14 +57,14 @@
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"dotenv-cli": "^8.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"semantic-release": "^24.2.1",
"semantic-release-monorepo": "^8.0.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"lint-staged": {
"*.ts": "pnpm run lint"
Expand Down
2 changes: 1 addition & 1 deletion packages/game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@chat-game/types": "workspace:*",
"@paralleldrive/cuid2": "^2.2.2",
"@vueuse/core": "^12.3.0",
"@vueuse/core": "^12.4.0",
"pixi.js": "^8.6.6"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 4503fa6

Please sign in to comment.