Skip to content

Commit

Permalink
chore(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent 940c92c commit 9887c0f
Show file tree
Hide file tree
Showing 8 changed files with 375 additions and 405 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "2.27.7",
"@changesets/cli": "2.27.8",
"@manypkg/get-packages": "2.2.2",
"@ocavue/eslint-config": "^2.6.0",
"@ocavue/eslint-config": "^2.7.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@types/bun": "^1.1.8",
"aria-ui-typedoc-plugin": "workspace:*",
"change-case": "5.4.4",
"comment-json": "4.2.5",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"lefthook": "1.7.15",
"playwright": "^1.46.1",
"playwright": "^1.47.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "^0.14.1",
"turbo": "2.1.1",
"typedoc": "0.26.6",
"typedoc-plugin-markdown": "4.2.6",
"typedoc": "0.26.7",
"typedoc-plugin-markdown": "4.2.7",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/combobox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@aria-ui/core": "workspace:^",
"@aria-ui/listbox": "workspace:^",
"@zag-js/dom-query": "^0.65.1",
"@zag-js/dom-query": "^0.66.1",
"just-omit": "^2.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@dddstack/ariatype-aria-attributes": "^2.0.0",
"@dddstack/ariatype-aria-roles": "^2.0.0",
"@preact/signals-core": "^1.8.0",
"@zag-js/dom-query": "^0.65.1",
"@zag-js/dom-query": "^0.66.1",
"just-kebab-case": "^4.2.0",
"just-map-values": "^3.2.0",
"server-dom-shim": "^1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@aria-ui/core": "workspace:^",
"@floating-ui/dom": "^1.6.10",
"@zag-js/dom-query": "^0.65.1"
"@zag-js/dom-query": "^0.66.1"
},
"devDependencies": {
"tsup": "^8.2.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@aria-ui/core": "workspace:^",
"@aria-ui/overlay": "workspace:^",
"@aria-ui/presence": "workspace:^",
"@zag-js/dismissable": "^0.65.1",
"@zag-js/dismissable": "^0.66.1",
"@zag-js/tabbable": "^0.49.0"
},
"devDependencies": {
Expand All @@ -24,7 +24,7 @@
"@testing-library/user-event": "^14.5.2",
"@vitest/browser": "^2.0.5",
"lit-html": "^3.2.0",
"playwright": "^1.46.1",
"playwright": "^1.47.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/presence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@aria-ui/core": "workspace:^",
"@zag-js/dom-query": "^0.65.1"
"@zag-js/dom-query": "^0.66.1"
},
"devDependencies": {
"tsup": "^8.2.4",
Expand Down
Loading

0 comments on commit 9887c0f

Please sign in to comment.