Skip to content

Commit 4ee7cd2

Browse files
committed
chore(deps): update dependency style-dictionary to v3.9.0
1 parent 50bf770 commit 4ee7cd2

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

example/create-configuration-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"devDependencies": {
1010
"sd-tailwindcss-transformer": "1.4.0",
11-
"style-dictionary": "3.8.0"
11+
"style-dictionary": "3.9.0"
1212
}
1313
}

example/create-configuration-file/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@ snake-case@^3.0.4:
265265
dot-case "^3.0.4"
266266
tslib "^2.0.3"
267267

268-
style-dictionary@3.8.0:
269-
version "3.8.0"
270-
resolved "https://registry.yarnpkg.com/style-dictionary/-/style-dictionary-3.8.0.tgz#7cb8d64360c53431f768d44def665f61e971a73e"
271-
integrity sha512-wHlB/f5eO3mDcYv6WtOz6gvQC477jBKrwuIXe+PtHskTCBsJdAOvL8hCquczJxDui2TnwpeNE+2msK91JJomZg==
268+
style-dictionary@3.9.0:
269+
version "3.9.0"
270+
resolved "https://registry.yarnpkg.com/style-dictionary/-/style-dictionary-3.9.0.tgz#c89ba60b81a821c52515ae45d5e5c2da41c34546"
271+
integrity sha512-mnq8QfPJoj3ellKHRKZwmCgYUGgwYtoagW5edyKpR09O1W4/XqBdeKXoY/LbeIKqHrqVR7sGgk6E/dNYkPS4aA==
272272
dependencies:
273273
chalk "^4.0.0"
274274
change-case "^4.1.2"

example/create-each-theme-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"devDependencies": {
1010
"sd-tailwindcss-transformer": "1.4.0",
11-
"style-dictionary": "3.8.0"
11+
"style-dictionary": "3.9.0"
1212
}
1313
}

example/create-each-theme-file/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@ snake-case@^3.0.4:
265265
dot-case "^3.0.4"
266266
tslib "^2.0.3"
267267

268-
style-dictionary@3.8.0:
269-
version "3.8.0"
270-
resolved "https://registry.yarnpkg.com/style-dictionary/-/style-dictionary-3.8.0.tgz#7cb8d64360c53431f768d44def665f61e971a73e"
271-
integrity sha512-wHlB/f5eO3mDcYv6WtOz6gvQC477jBKrwuIXe+PtHskTCBsJdAOvL8hCquczJxDui2TnwpeNE+2msK91JJomZg==
268+
style-dictionary@3.9.0:
269+
version "3.9.0"
270+
resolved "https://registry.yarnpkg.com/style-dictionary/-/style-dictionary-3.9.0.tgz#c89ba60b81a821c52515ae45d5e5c2da41c34546"
271+
integrity sha512-mnq8QfPJoj3ellKHRKZwmCgYUGgwYtoagW5edyKpR09O1W4/XqBdeKXoY/LbeIKqHrqVR7sGgk6E/dNYkPS4aA==
272272
dependencies:
273273
chalk "^4.0.0"
274274
change-case "^4.1.2"

example/with-css-variables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"autoprefixer": "10.4.16",
2121
"postcss": "8.4.31",
2222
"sd-tailwindcss-transformer": "1.4.0",
23-
"style-dictionary": "3.8.0",
23+
"style-dictionary": "3.9.0",
2424
"tailwindcss": "3.3.4",
2525
"typescript": "4.9.5"
2626
}

example/with-css-variables/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -998,10 +998,10 @@ source-map-js@^1.0.2:
998998
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
999999
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
10001000

1001-
style-dictionary@3.8.0:
1002-
version "3.8.0"
1003-
resolved "https://registry.yarnpkg.com/style-dictionary/-/style-dictionary-3.8.0.tgz#7cb8d64360c53431f768d44def665f61e971a73e"
1004-
integrity sha512-wHlB/f5eO3mDcYv6WtOz6gvQC477jBKrwuIXe+PtHskTCBsJdAOvL8hCquczJxDui2TnwpeNE+2msK91JJomZg==
1001+
style-dictionary@3.9.0:
1002+
version "3.9.0"
1003+
resolved "https://registry.yarnpkg.com/style-dictionary/-/style-dictionary-3.9.0.tgz#c89ba60b81a821c52515ae45d5e5c2da41c34546"
1004+
integrity sha512-mnq8QfPJoj3ellKHRKZwmCgYUGgwYtoagW5edyKpR09O1W4/XqBdeKXoY/LbeIKqHrqVR7sGgk6E/dNYkPS4aA==
10051005
dependencies:
10061006
chalk "^4.0.0"
10071007
change-case "^4.1.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"prettier": "2.8.8",
5151
"rimraf": "3.0.2",
5252
"semantic-release": "21.1.2",
53-
"style-dictionary": "3.8.0",
53+
"style-dictionary": "3.9.0",
5454
"tailwindcss": "3.3.4",
5555
"ts-node": "10.9.1",
5656
"tsup": "6.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6221,10 +6221,10 @@ strip-literal@^1.0.1:
62216221
dependencies:
62226222
acorn "^8.8.2"
62236223

6224-
style-dictionary@3.8.0:
6225-
version "3.8.0"
6226-
resolved "https://registry.yarnpkg.com/style-dictionary/-/style-dictionary-3.8.0.tgz#7cb8d64360c53431f768d44def665f61e971a73e"
6227-
integrity sha512-wHlB/f5eO3mDcYv6WtOz6gvQC477jBKrwuIXe+PtHskTCBsJdAOvL8hCquczJxDui2TnwpeNE+2msK91JJomZg==
6224+
style-dictionary@3.9.0:
6225+
version "3.9.0"
6226+
resolved "https://registry.yarnpkg.com/style-dictionary/-/style-dictionary-3.9.0.tgz#c89ba60b81a821c52515ae45d5e5c2da41c34546"
6227+
integrity sha512-mnq8QfPJoj3ellKHRKZwmCgYUGgwYtoagW5edyKpR09O1W4/XqBdeKXoY/LbeIKqHrqVR7sGgk6E/dNYkPS4aA==
62286228
dependencies:
62296229
chalk "^4.0.0"
62306230
change-case "^4.1.2"

0 commit comments

Comments
 (0)