diff --git a/packages/layout/flex/package.json b/packages/layout/flex/package.json index c85e7bb..5ef7956 100644 --- a/packages/layout/flex/package.json +++ b/packages/layout/flex/package.json @@ -1,6 +1,6 @@ { "name": "@urban-ui/flex", - "version": "0.5.0-alpha.1", + "version": "0.5.0-alpha.2", "type": "module", "module": "./dist/index.js", "main": "./dist/index.js", @@ -22,7 +22,7 @@ "dependencies": { "@radix-ui/react-slot": "^1.0.2", "@stylexjs/stylex": "^0.7.5", - "@urban-ui/theme": "^0.4.0" + "@urban-ui/theme": "^0.5.0-alpha.1" }, "peerDependencies": { "react": "^18.2.0"