Skip to content

Commit

Permalink
fix(deps): update package-build
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 1, 2024
1 parent 16e8601 commit 3d56bf2
Show file tree
Hide file tree
Showing 9 changed files with 109 additions and 42 deletions.
2 changes: 1 addition & 1 deletion packages/package-build/alert-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@oku-ui/slot": "latest",
"@oku-ui/use-composable": "latest",
"@oku-ui/utils": "latest",
"@types/node": "^20.10.6"
"@types/node": "^20.11.14"
},
"devDependencies": {
"tsconfig": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/package-build/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@oku-ui/slot": "latest",
"@oku-ui/use-composable": "latest",
"@oku-ui/utils": "latest",
"@types/node": "^20.10.6",
"@types/node": "^20.11.14",
"aria-hidden": "^1.2.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/package-build/hover-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"vue": "^3.3.0"
},
"dependencies": {
"@floating-ui/vue": "^1.0.3",
"@floating-ui/vue": "^1.0.6",
"@oku-ui/dismissable-layer": "latest",
"@oku-ui/popper": "latest",
"@oku-ui/portal": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-build/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"vue": "^3.3.0"
},
"dependencies": {
"@floating-ui/vue": "^1.0.3",
"@floating-ui/vue": "^1.0.6",
"@oku-ui/collection": "latest",
"@oku-ui/direction": "latest",
"@oku-ui/dismissable-layer": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-build/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"vue": "^3.3.0"
},
"dependencies": {
"@floating-ui/vue": "^1.0.3",
"@floating-ui/vue": "^1.0.6",
"@oku-ui/dismissable-layer": "latest",
"@oku-ui/focus-guards": "latest",
"@oku-ui/focus-scope": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-build/popper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"vue": "^3.3.0"
},
"dependencies": {
"@floating-ui/vue": "^1.0.3",
"@floating-ui/vue": "^1.0.6",
"@oku-ui/arrow": "latest",
"@oku-ui/primitive": "latest",
"@oku-ui/provide": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-build/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"vue": "^3.3.0"
},
"dependencies": {
"@floating-ui/vue": "^1.0.3",
"@floating-ui/vue": "^1.0.6",
"@oku-ui/dismissable-layer": "latest",
"@oku-ui/popper": "latest",
"@oku-ui/portal": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-build/use-composable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@oku-ui/utils": "latest",
"@vueuse/core": "^10.7.1"
"@vueuse/core": "^10.7.2"
},
"devDependencies": {
"@types/resize-observer-browser": "^0.1.11",
Expand Down
Loading

0 comments on commit 3d56bf2

Please sign in to comment.