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 Dec 25, 2024
1 parent c784434 commit df153e4
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 230 deletions.
10 changes: 5 additions & 5 deletions apps/romainlanz.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@rlanz/design-system": "workspace:*",
"@rlanz/rpc": "workspace:*",
"@rlanz/tooling": "workspace:*",
"@shikijs/rehype": "^1.24.3",
"@shikijs/transformers": "^1.24.3",
"@shikijs/rehype": "^1.24.4",
"@shikijs/transformers": "^1.24.4",
"@tuyau/core": "^0.2.3",
"@vinejs/vine": "^3.0.0",
"@vue/server-renderer": "^3.5.13",
Expand All @@ -73,7 +73,7 @@
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"sharp": "^0.33.5",
"shiki": "^1.24.3",
"shiki": "^1.24.4",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"uuid": "11.0.3",
Expand All @@ -100,8 +100,8 @@
"prettier": "^3.4.2",
"ts-node-maintained": "^10.9.4",
"typescript": "~5.7.2",
"unocss": "^0.65.2",
"vite": "^6.0.4"
"unocss": "^0.65.3",
"vite": "^6.0.5"
},
"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 @@ -68,9 +68,9 @@
"prettier": "^3.4.2",
"storybook": "^8.4.7",
"typescript": "~5.7.2",
"unocss": "^0.65.2",
"vite": "^6.0.4",
"vue-tsc": "^2.1.10"
"unocss": "^0.65.3",
"vite": "^6.0.5",
"vue-tsc": "^2.2.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/tooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"./unocss": "./src/unocss/unocss.config.ts"
},
"dependencies": {
"unocss": "^0.65.2"
"unocss": "^0.65.3"
},
"devDependencies": {
"@fontsource/mononoki": "^5.1.0",
Expand Down
Loading

0 comments on commit df153e4

Please sign in to comment.