Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Feb 2, 2025
1 parent 0f49a18 commit 2d18a2d
Show file tree
Hide file tree
Showing 7 changed files with 1,008 additions and 246 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"scripts": {
"w": "yarn workspace",
"dev:web": "yarn w website dev",
"dev:web": "yarn w @saas-ui/web-v3 dev",
"dev:palette": "yarn w palette-docs dev",
"changelog:gen": "tsx scripts/changelog-generate.ts",
"changelog:write": "tsx scripts/changelog-write.ts",
Expand Down Expand Up @@ -73,7 +73,7 @@
"tooling/storybook-addon"
],
"devDependencies": {
"@chakra-ui/cli": "^3.4.0",
"@chakra-ui/cli": "^3.5.1",
"@changesets/cli": "^2.27.9",
"@manypkg/get-packages": "^2.2.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pro
Submodule pro updated from 388b6d to 498aa7
2 changes: 1 addition & 1 deletion packages/saas-ui-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"url": "https://storybook.saas-ui.dev"
},
"dependencies": {
"@ark-ui/react": "^4.8.1",
"@ark-ui/react": "^4.9.1",
"@react-aria/utils": "^3.25.3",
"@saas-ui/hooks": "workspace:*",
"@zag-js/dom-event": "^0.77.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/saas-ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"url": "https://storybook.saas-ui.dev"
},
"dependencies": {
"@ark-ui/react": "^4.8.1",
"@ark-ui/react": "^4.9.1",
"@saas-ui/core": "workspace:*",
"@saas-ui/hooks": "workspace:*"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@chakra-ui/react": "^3.4.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@chakra-ui/react": "^3.5.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource-variable/inter": "^5.1.0",
"@saas-ui/core": "workspace:*",
"@saas-ui/react": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions tooling/storybook-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
},
"homepage": "https://github.com/saas-ui/saas-ui#readme",
"devDependencies": {
"@chakra-ui/react": "^3.4.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@chakra-ui/react": "^3.5.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@saas-ui/react": "workspace:*",
"@storybook/types": "^8.4.5",
"framer-motion": "^11.11.11",
Expand Down
Loading

0 comments on commit 2d18a2d

Please sign in to comment.