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 13, 2024
1 parent e18db7a commit 8931c10
Show file tree
Hide file tree
Showing 15 changed files with 630 additions and 776 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"scripts": {
"build": "turbo run build && pnpm run build:tsc",
"build:packages": "turbo run build --filter './packages/*'",
Expand All @@ -26,27 +26,27 @@
"ci:publish:pr": "pnpm run build && pkg-pr-new publish --pnpm ./packages/*"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/cli": "2.27.7",
"@biomejs/biome": "1.9.0",
"@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",
"@types/bun": "^1.1.9",
"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",
"pkg-pr-new": "^0.0.24",
"playwright": "^1.46.1",
"playwright": "^1.47.1",
"prettier": "3.3.3",
"prettier-plugin-astro": "^0.14.1",
"turbo": "2.1.1",
"turbo": "2.1.2",
"typedoc": "0.26.7",
"typedoc-plugin-markdown": "4.2.7",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"pnpm": {
"overrides": {}
Expand Down
2 changes: 1 addition & 1 deletion packages/collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {},
"devDependencies": {
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/combobox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"dependencies": {
"@aria-ui/core": "workspace:^",
"@aria-ui/listbox": "workspace:^",
"@zag-js/dom-query": "^0.65.1",
"@zag-js/dom-query": "^0.68.0",
"just-omit": "^2.2.0"
},
"devDependencies": {
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@vitest/browser": "^2.0.5",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"@vitest/browser": "^2.1.1",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"@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.68.0",
"just-kebab-case": "^4.2.0",
"just-map-values": "^3.2.0",
"server-dom-shim": "^1.0.2"
},
"devDependencies": {
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/listbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"dependencies": {
"@aria-ui/core": "workspace:^",
"@floating-ui/dom": "^1.6.10",
"@zag-js/dom-query": "^0.65.1"
"@zag-js/dom-query": "^0.68.0"
},
"devDependencies": {
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public",
Expand Down
10 changes: 5 additions & 5 deletions packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"@aria-ui/core": "workspace:^",
"@aria-ui/overlay": "workspace:^",
"@aria-ui/presence": "workspace:^",
"@zag-js/dismissable": "^0.65.1",
"@zag-js/dismissable": "^0.68.0",
"@zag-js/tabbable": "^0.49.0"
},
"devDependencies": {
"@aria-ui/config": "workspace:*",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/user-event": "^14.5.2",
"@vitest/browser": "^2.0.5",
"@vitest/browser": "^2.1.1",
"lit-html": "^3.2.0",
"playwright": "^1.46.1",
"playwright": "^1.47.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/presence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"@aria-ui/core": "workspace:^",
"@zag-js/dom-query": "^0.65.1"
"@zag-js/dom-query": "^0.68.0"
},
"devDependencies": {
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions packages/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@aria-ui/config": "workspace:*",
"@testing-library/dom": "^10.4.0",
"@testing-library/user-event": "^14.5.2",
"@vitest/browser": "^2.0.5",
"@vitest/browser": "^2.1.1",
"lit-html": "^3.2.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 8931c10

Please sign in to comment.