Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Nov 27, 2024
1 parent a74788d commit 8161a05
Show file tree
Hide file tree
Showing 17 changed files with 481 additions and 528 deletions.
4 changes: 2 additions & 2 deletions examples/lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@internationalized/date": "3.5.6",
"@internationalized/date": "3.6.0",
"@lit/context": "1.1.2",
"@open-wc/lit-helpers": "^0.7.0",
"@types/textarea-caret": "^3.0.3",
Expand Down Expand Up @@ -93,7 +93,7 @@
"textarea-caret": "^3.1.0"
},
"devDependencies": {
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions examples/next-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@internationalized/date": "3.5.6",
"@internationalized/date": "3.6.0",
"@tanstack/react-virtual": "3.10.9",
"@types/textarea-caret": "3.0.3",
"@zag-js/accordion": "workspace:*",
Expand Down Expand Up @@ -99,7 +99,7 @@
},
"devDependencies": {
"@types/form-serialize": "0.7.4",
"@types/node": "22.8.2",
"@types/node": "22.10.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint-plugin-react": "7.37.2",
Expand All @@ -108,7 +108,7 @@
"@atlaskit/pragmatic-drag-and-drop-flourish": "1.1.2",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "1.0.3",
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "1.4.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions examples/nuxt-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@internationalized/date": "3.5.6",
"@internationalized/date": "3.6.0",
"@zag-js/accordion": "workspace:*",
"@zag-js/anatomy": "workspace:*",
"@zag-js/anatomy-icons": "workspace:*",
Expand Down Expand Up @@ -94,7 +94,7 @@
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/form-serialize": "0.7.4",
"@types/node": "22.8.2",
"@types/node": "22.10.0",
"nuxt": "3.14.1592"
}
}
6 changes: 3 additions & 3 deletions examples/preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@internationalized/date": "3.5.6",
"@internationalized/date": "3.6.0",
"@zag-js/accordion": "workspace:*",
"@zag-js/anatomy": "workspace:*",
"@zag-js/anatomy-icons": "workspace:*",
Expand Down Expand Up @@ -85,15 +85,15 @@
"@zag-js/utils": "workspace:*",
"lucide-preact": "0.460.0",
"match-sorter": "8.0.0",
"preact": "10.24.1",
"preact": "10.25.0",
"preact-iso": "2.6.3",
"preact-render-to-string": "6.5.11"
},
"devDependencies": {
"@preact/preset-vite": "2.9.1",
"eslint": "9.13.0",
"eslint-config-preact": "1.5.0",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/react-19/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.9.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.11"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": "vinxi version"
},
"dependencies": {
"@internationalized/date": "3.5.6",
"@internationalized/date": "3.6.0",
"@solidjs/meta": "0.29.4",
"@solidjs/router": "0.14.7",
"@solidjs/start": "1.0.8",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@internationalized/date": "3.5.6",
"@internationalized/date": "3.6.0",
"@zag-js/accordion": "workspace:*",
"@zag-js/anatomy": "workspace:*",
"@zag-js/anatomy-icons": "workspace:*",
Expand Down Expand Up @@ -97,7 +97,7 @@
"svelte": "5.2.7",
"svelte-check": "4.0.5",
"tslib": "2.7.0",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-tsconfig-paths": "5.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.4.11"
},
"dependencies": {
"@internationalized/date": "3.5.6",
"@internationalized/date": "3.6.0",
"@zag-js/accordion": "workspace:*",
"@zag-js/anatomy": "workspace:*",
"@zag-js/anatomy-icons": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
"@commitlint/config-conventional": "19.6.0",
"@octokit/rest": "21.0.2",
"@playwright/test": "1.49.0",
"@swc/core": "1.9.2",
"@swc/core": "1.9.3",
"@types/babel__generator": "7.6.8",
"@types/babel__traverse": "7.20.6",
"@types/node": "22.9.1",
"@types/node": "22.10.0",
"@types/signale": "1.4.7",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
Expand All @@ -91,13 +91,13 @@
"lint-staged": "15.2.10",
"node-fetch": "3.3.2",
"plop": "4.0.1",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.3.1",
"prettier": "3.4.1",
"prettier-plugin-svelte": "3.3.2",
"signale": "1.4.0",
"ts-morph": "24.0.0",
"tsup": "8.3.5",
"tsx": "4.19.2",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vercel-submodules": "1.0.10",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@types/react-dom": "18.3.1",
"@zag-js/utils": "workspace:*",
"preact": "10.24.3",
"preact": "10.25.0",
"clean-package": "2.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@internationalized/date": ">=3.0.0"
},
"devDependencies": {
"@internationalized/date": "3.5.6",
"@internationalized/date": "3.6.0",
"clean-package": "2.2.0"
},
"clean-package": "../../../clean-package.config.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/number-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"url": "https://github.com/chakra-ui/zag/issues"
},
"dependencies": {
"@internationalized/number": "3.5.4",
"@internationalized/number": "3.6.0",
"@zag-js/anatomy": "workspace:*",
"@zag-js/core": "workspace:*",
"@zag-js/dom-event": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/machines/time-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@internationalized/date": ">=3.0.0"
},
"devDependencies": {
"@internationalized/date": "3.5.6",
"@internationalized/date": "3.6.0",
"clean-package": "2.2.0"
},
"clean-package": "../../../clean-package.config.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/date-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@internationalized/date": ">=3.0.0"
},
"devDependencies": {
"@internationalized/date": "3.5.6",
"@internationalized/date": "3.6.0",
"clean-package": "2.2.0"
}
}
Loading

0 comments on commit 8161a05

Please sign in to comment.