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 Oct 19, 2024
1 parent c56aa12 commit 045a19c
Show file tree
Hide file tree
Showing 6 changed files with 1,124 additions and 2,050 deletions.
36 changes: 18 additions & 18 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,32 @@
"@chat-game/addon": "workspace:*",
"@chat-game/types": "workspace:*",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.19.1",
"@prisma/client": "^5.21.1",
"@radix-ui/colors": "^3.0.0",
"@twurple/api": "^7.1.0",
"@twurple/auth": "^7.1.0",
"@twurple/chat": "^7.1.0",
"@twurple/easy-bot": "^7.1.0",
"@twurple/eventsub-ws": "^7.1.0",
"@twurple/pubsub": "^7.1.0",
"@twurple/api": "^7.2.0",
"@twurple/auth": "^7.2.0",
"@twurple/chat": "^7.2.0",
"@twurple/easy-bot": "^7.2.0",
"@twurple/eventsub-ws": "^7.2.0",
"@twurple/pubsub": "^7.2.0",
"howler": "^2.2.4",
"lucide-vue-next": "^0.440.0",
"lucide-vue-next": "^0.453.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@chat-game/eslint": "workspace:*",
"@d-fischer/typed-event-emitter": "^3.3.3",
"@nuxt/devtools": "^1.4.2",
"@nuxt/kit": "^3.13.1",
"@nuxtjs/device": "^3.2.2",
"@nuxtjs/i18n": "^8.5.3",
"@types/howler": "^2.2.11",
"@nuxt/devtools": "^1.6.0",
"@nuxt/kit": "^3.13.2",
"@nuxtjs/device": "^3.2.4",
"@nuxtjs/i18n": "^8.5.5",
"@types/howler": "^2.2.12",
"@types/node": "*",
"@vueuse/core": "^11.0.3",
"@vueuse/nuxt": "^11.0.3",
"nuxt": "^3.13.1",
"nuxt-auth-utils": "^0.3.8",
"prisma": "^5.19.1",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"nuxt": "^3.13.2",
"nuxt-auth-utils": "^0.4.4",
"prisma": "^5.21.1",
"vue-tsc": "^2.1.6"
}
}
2 changes: 1 addition & 1 deletion docker/website/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE=node:22.8.0-alpine
ARG NODE=node:22.10.0-alpine

################# Base builder ##############

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@chat-game/space",
"version": "0.2.0",
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.12.2",
"engines": {
"node": ">=20.17.0",
"pnpm": ">=9.10.0"
"node": ">=20.18.0",
"pnpm": ">=9.12.2"
},
"description": "Chat Game for Twitch",
"author": "Nick Kosarev <[email protected]>",
Expand Down Expand Up @@ -35,14 +35,14 @@
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^22.5.4",
"changelogen": "^0.5.5",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/node": "^22.7.7",
"changelogen": "^0.5.7",
"dotenv-cli": "^7.4.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.9",
"turbo": "^2.1.0"
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"turbo": "^2.2.0"
},
"lint-staged": {
"*.ts": "pnpm run lint"
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.2.6"
"pixi.js": "~8.5.1"
},
"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.5.1"
"@antfu/eslint-config": "^3.8.0"
}
}
Loading

0 comments on commit 045a19c

Please sign in to comment.