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 Feb 7, 2025
1 parent aae1c7f commit 6d736cf
Show file tree
Hide file tree
Showing 7 changed files with 1,060 additions and 1,018 deletions.
8 changes: 4 additions & 4 deletions apps/telegram-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
"@chat-game/eslint": "workspace:*",
"@iconify-json/lucide": "^1.2.25",
"@iconify/vue": "^4.3.0",
"@tailwindcss/vite": "^4.0.1",
"@tailwindcss/vite": "^4.0.4",
"@tsconfig/node22": "^22.0.0",
"@types/node": "*",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"@vueuse/core": "^12.5.0",
"eruda": "^3.4.1",
"tailwindcss": "^4.0.1",
"tailwindcss": "^4.0.4",
"typescript": "*",
"unplugin-auto-import": "^19.0.0",
"unplugin-icons": "^22.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.11",
"vite": "^6.1.0",
"vite-plugin-terminal": "^1.2.0",
"vite-plugin-vue-devtools": "^7.7.0",
"vite-plugin-vue-devtools": "^7.7.1",
"vue-tsc": "^2.2.0"
}
}
28 changes: 14 additions & 14 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,39 +20,39 @@
"@chat-game/types": "workspace:*",
"@number-flow/vue": "^0.4.3",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^6.2.1",
"@prisma/client": "^6.3.1",
"@telegram-apps/init-data-node": "^1.2.2",
"@twurple/api": "^7.2.1",
"@twurple/auth": "^7.2.1",
"@twurple/chat": "^7.2.1",
"@twurple/easy-bot": "^7.2.1",
"@twurple/eventsub-ws": "^7.2.1",
"@twurple/pubsub": "^7.2.1",
"grammy": "^1.34.0",
"grammy": "^1.34.1",
"howler": "^2.2.4",
"ioredis": "^5.4.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@chat-game/eslint": "workspace:*",
"@d-fischer/typed-event-emitter": "^3.3.3",
"@iconify-json/lucide": "^1.2.23",
"@iconify-json/simple-icons": "^1.2.20",
"@iconify-json/lucide": "^1.2.25",
"@iconify-json/simple-icons": "^1.2.23",
"@nuxt/devtools": "^1.7.0",
"@nuxt/fonts": "^0.10.3",
"@nuxt/icon": "^1.10.3",
"@nuxt/kit": "^3.15.2",
"@nuxtjs/i18n": "^9.1.1",
"@tailwindcss/vite": "^4.0.0",
"@nuxt/kit": "^3.15.4",
"@nuxtjs/i18n": "^9.2.0",
"@tailwindcss/vite": "^4.0.4",
"@types/howler": "^2.2.12",
"@types/node": "*",
"@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.2.1",
"tailwindcss": "^4.0.0",
"@vueuse/components": "^12.5.0",
"@vueuse/core": "^12.5.0",
"@vueuse/nuxt": "^12.5.0",
"nuxt": "^3.15.4",
"nuxt-auth-utils": "^0.5.14",
"prisma": "^6.3.1",
"tailwindcss": "^4.0.4",
"vue-tsc": "^2.2.0"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chat-game/space",
"private": true,
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"pnpm": {
"supportedArchitectures": {
"os": [
Expand All @@ -16,8 +16,8 @@
}
},
"engines": {
"node": ">=20.18.1",
"pnpm": ">=9.15.4"
"node": ">=20.18.2",
"pnpm": ">=9.15.5"
},
"description": "Chat Game for Twitch",
"author": "Nick Kosarev <[email protected]>",
Expand Down Expand Up @@ -51,19 +51,19 @@
"generate:cert": "mkdir -p .cert && mkcert -key-file ./.cert/localhost-key.pem -cert-file ./.cert/localhost.pem 'app.local'"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^22.10.7",
"@types/node": "^22.13.1",
"dotenv-cli": "^8.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.0",
"lint-staged": "^15.4.3",
"semantic-release": "^24.2.1",
"semantic-release-monorepo": "^8.0.2",
"turbo": "^2.3.3",
"turbo": "^2.4.0",
"typescript": "^5.7.3"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/addon/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",
"pixi.js": "^8.6.6"
"pixi.js": "^8.7.3"
},
"devDependencies": {
"@chat-game/eslint": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@antfu/eslint-config": "^3.14.0"
"@antfu/eslint-config": "^3.16.0"
}
}
4 changes: 2 additions & 2 deletions packages/game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"@chat-game/types": "workspace:*",
"@paralleldrive/cuid2": "^2.2.2",
"@vueuse/core": "^12.4.0",
"pixi.js": "^8.6.6"
"@vueuse/core": "^12.5.0",
"pixi.js": "^8.7.3"
},
"devDependencies": {
"@chat-game/eslint": "workspace:*"
Expand Down
Loading

0 comments on commit 6d736cf

Please sign in to comment.