Skip to content

Commit cafd1a3

Browse files
dependabot[bot]castastrophe
authored andcommitted
chore(deps-dev): bump style-dictionary from 3.7.2 to 3.8.0
Bumps [style-dictionary](https://github.com/amzn/style-dictionary) from 3.7.2 to 3.8.0. - [Release notes](https://github.com/amzn/style-dictionary/releases) - [Changelog](https://github.com/amzn/style-dictionary/blob/main/CHANGELOG.md) - [Commits](amzn/style-dictionary@v3.7.2...v3.8.0) --- updated-dependencies: - dependency-name: style-dictionary dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41919d2 commit cafd1a3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

components/tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"postcss-sorting": "^8.0.2",
4242
"prettier": "^2.8.8",
4343
"rimraf": "^5.0.0",
44-
"style-dictionary": "^3.7.2",
44+
"style-dictionary": "^3.8.0",
4545
"style-dictionary-sets": "^2.2.0"
4646
},
4747
"publishConfig": {

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -10455,7 +10455,7 @@ json5@^1.0.1:
1045510455
dependencies:
1045610456
minimist "^1.2.0"
1045710457

10458-
json5@^2.1.2, json5@^2.2.0, json5@^2.2.2, json5@^2.2.3:
10458+
json5@^2.1.2, json5@^2.2.2, json5@^2.2.3:
1045910459
version "2.2.3"
1046010460
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
1046110461
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
@@ -16228,17 +16228,17 @@ style-dictionary-sets@^2.2.0:
1622816228
dependencies:
1622916229
deepmerge "^4.2.2"
1623016230

16231-
style-dictionary@^3.7.2:
16232-
version "3.7.2"
16233-
resolved "https://registry.yarnpkg.com/style-dictionary/-/style-dictionary-3.7.2.tgz#bb4e70b2c2020dfa3ea81f22adda252aaf31e0a4"
16234-
integrity sha512-Nd/qrPj1ikYX+sL/8PofMgfaJLRvGgT96Ty3dJLGNqtZmecVr3Xs+OZivMQEYmSCTiap/UyeV5SqwmAgn3/KKA==
16231+
style-dictionary@^3.8.0:
16232+
version "3.8.0"
16233+
resolved "https://registry.yarnpkg.com/style-dictionary/-/style-dictionary-3.8.0.tgz#7cb8d64360c53431f768d44def665f61e971a73e"
16234+
integrity sha512-wHlB/f5eO3mDcYv6WtOz6gvQC477jBKrwuIXe+PtHskTCBsJdAOvL8hCquczJxDui2TnwpeNE+2msK91JJomZg==
1623516235
dependencies:
1623616236
chalk "^4.0.0"
1623716237
change-case "^4.1.2"
1623816238
commander "^8.3.0"
1623916239
fs-extra "^10.0.0"
1624016240
glob "^7.2.0"
16241-
json5 "^2.2.0"
16241+
json5 "^2.2.2"
1624216242
jsonc-parser "^3.0.0"
1624316243
lodash "^4.17.15"
1624416244
tinycolor2 "^1.4.1"

0 commit comments

Comments
 (0)