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 Sep 12, 2024
1 parent 4a03de9 commit 9e40b4b
Show file tree
Hide file tree
Showing 5 changed files with 3,539 additions and 889 deletions.
24 changes: 12 additions & 12 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@chat-game/addon": "workspace:*",
"@chat-game/types": "workspace:*",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^5.19.0",
"@prisma/client": "^5.19.1",
"@radix-ui/colors": "^3.0.0",
"@twurple/api": "^7.1.0",
"@twurple/auth": "^7.1.0",
Expand All @@ -27,25 +27,25 @@
"@twurple/eventsub-ws": "^7.1.0",
"@twurple/pubsub": "^7.1.0",
"howler": "^2.2.4",
"lucide-vue-next": "^0.436.0",
"lucide-vue-next": "^0.440.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@chat-game/eslint": "workspace:*",
"@d-fischer/typed-event-emitter": "^3.3.3",
"@nuxt/devtools": "^1.3.9",
"@nuxt/kit": "^3.13.0",
"@nuxtjs/device": "^3.1.1",
"@nuxtjs/i18n": "^8.5.1",
"@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",
"@types/node": "^22.5.1",
"@types/node": "^22.5.4",
"@vueuse/core": "^11.0.3",
"@vueuse/nuxt": "^11.0.3",
"crossws": "^0.2.4",
"nuxt": "^3.13.0",
"nuxt-auth-utils": "^0.3.5",
"crossws": "^0.3.1",
"nuxt": "^3.13.1",
"nuxt-auth-utils": "^0.3.8",
"nuxt-time": "^0.1.3",
"prisma": "^5.19.0",
"vue-tsc": "^2.0.29"
"prisma": "^5.19.1",
"vue-tsc": "^2.1.6"
}
}
14 changes: 7 additions & 7 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.9.0",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=20.17.0",
"pnpm": ">=9.9.0"
"pnpm": ">=9.10.0"
},
"description": "Chat Game for Twitch",
"author": "Nick Kosarev <[email protected]>",
Expand Down Expand Up @@ -35,13 +35,13 @@
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"changelogen": "^0.5.5",
"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.1.1"
},
"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.4.0"
},
"devDependencies": {
"@chat-game/eslint": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"lint:fix": "eslint --fix ."
},
"peerDependencies": {
"eslint": "^9.9.1"
"eslint": "^9.10.0"
},
"dependencies": {
"@antfu/eslint-config": "^3.0.0"
"@antfu/eslint-config": "^3.5.1"
},
"devDependencies": {
"eslint": "^9.9.1"
"eslint": "^9.10.0"
}
}
Loading

0 comments on commit 9e40b4b

Please sign in to comment.