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 Jan 9, 2025
1 parent 239abd9 commit cea3022
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 254 deletions.
18 changes: 9 additions & 9 deletions apps/romainlanz.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@adonisjs/bouncer": "^3.1.4",
"@adonisjs/core": "^6.17.0",
"@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",
Expand All @@ -50,8 +50,8 @@
"@poppinss/defer": "^1.1.1",
"@rlanz/design-system": "workspace:*",
"@rlanz/rpc": "workspace:*",
"@shikijs/rehype": "^1.25.1",
"@shikijs/transformers": "^1.25.1",
"@shikijs/rehype": "^1.26.1",
"@shikijs/transformers": "^1.26.1",
"@tuyau/core": "^0.2.3",
"@vinejs/vine": "^3.0.0",
"@vue/server-renderer": "^3.5.13",
Expand All @@ -70,16 +70,16 @@
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"sharp": "^0.33.5",
"shiki": "^1.25.1",
"shiki": "^1.26.1",
"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/assert": "^4.0.1",
"@japa/plugin-adonisjs": "^3.0.1",
"@japa/runner": "^3.1.4",
"@swc/core": "^1.10.4",
Expand All @@ -93,9 +93,9 @@
"kysely-codegen": "^0.17.0",
"pino-pretty": "^13.0.0",
"ts-node-maintained": "^10.9.4",
"typescript": "~5.7.2",
"unocss": "^0.65.3",
"vite": "^6.0.6"
"typescript": "~5.7.3",
"unocss": "^0.65.4",
"vite": "^6.0.7"
},
"hotHook": {
"boundaries": [
Expand Down
6 changes: 3 additions & 3 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"@vitejs/plugin-vue": "^5.2.1",
"prettier": "^3.4.2",
"storybook": "^8.4.7",
"typescript": "~5.7.2",
"unocss": "^0.65.3",
"vite": "^6.0.6",
"typescript": "~5.7.3",
"unocss": "^0.65.4",
"vite": "^6.0.7",
"vue-tsc": "^2.2.0"
},
"volta": {
Expand Down
Loading

0 comments on commit cea3022

Please sign in to comment.