Skip to content

Commit 096fbca

Browse files
committed
clean dependencies
1 parent 806e6f4 commit 096fbca

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

core/package-lock.json

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,11 @@
6666
"fs-extra": "^9.0.1",
6767
"jest": "^29.7.0",
6868
"jest-cli": "^29.7.0",
69-
"outsystems-design-tokens": "^1.3.2",
69+
"outsystems-design-tokens": "1.3.3",
7070
"prettier": "^2.8.8",
7171
"rollup": "^2.26.4",
7272
"sass": "^1.33.0",
7373
"serve": "^14.0.1",
74-
"style-dictionary": "^5.0.0",
7574
"stylelint": "^13.13.1",
7675
"stylelint-order": "^4.1.0"
7776
},
@@ -80,7 +79,7 @@
8079
"build.css": "npm run css.sass && npm run css.minify",
8180
"build.debug": "npm run clean && stencil build --debug",
8281
"build.docs.json": "stencil build --docs-json dist/docs.json",
83-
"build.tokens": "node ./node_modules/outsystems-design-tokens/scripts/index.js --config ./scripts/tokens/index.mjs && npm run prettier.tokens",
82+
"build.tokens": "npx build.tokens --dest src/foundations/ --root=false --scss=true --scss-file=ionic.vars.scss --scss-prefix=ion --utilities=false && npm run prettier.tokens",
8483
"clean": "node scripts/clean.js",
8584
"css.minify": "cleancss -O2 -o ./css/ionic.bundle.css ./css/ionic.bundle.css",
8685
"css.sass": "sass --embed-sources --style compressed src/css:./css",

0 commit comments

Comments
 (0)