@shell-shock/plugin-theme 0.3.7 → 0.3.9

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-theme",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
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": {
@@ -208,20 +208,20 @@
208
208
  "storm-software"
209
209
  ],
210
210
  "dependencies": {
211
- "@powerlines/plugin-plugin": "^0.12.240",
212
- "@powerlines/plugin-style-dictionary": "^0.3.190",
211
+ "@powerlines/plugin-plugin": "^0.12.241",
212
+ "@powerlines/plugin-style-dictionary": "^0.3.191",
213
213
  "@stryke/helpers": "^0.9.42",
214
214
  "@stryke/type-checks": "^0.5.25",
215
215
  "defu": "6.1.4",
216
- "powerlines": "^0.38.56",
216
+ "powerlines": "^0.38.57",
217
217
  "style-dictionary": "^5.3.2",
218
- "@powerlines/plugin-alloy": "^0.23.19",
218
+ "@powerlines/plugin-alloy": "^0.23.20",
219
219
  "@alloy-js/core": "0.23.0-dev.8"
220
220
  },
221
221
  "devDependencies": {
222
- "@powerlines/plugin-deepkit": "^0.11.168",
222
+ "@powerlines/plugin-deepkit": "^0.11.169",
223
223
  "@types/node": "^25.3.1"
224
224
  },
225
225
  "publishConfig": { "access": "public" },
226
- "gitHead": "603cb61e0a2c4c8a1e86beb4b3d8dc2882ea207f"
226
+ "gitHead": "169e28edb54c3e7e189cab2fa0797143a8f76c6f"
227
227
  }