Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#259)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 33d2f9c commit 4b0639c
Show file tree
Hide file tree
Showing 6 changed files with 384 additions and 247 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"features": {
"ghcr.io/devcontainers/features/node:1": {
"ghcr.io/devcontainers/features/node:1.6.1": {
"nodeGypDependencies": true,
"version": "lts",
"pnpmVersion": "latest",
Expand Down
14 changes: 7 additions & 7 deletions apps/telegram-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@
"@chat-game/game": "workspace:*",
"@chat-game/types": "workspace:*",
"@neoconfetti/vue": "^2.2.1",
"@telegram-apps/sdk-vue": "^1.0.13",
"@telegram-apps/sdk-vue": "^1.0.15",
"@tsparticles/slim": "^3.7.1",
"@tsparticles/vue3": "^3.0.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@chat-game/eslint": "workspace:*",
"@iconify-json/lucide": "^1.2.20",
"@iconify/vue": "^4.2.0",
"@iconify-json/lucide": "^1.2.21",
"@iconify/vue": "^4.3.0",
"@tailwindcss/vite": "4.0.0-beta.8",
"@tsconfig/node22": "^22.0.0",
"@types/node": "*",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"@vueuse/core": "^12.2.0",
"@vueuse/core": "^12.3.0",
"tailwindcss": "4.0.0-beta.8",
"typescript": "*",
"unplugin-auto-import": "^0.18.6",
"unplugin-auto-import": "^0.19.0",
"unplugin-icons": "^0.22.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^6.0.6",
"vite": "^6.0.7",
"vite-plugin-terminal": "^1.2.0",
"vite-plugin-vue-devtools": "^7.6.7",
"vite-plugin-vue-devtools": "^7.6.8",
"vue-tsc": "^2.2.0"
}
}
14 changes: 7 additions & 7 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@chat-game/addon": "workspace:*",
"@chat-game/game": "workspace:*",
"@chat-game/types": "workspace:*",
"@number-flow/vue": "^0.3.3",
"@number-flow/vue": "^0.4.1",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^6.1.0",
"@radix-ui/colors": "^3.0.0",
Expand All @@ -28,7 +28,7 @@
"@twurple/easy-bot": "^7.2.1",
"@twurple/eventsub-ws": "^7.2.1",
"@twurple/pubsub": "^7.2.1",
"grammy": "^1.33.0",
"grammy": "^1.34.0",
"howler": "^2.2.4",
"ioredis": "^5.4.2",
"lucide-vue-next": "^0.469.0",
Expand All @@ -37,20 +37,20 @@
"devDependencies": {
"@chat-game/eslint": "workspace:*",
"@d-fischer/typed-event-emitter": "^3.3.3",
"@iconify-json/lucide": "^1.2.20",
"@iconify-json/lucide": "^1.2.21",
"@iconify-json/simple-icons": "^1.2.18",
"@nuxt/devtools": "^1.7.0",
"@nuxt/fonts": "^0.10.3",
"@nuxt/icon": "^1.10.3",
"@nuxt/kit": "^3.15.0",
"@nuxt/kit": "^3.15.1",
"@nuxtjs/device": "^3.2.4",
"@nuxtjs/i18n": "^9.1.1",
"@tailwindcss/vite": "4.0.0-beta.8",
"@types/howler": "^2.2.12",
"@types/node": "*",
"@vueuse/core": "^12.2.0",
"@vueuse/nuxt": "^12.2.0",
"nuxt": "^3.15.0",
"@vueuse/core": "^12.3.0",
"@vueuse/nuxt": "^12.3.0",
"nuxt": "^3.15.1",
"nuxt-auth-utils": "^0.5.7",
"prisma": "^6.1.0",
"tailwindcss": "4.0.0-beta.8",
Expand Down
14 changes: 7 additions & 7 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.14.2",
"packageManager": "pnpm@9.15.3",
"pnpm": {
"supportedArchitectures": {
"os": [
Expand All @@ -16,8 +16,8 @@
}
},
"engines": {
"node": ">=20.14.0",
"pnpm": ">=9.14.2"
"node": ">=20.18.1",
"pnpm": ">=9.15.3"
},
"description": "Chat Game for Twitch",
"author": "Nick Kosarev <[email protected]>",
Expand Down Expand Up @@ -51,16 +51,16 @@
"generate:cert": "mkdir -p .cert && mkcert -key-file ./.cert/localhost-key.pem -cert-file ./.cert/localhost.pem 'app.local'"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^22.10.1",
"@types/node": "^22.10.5",
"dotenv-cli": "^7.4.4",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"lint-staged": "^15.3.0",
"semantic-release": "^24.2.1",
"semantic-release-monorepo": "^8.0.2",
"turbo": "^2.3.3",
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.2.0",
"@vueuse/core": "^12.3.0",
"pixi.js": "^8.6.6"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 4b0639c

Please sign in to comment.