diff --git a/.changeset/forty-tigers-fail.md b/.changeset/forty-tigers-fail.md new file mode 100644 index 00000000..c7fc7040 --- /dev/null +++ b/.changeset/forty-tigers-fail.md @@ -0,0 +1,6 @@ +--- +"@singlestone/tailwind-helpers-sugar": patch +"@singlestone/sugar-react": patch +--- + +update dependency on @singlestone/sugar-tokens diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 095bf3f0..168ab887 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,7 +45,7 @@ importers: '@singlestone/postcss-preset-sugar': workspace:* '@singlestone/prettier-config-sugar': workspace:* '@singlestone/sugar': workspace:* - '@singlestone/sugar-tokens': workspace:^ + '@singlestone/sugar-tokens': workspace:^0.6.0 '@singlestone/tsup-config': workspace:* '@size-limit/preset-small-lib': 8.2.4 '@testing-library/jest-dom': 5.16.5 @@ -189,7 +189,7 @@ importers: '@babel/core': 7.20.12 '@singlestone/eslint-config-sugar': workspace:* '@singlestone/prettier-config-sugar': workspace:* - '@singlestone/sugar-tokens': workspace:^ + '@singlestone/sugar-tokens': workspace:^0.6.0 '@singlestone/tsup-config': workspace:* '@size-limit/preset-small-lib': 8.2.4 '@types/node': 18.13.0 diff --git a/sugar/react/package.json b/sugar/react/package.json index 5f497621..dd523a60 100644 --- a/sugar/react/package.json +++ b/sugar/react/package.json @@ -44,7 +44,7 @@ "react": ">=16.0.0" }, "dependencies": { - "@singlestone/sugar-tokens": "workspace:^", + "@singlestone/sugar-tokens": "workspace:^0.6.0", "clsx": "^1.2.1" }, "devDependencies": { diff --git a/sugar/tailwind-helpers/package.json b/sugar/tailwind-helpers/package.json index 9b17eb11..1a54126b 100644 --- a/sugar/tailwind-helpers/package.json +++ b/sugar/tailwind-helpers/package.json @@ -41,7 +41,7 @@ "tailwindcss": "^3.1.0" }, "dependencies": { - "@singlestone/sugar-tokens": "workspace:^" + "@singlestone/sugar-tokens": "workspace:^0.6.0" }, "devDependencies": { "@babel/core": "7.20.12",