Skip to content

Commit

Permalink
fix: remove reliance on browser-style-dictionary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenbroekema committed Oct 23, 2023
1 parent 1f3c387 commit dd58528
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 151 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-dogs-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tokens-studio/sd-transforms': patch
---

Remove reliance on browser-style-dictionary. This created problems with CJS style-dictionary config files (default export).
152 changes: 3 additions & 149 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,13 @@
"types": "./dist/src/index.d.ts",
"dependencies": {
"@tokens-studio/types": "^0.2.4",
"browser-style-dictionary": "^3.1.1-browser.1",
"color2k": "^2.0.1",
"colorjs.io": "^0.4.3",
"deepmerge": "^4.3.1",
"expr-eval": "^2.0.2",
"is-mergeable-object": "^1.1.1",
"postcss-calc-ast-parser": "^0.1.4",
"style-dictionary": "^3.7.2"
"style-dictionary": "^3.8.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
Expand Down

0 comments on commit dd58528

Please sign in to comment.