@shell-shock/plugin-theme 0.3.0 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/plugin-theme",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
|
|
6
6
|
"repository": {
|
|
@@ -166,20 +166,20 @@
|
|
|
166
166
|
"storm-software"
|
|
167
167
|
],
|
|
168
168
|
"dependencies": {
|
|
169
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
170
|
-
"@powerlines/plugin-style-dictionary": "^0.3.
|
|
169
|
+
"@powerlines/plugin-plugin": "^0.12.238",
|
|
170
|
+
"@powerlines/plugin-style-dictionary": "^0.3.188",
|
|
171
171
|
"@stryke/helpers": "^0.9.42",
|
|
172
172
|
"@stryke/type-checks": "^0.5.25",
|
|
173
173
|
"defu": "6.1.4",
|
|
174
|
-
"powerlines": "^0.38.
|
|
174
|
+
"powerlines": "^0.38.54",
|
|
175
175
|
"style-dictionary": "^5.3.2",
|
|
176
|
-
"@powerlines/plugin-alloy": "0.23.
|
|
176
|
+
"@powerlines/plugin-alloy": "^0.23.17",
|
|
177
177
|
"@alloy-js/core": "0.23.0-dev.8"
|
|
178
178
|
},
|
|
179
179
|
"devDependencies": {
|
|
180
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
181
|
-
"@types/node": "^
|
|
180
|
+
"@powerlines/plugin-deepkit": "^0.11.166",
|
|
181
|
+
"@types/node": "^25.3.0"
|
|
182
182
|
},
|
|
183
183
|
"publishConfig": { "access": "public" },
|
|
184
|
-
"gitHead": "
|
|
184
|
+
"gitHead": "cfda8730b7dac0e89647907af8bdf83635eee335"
|
|
185
185
|
}
|