Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Sep 9, 2024
1 parent 51873d0 commit f7c5e93
Show file tree
Hide file tree
Showing 12 changed files with 471 additions and 637 deletions.
8 changes: 4 additions & 4 deletions examples/next-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@internationalized/date": "3.5.5",
"@tanstack/react-virtual": "3.10.1",
"@tanstack/react-virtual": "3.10.7",
"@types/textarea-caret": "3.0.3",
"@zag-js/accordion": "workspace:*",
"@zag-js/anatomy": "workspace:*",
Expand Down Expand Up @@ -87,7 +87,7 @@
"form-serialize": "0.7.2",
"lucide-react": "0.428.0",
"match-sorter": "6.3.4",
"next": "14.2.5",
"next": "14.2.8",
"next-cloudinary": "6.10.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -96,8 +96,8 @@
},
"devDependencies": {
"@types/form-serialize": "0.7.4",
"@types/node": "22.4.1",
"@types/react": "18.3.3",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/nuxt-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@
"form-serialize": "0.7.2",
"lucide-vue-next": "0.428.0",
"match-sorter": "6.3.4",
"vue": "3.4.38",
"vue": "3.5.3",
"vue-router": "4.4.3"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/form-serialize": "0.7.4",
"@types/node": "22.4.1",
"@types/node": "22.5.4",
"nuxt": "3.12.4"
}
}
2 changes: 1 addition & 1 deletion examples/react-19/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@sveltejs/vite-plugin-svelte": "4.0.0-next.3",
"@tsconfig/svelte": "5.0.4",
"@types/form-serialize": "0.7.4",
"svelte": "5.0.0-next.153",
"svelte": "5.0.0-next.244",
"svelte-check": "3.8.5",
"tslib": "2.6.3",
"typescript": "5.5.4",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
"@internationalized/date": "3.5.5",
"@octokit/rest": "21.0.2",
"@playwright/test": "1.47.0",
"@swc/core": "1.7.23",
"@swc/core": "1.7.24",
"@types/babel__generator": "7.6.8",
"@types/babel__traverse": "7.20.6",
"@types/node": "22.5.2",
"@types/node": "22.5.4",
"@types/signale": "1.4.7",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/anatomy-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"clean-package": "../../clean-package.config.json",
"main": "src/index.ts",
"devDependencies": {
"@types/react": "18.3.3",
"@types/react": "18.3.5",
"clean-package": "2.2.0",
"react": "18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"proxy-compare": "3.0.0"
},
"devDependencies": {
"@types/react": "18.3.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@zag-js/utils": "workspace:*",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@sveltejs/package": "2.3.4",
"clean-package": "2.2.0",
"svelte": "5.0.0-next.243"
"svelte": "5.0.0-next.244"
},
"peerDependencies": {
"svelte": "^5.0.0-next.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@zag-js/utils": "workspace:*",
"vue": "3.4.38",
"vue": "3.5.3",
"clean-package": "2.2.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit f7c5e93

Please sign in to comment.