Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Aug 6, 2023
1 parent c9090cc commit 28f4a28
Show file tree
Hide file tree
Showing 11 changed files with 497 additions and 724 deletions.
6 changes: 3 additions & 3 deletions examples/next-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
},
"devDependencies": {
"@types/form-serialize": "0.7.2",
"@types/node": "20.4.4",
"@types/react": "18.2.16",
"@types/node": "20.4.8",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-react-hooks": "4.6.0",
"typescript": "5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/node": "^20.4.4",
"@types/node": "^20.4.8",
"nuxt": "^3.6.5"
}
}
6 changes: 3 additions & 3 deletions examples/shadow-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.16",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react": "^4.0.4",
"typescript": "^5.1.6",
"vite": "^4.4.7"
"vite": "^4.4.8"
}
}
4 changes: 2 additions & 2 deletions examples/solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"devDependencies": {
"@types/form-serialize": "0.7.2",
"vite": "4.4.7",
"vite": "4.4.8",
"vite-plugin-solid": "2.7.0"
},
"dependencies": {
Expand Down Expand Up @@ -82,6 +82,6 @@
"@zag-js/utils": "workspace:*",
"@zag-js/visually-hidden": "workspace:*",
"form-serialize": "0.7.2",
"solid-js": "1.7.8"
"solid-js": "1.7.9"
}
}
10 changes: 5 additions & 5 deletions examples/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,23 +75,23 @@
"@zag-js/vue": "workspace:*",
"epic-spinners": "2.0.0",
"form-serialize": "0.7.2",
"vite": "4.4.7",
"vite": "4.4.8",
"vue": "3.3.4",
"vue-router": "4.2.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@types/form-serialize": "0.7.2",
"@types/node": "20.4.4",
"@types/node": "20.4.8",
"@vitejs/plugin-vue": "4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.45.0",
"eslint-plugin-vue": "9.15.1",
"eslint": "^8.46.0",
"eslint-plugin-vue": "9.16.1",
"typescript": "5.1.6",
"vue-tsc": "1.8.6"
"vue-tsc": "1.8.8"
},
"license": "MIT"
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,32 +74,32 @@
"@swc/core": "1.3.74",
"@types/babel__traverse": "^7.20.1",
"@types/babel__generator": "^7.6.4",
"@types/node": "^20.4.4",
"@types/node": "^20.4.8",
"@types/signale": "1.4.4",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"axe-core": "4.7.2",
"commitlint": "17.6.7",
"dotenv": "16.3.1",
"eslint": "8.46.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-prettier": "5.0.0",
"find-packages": "10.0.4",
"husky": "8.0.3",
"json-format-highlight": "1.0.4",
"lint-staged": "13.2.3",
"node-fetch": "^3.3.1",
"node-fetch": "^3.3.2",
"plop": "3.1.2",
"prettier": "3.0.0",
"prettier": "3.0.1",
"signale": "1.4.0",
"ts-morph": "^19.0.0",
"tsup": "7.1.0",
"tsup": "7.2.0",
"tsx": "3.12.7",
"typescript": "5.1.6",
"vite": "4.4.7",
"vite-plugin-dts": "3.3.1",
"vitest": "^0.33.0"
"vite": "4.4.8",
"vite-plugin-dts": "3.5.1",
"vitest": "^0.34.1"
},
"engines": {
"node": ">=18.0.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.2.15",
"@types/react": "^18.2.18",
"clean-package": "2.2.0",
"react": "^18.2.0"
},
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": "2.5.1"
},
"devDependencies": {
"@types/react": "18.2.16",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@zag-js/utils": "workspace:*",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frameworks/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@zag-js/utils": "workspace:*",
"solid-js": "1.7.8",
"solid-js": "1.7.9",
"clean-package": "2.2.0"
},
"peerDependencies": {
Expand Down
Loading

4 comments on commit 28f4a28

@vercel
Copy link

@vercel vercel bot commented on 28f4a28 Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zag-solid – ./examples/solid-ts

zag-solid.vercel.app
zag-solid-git-main-chakra-ui.vercel.app
zag-solid-chakra-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 28f4a28 Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 28f4a28 Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zag-vue – ./examples/vue-ts

zag-vue-git-main-chakra-ui.vercel.app
zag-vue.vercel.app
zag-vue-chakra-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 28f4a28 Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zag-nextjs – ./examples/next-ts

zag-nextjs-chakra-ui.vercel.app
zag-nextjs-git-main-chakra-ui.vercel.app
zag-two.vercel.app

Please sign in to comment.