@shell-shock/plugin-theme 0.3.13 → 0.3.14

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-theme",
3
- "version": "0.3.13",
3
+ "version": "0.3.14",
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": [
@@ -212,8 +212,8 @@
212
212
  "@powerlines/plugin-alloy": "^0.24.5",
213
213
  "@powerlines/plugin-plugin": "^0.12.265",
214
214
  "@powerlines/plugin-style-dictionary": "^0.3.215",
215
- "@stryke/helpers": "^0.9.48",
216
- "@stryke/type-checks": "^0.5.31",
215
+ "@stryke/helpers": "^0.9.51",
216
+ "@stryke/type-checks": "^0.5.34",
217
217
  "defu": "^6.1.4",
218
218
  "powerlines": "^0.40.1",
219
219
  "style-dictionary": "^5.3.3"
@@ -223,5 +223,5 @@
223
223
  "@types/node": "^25.3.5"
224
224
  },
225
225
  "publishConfig": { "access": "public" },
226
- "gitHead": "72aca0879750bcb186d5101569dcbdbd3276be10"
226
+ "gitHead": "fd2265a344f83b56fcff5bd1498e54d0d19865c3"
227
227
  }