@shell-shock/plugin-theme 0.4.7 → 0.4.8

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.4.7",
3
+ "version": "0.4.8",
4
4
  "private": false,
5
5
  "description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
6
6
  "keywords": [
@@ -223,20 +223,20 @@
223
223
  "files": ["dist/**/*"],
224
224
  "dependencies": {
225
225
  "@alloy-js/core": "0.23.0-dev.8",
226
- "@powerlines/plugin-alloy": "^0.26.1",
227
- "@powerlines/plugin-plugin": "^0.12.336",
228
- "@powerlines/plugin-style-dictionary": "^0.3.286",
226
+ "@powerlines/plugin-alloy": "^0.26.2",
227
+ "@powerlines/plugin-plugin": "^0.12.337",
228
+ "@powerlines/plugin-style-dictionary": "^0.3.287",
229
229
  "@stryke/helpers": "^0.10.7",
230
230
  "@stryke/type-checks": "^0.6.0",
231
231
  "@stryke/string-format": "^0.17.7",
232
232
  "defu": "^6.1.6",
233
- "powerlines": "^0.42.26",
233
+ "powerlines": "^0.42.27",
234
234
  "style-dictionary": "^5.4.0"
235
235
  },
236
236
  "devDependencies": {
237
- "@powerlines/plugin-deepkit": "^0.11.264",
237
+ "@powerlines/plugin-deepkit": "^0.11.265",
238
238
  "@types/node": "^25.5.0"
239
239
  },
240
240
  "publishConfig": { "access": "public" },
241
- "gitHead": "bffe474833b0bb3ca1d4157afe0c1952e4148d81"
241
+ "gitHead": "b39233bcc3bed352f050a2b43ca0fa432a4175a4"
242
242
  }