Skip to content

chore(deps): update dependency style-dictionary to v5 (main) #3757

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lodash-es": "^4.17.21",
"postcss": "^8.5.3",
"postcss-sorting": "^9.1.0",
"style-dictionary": "^4.3.3"
"style-dictionary": "^5.0.0"
},
"keywords": [
"design-system",
Expand Down
27 changes: 22 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5518,7 +5518,7 @@ __metadata:
lodash-es: "npm:^4.17.21"
postcss: "npm:^8.5.3"
postcss-sorting: "npm:^9.1.0"
style-dictionary: "npm:^4.3.3"
style-dictionary: "npm:^5.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6580,6 +6580,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.10.5":
version: 22.15.18
resolution: "@types/node@npm:22.15.18"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/e23178c568e2dc6b93b6aa3b8dfb45f9556e527918c947fe7406a4c92d2184c7396558912400c3b1b8d0fa952ec63819aca2b8e4d3545455fc6f1e9623e09ca6
languageName: node
linkType: hard

"@types/stack-utils@npm:^2.0.0":
version: 2.0.3
resolution: "@types/stack-utils@npm:2.0.3"
Expand Down Expand Up @@ -19312,13 +19321,14 @@ __metadata:
languageName: node
linkType: hard

"style-dictionary@npm:^4.3.3":
version: 4.4.0
resolution: "style-dictionary@npm:4.4.0"
"style-dictionary@npm:^5.0.0":
version: 5.0.0
resolution: "style-dictionary@npm:5.0.0"
dependencies:
"@bundled-es-modules/deepmerge": "npm:^4.3.1"
"@bundled-es-modules/glob": "npm:^10.4.2"
"@bundled-es-modules/memfs": "npm:^4.9.4"
"@types/node": "npm:^22.10.5"
"@zip.js/zip.js": "npm:^2.7.44"
chalk: "npm:^5.3.0"
change-case: "npm:^5.3.0"
Expand All @@ -19331,7 +19341,7 @@ __metadata:
tinycolor2: "npm:^1.6.0"
bin:
style-dictionary: bin/style-dictionary.js
checksum: 10c0/fad9b95407922fff80b3b172639669198c49628a053d1b3dc65cada45f4f1031aef24cc0cbfc2e958652da192d2fc145ef90ab32a0cf01dc6764137193d164f3
checksum: 10c0/ba32331134f3b5eba8ae7e0009ff7a59241392fd4ed5cd241335b0a0e7addf153a4bcdb5a7f51c33e9a6c35db8f33dd9771e017fef2eddaea111bb0a56f0eadb
languageName: node
linkType: hard

Expand Down Expand Up @@ -20160,6 +20170,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: 10c0/c01ed51829b10aa72fc3ce64b747f8e74ae9b60eafa19a7b46ef624403508a54c526ffab06a14a26b3120d055e1104d7abe7c9017e83ced038ea5cf52f8d5e04
languageName: node
linkType: hard

"undici@npm:^5.25.4":
version: 5.28.5
resolution: "undici@npm:5.28.5"
Expand Down
Loading