Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#78)
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 Dec 31, 2023
1 parent 02a7756 commit a550c24
Show file tree
Hide file tree
Showing 6 changed files with 835 additions and 1,127 deletions.
4 changes: 2 additions & 2 deletions apps/acryss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dependencies": {
"@discordjs/collection": "^1.5.3",
"@prisma/client": "^5.7.1",
"@sapphire/utilities": "3.14.0",
"@skyra/env-utilities": "^1.2.2",
"@sapphire/utilities": "3.15.1",
"@skyra/env-utilities": "^1.3.0",
"@skyra/internal": "workspace:^",
"@skyra/logger": "^2.0.3",
"@skyra/start-banner": "^2.0.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"format": "prettier --write ."
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.10.1",
"@nuxtjs/tailwindcss": "^6.10.3",
"@sidebase/nuxt-auth": "^0.5.0",
"@skyra/internal": "workspace:^",
"@tailwindcss/typography": "^0.5.10",
"@vite-pwa/nuxt": "^0.3.6",
"@vite-pwa/nuxt": "^0.4.0",
"next-auth": "^4.24.5",
"nuxt": "^3.8.2",
"nuxt": "^3.9.0",
"sitemap": "^7.1.1",
"typescript": "^5.3.3",
"vite-plugin-pwa": "^0.17.4",
"vue-tsc": "1.8.26"
"vue-tsc": "1.8.27"
}
}
6 changes: 3 additions & 3 deletions apps/nayre/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"dependencies": {
"@discordjs/builders": "^1.7.0",
"@discordjs/collection": "^1.5.3",
"@skyra/env-utilities": "^1.2.2",
"@skyra/env-utilities": "^1.3.0",
"@skyra/http-framework": "^1.2.2",
"@skyra/http-framework-i18n": "^1.1.1",
"@skyra/internal": "workspace:^",
"@skyra/logger": "^2.0.3",
"@skyra/shared-http-pieces": "^1.1.2",
"@skyra/shared-http-pieces": "^1.2.0",
"@skyra/start-banner": "^2.0.1",
"discord-api-types": "^0.37.66",
"discord-api-types": "^0.37.67",
"gradient-string": "^2.0.2",
"tslib": "^2.6.2"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@types/gradient-string": "^1.1.5",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"prettier-plugin-tailwindcss": "^0.5.10",
"turbo": "^1.11.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"dependencies": {
"@discordjs/collection": "^1.5.3",
"@sapphire/utilities": "3.14.0",
"@skyra/env-utilities": "^1.2.2",
"@sapphire/utilities": "3.15.1",
"@skyra/env-utilities": "^1.3.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit a550c24

Please sign in to comment.