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] committed Jan 7, 2024
1 parent a550c24 commit dc16563
Show file tree
Hide file tree
Showing 6 changed files with 607 additions and 598 deletions.
2 changes: 1 addition & 1 deletion apps/acryss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@discordjs/collection": "^1.5.3",
"@prisma/client": "^5.7.1",
"@sapphire/utilities": "3.15.1",
"@sapphire/utilities": "3.15.2",
"@skyra/env-utilities": "^1.3.0",
"@skyra/internal": "workspace:^",
"@skyra/logger": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@tailwindcss/typography": "^0.5.10",
"@vite-pwa/nuxt": "^0.4.0",
"next-auth": "^4.24.5",
"nuxt": "^3.9.0",
"nuxt": "^3.9.1",
"sitemap": "^7.1.1",
"typescript": "^5.3.3",
"vite-plugin-pwa": "^0.17.4",
Expand Down
4 changes: 2 additions & 2 deletions apps/nayre/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@discordjs/collection": "^1.5.3",
"@skyra/env-utilities": "^1.3.0",
"@skyra/http-framework": "^1.2.2",
"@skyra/http-framework-i18n": "^1.1.1",
"@skyra/http-framework-i18n": "^1.2.0",
"@skyra/internal": "workspace:^",
"@skyra/logger": "^2.0.3",
"@skyra/shared-http-pieces": "^1.2.0",
"@skyra/shared-http-pieces": "^1.2.2",
"@skyra/start-banner": "^2.0.1",
"discord-api-types": "^0.37.67",
"gradient-string": "^2.0.2",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
"postinstall": "yarn workspace @skyra/acryss prisma:generate"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@prettier/plugin-xml": "^3.2.2",
"@sapphire/eslint-config": "^5.0.3",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@types/gradient-string": "^1.1.5",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.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.10",
"turbo": "^1.11.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.1.0"
"vite": "^5.0.11",
"vitest": "^1.1.3"
},
"resolutions": {
"ansi-regex": "^5.0.1",
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,12 +18,12 @@
},
"dependencies": {
"@discordjs/collection": "^1.5.3",
"@sapphire/utilities": "3.15.1",
"@sapphire/utilities": "3.15.2",
"@skyra/env-utilities": "^1.3.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.3"
}
}
Loading

0 comments on commit dc16563

Please sign in to comment.