Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent 239abd9 commit 6840385
Show file tree
Hide file tree
Showing 6 changed files with 1,147 additions and 875 deletions.
36 changes: 18 additions & 18 deletions apps/romainlanz.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,29 +35,29 @@
"#views/*": "./resources/views/*.js"
},
"dependencies": {
"@adonisjs/auth": "^9.3.0",
"@adonisjs/bouncer": "^3.1.4",
"@adonisjs/core": "^6.17.0",
"@adonisjs/auth": "^9.3.1",
"@adonisjs/bouncer": "^3.1.5",
"@adonisjs/core": "^6.17.1",
"@adonisjs/i18n": "^2.2.0",
"@adonisjs/inertia": "^2.1.2",
"@adonisjs/inertia": "^2.1.3",
"@adonisjs/mail": "^9.2.2",
"@adonisjs/session": "patch:@adonisjs/session@npm%3A7.5.0#~/.yarn/patches/@adonisjs-session-npm-7.5.0-f8176360f4.patch",
"@adonisjs/shield": "^8.1.1",
"@adonisjs/shield": "^8.1.2",
"@adonisjs/static": "^1.1.1",
"@adonisjs/vite": "^4.0.0",
"@formkit/auto-animate": "^0.8.2",
"@inertiajs/vue3": "next",
"@poppinss/defer": "^1.1.1",
"@rlanz/design-system": "workspace:*",
"@rlanz/rpc": "workspace:*",
"@shikijs/rehype": "^1.25.1",
"@shikijs/transformers": "^1.25.1",
"@tuyau/core": "^0.2.3",
"@shikijs/rehype": "^1.29.2",
"@shikijs/transformers": "^1.29.2",
"@tuyau/core": "^0.3.2",
"@vinejs/vine": "^3.0.0",
"@vue/server-renderer": "^3.5.13",
"bentocache": "patch:bentocache@npm%3A1.0.0-beta.9#~/.yarn/patches/bentocache-npm-1.0.0-beta.9-c4ad06f897.patch",
"dlv": "^1.1.3",
"edge.js": "^6.2.0",
"edge.js": "^6.2.1",
"hastscript": "^9.0.0",
"kysely": "^0.27.5",
"luxon": "^3.5.0",
Expand All @@ -70,31 +70,31 @@
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"sharp": "^0.33.5",
"shiki": "^1.25.1",
"shiki": "^1.29.2",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"uuid": "11.0.3",
"uuid": "11.0.5",
"vue": "^3.5.13"
},
"devDependencies": {
"@adonisjs/assembler": "^7.8.2",
"@adonisjs/tsconfig": "^1.4.0",
"@japa/assert": "^4.0.0",
"@japa/plugin-adonisjs": "^3.0.1",
"@japa/assert": "^4.0.1",
"@japa/plugin-adonisjs": "^3.0.2",
"@japa/runner": "^3.1.4",
"@swc/core": "^1.10.4",
"@swc/core": "^1.10.14",
"@types/dlv": "^1.1.5",
"@types/luxon": "^3.4.2",
"@types/mjml": "^4.7.4",
"@types/node": "^22.10.2",
"@types/pg": "^8.11.10",
"@types/pg": "^8.11.11",
"@vitejs/plugin-vue": "^5.2.1",
"hot-hook": "^0.4.0",
"kysely-codegen": "^0.17.0",
"pino-pretty": "^13.0.0",
"ts-node-maintained": "^10.9.4",
"typescript": "~5.7.2",
"unocss": "^0.65.3",
"ts-node-maintained": "^10.9.5",
"typescript": "~5.7.3",
"unocss": "^0.65.4",
"vite": "^6.0.6"
},
"hotHook": {
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- POSTGRES_USER=root
- POSTGRES_PASSWORD=root
mailer:
image: axllent/mailpit:v1.21
image: axllent/mailpit:v1.22
ports:
- 1025:1025
- 8025:8025
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"typecheck": "yarn workspaces foreach -p -A run typecheck"
},
"devDependencies": {
"@julr/tooling-configs": "^3.0.1",
"eslint": "^9.17.0",
"@julr/tooling-configs": "^3.1.0",
"eslint": "^9.19.0",
"prettier": "^3.4.2"
},
"workspaces": {
Expand Down
28 changes: 14 additions & 14 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,25 @@
"@inertiajs/vue3": "next",
"@rlanz/rpc": "workspace:*",
"@rlanz/site": "workspace:*",
"@tuyau/client": "^0.2.2",
"tailwind-variants": "^0.3.0",
"@tuyau/client": "^0.2.5",
"tailwind-variants": "^0.3.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.3",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/vue3": "^8.4.7",
"@storybook/vue3-vite": "^8.4.7",
"@chromatic-com/storybook": "^3.2.4",
"@storybook/addon-essentials": "^8.5.3",
"@storybook/addon-interactions": "^8.5.3",
"@storybook/addon-links": "^8.5.3",
"@storybook/addon-onboarding": "^8.5.3",
"@storybook/blocks": "^8.5.3",
"@storybook/test": "^8.5.3",
"@storybook/vue3": "^8.5.3",
"@storybook/vue3-vite": "^8.5.3",
"@vitejs/plugin-vue": "^5.2.1",
"prettier": "^3.4.2",
"storybook": "^8.4.7",
"typescript": "~5.7.2",
"unocss": "^0.65.3",
"storybook": "^8.5.3",
"typescript": "~5.7.3",
"unocss": "^0.65.4",
"vite": "^6.0.6",
"vue-tsc": "^2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@rlanz/site": "workspace:*",
"@tuyau/client": "^0.2.2"
"@tuyau/client": "^0.2.5"
},
"volta": {
"extends": "../../package.json"
Expand Down
Loading

0 comments on commit 6840385

Please sign in to comment.