Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
5rahim committed Aug 10, 2023
1 parent 75a02dc commit ee10cbb
Show file tree
Hide file tree
Showing 5 changed files with 2,346 additions and 2,152 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-panthers-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rahimstack/chalk-ui": patch
---

Update dependencies
52 changes: 26 additions & 26 deletions apps/workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,69 +15,69 @@
"@faker-js/faker": "^8.0.2",
"@googlemaps/js-api-loader": "^1.16.2",
"@headlessui/react": "^1.7.16",
"@hookform/resolvers": "^3.1.1",
"@internationalized/date": "^3.3.0",
"@hookform/resolvers": "^3.2.0",
"@internationalized/date": "^3.4.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.6",
"@rahimstack/tailwind-utils": "^0.3.0",
"@react-icons/all-files": "^4.1.0",
"@react-types/shared": "^3.18.1",
"@react-types/shared": "^3.19.0",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-table": "^8.9.3",
"@zag-js/combobox": "^0.13.0",
"@zag-js/number-input": "^0.13.0",
"@zag-js/radio-group": "^0.13.0",
"@zag-js/react": "^0.13.0",
"@zag-js/combobox": "^0.15.0",
"@zag-js/number-input": "^0.15.0",
"@zag-js/radio-group": "^0.15.0",
"@zag-js/react": "^0.15.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"dinero.js": "^1.9.1",
"libphonenumber-js": "^1.10.39",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-aria": "^3.26.0",
"react-aria": "^3.27.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"react-phone-number-input": "^3.3.1",
"react-stately": "^3.24.0",
"recharts": "^2.7.2",
"react-phone-number-input": "^3.3.2",
"react-stately": "^3.25.0",
"recharts": "^2.7.3",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "latest",
"use-debounce": "^9.0.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.1.0",
"@storybook/addon-interactions": "^7.1.0",
"@storybook/addon-links": "^7.1.0",
"@storybook/addon-mdx-gfm": "7.1.0",
"@storybook/addon-styling": "^1.3.4",
"@storybook/blocks": "^7.1.0",
"@storybook/cli": "^7.1.0",
"@storybook/manager-api": "^7.1.0",
"@storybook/react": "^7.1.0",
"@storybook/react-vite": "^7.1.0",
"@storybook/addon-essentials": "^7.2.2",
"@storybook/addon-interactions": "^7.2.2",
"@storybook/addon-links": "^7.2.2",
"@storybook/addon-mdx-gfm": "7.2.2",
"@storybook/addon-styling": "^1.3.6",
"@storybook/blocks": "^7.2.2",
"@storybook/cli": "^7.2.2",
"@storybook/manager-api": "^7.2.2",
"@storybook/react": "^7.2.2",
"@storybook/react-vite": "^7.2.2",
"@storybook/testing-library": "^0.2.0",
"@storybook/theming": "^7.1.0",
"@storybook/theming": "^7.2.2",
"@types/dinero.js": "^1.9.0",
"@types/google.maps": "^3.53.6",
"@types/lodash": "^4.14.196",
"@types/react": "^18.2.18",
"@types/lodash": "^4.14.197",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"prop-types": "^15.8.1",
"storybook": "^7.2.1",
"storybook": "^7.2.2",
"storybook-tailwind-dark-mode": "^1.0.22",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.8"
"vite": "^4.4.9"
}
}
13 changes: 8 additions & 5 deletions packages/chalk/src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ const ChalkASCII = ` _ _ _
`

export const mainDependencies: DependencyDef[] = [
["class-variance-authority", "^0.6.1", ""],
["react-aria", "^3.26.0", ""],
["class-variance-authority", "^0.7.0", ""],
["react-aria", "^3.27.0", ""],
["lodash", "^4.17.21", ""],
["@types/lodash", "^4.14.195", "-D"],
["@types/lodash", "^4.14.197", "-D"],
["tailwindcss-animate", "latest", ""],
["clsx", "^1.2.1", ""],
["tailwind-merge", "^1.13.2", ""]
["clsx", "^2.0.0", ""],
["tailwind-merge", "^1.14.0", ""],
["@tailwindcss/typography", "^0.5.9", ""],
["@tailwindcss/forms", "^0.5.4", ""],
["@headlessui/tailwindcss", "@0.2.0", ""],
]
export type MainDependencies = keyof typeof mainDependencies;

Expand Down
30 changes: 15 additions & 15 deletions packages/chalk/src/templates/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,12 @@
"dependencies": [
[
"@internationalized/date",
"^3.3.0",
"^3.4.0",
""
],
[
"react-stately",
"^3.24.0",
"^3.25.0",
""
],
[
Expand Down Expand Up @@ -330,7 +330,7 @@
"dependencies": [
[
"recharts",
"^2.7.2",
"^2.7.3",
""
]
],
Expand Down Expand Up @@ -452,12 +452,12 @@
"dependencies": [
[
"@zag-js/combobox",
"^0.13.0",
"^0.15.0",
""
],
[
"@zag-js/react",
"^0.13.0",
"^0.15.0",
""
]
],
Expand Down Expand Up @@ -537,7 +537,7 @@
],
[
"@internationalized/date",
"^3.3.0",
"^3.4.0",
""
],
[
Expand Down Expand Up @@ -640,12 +640,12 @@
"dependencies": [
[
"@internationalized/date",
"^3.3.0",
"^3.4.0",
""
],
[
"react-stately",
"^3.24.0",
"^3.25.0",
""
]
],
Expand Down Expand Up @@ -933,12 +933,12 @@
"dependencies": [
[
"@zag-js/number-input",
"^0.13.0",
"^0.15.0",
""
],
[
"@zag-js/react",
"^0.13.0",
"^0.15.0",
""
]
],
Expand Down Expand Up @@ -1025,7 +1025,7 @@
],
[
"react-phone-number-input",
"^3.3.1",
"^3.3.2",
""
]
],
Expand Down Expand Up @@ -1124,12 +1124,12 @@
"dependencies": [
[
"@zag-js/radio-group",
"^0.13.0",
"^0.15.0",
""
],
[
"@zag-js/react",
"^0.13.0",
"^0.15.0",
""
]
],
Expand Down Expand Up @@ -1411,7 +1411,7 @@
],
[
"@internationalized/date",
"^3.3.0",
"^3.4.0",
""
],
[
Expand All @@ -1426,7 +1426,7 @@
],
[
"@hookform/resolvers",
"^3.1.1",
"^3.2.0",
""
]
],
Expand Down
Loading

1 comment on commit ee10cbb

@vercel
Copy link

@vercel vercel bot commented on ee10cbb Aug 10, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.