@shell-shock/preset-cli 0.9.23 → 0.9.24

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 +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/preset-cli",
3
- "version": "0.9.23",
3
+ "version": "0.9.24",
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": [
@@ -181,29 +181,29 @@
181
181
  "dependencies": {
182
182
  "@alloy-js/core": "^0.23.1",
183
183
  "@alloy-js/typescript": "^0.23.0",
184
- "@powerlines/deepkit": "^0.9.78",
185
- "@powerlines/plugin-alloy": "^0.26.217",
186
- "@powerlines/plugin-plugin": "^0.12.536",
187
- "@shell-shock/core": "0.17.11",
188
- "@shell-shock/plugin-banner": "0.1.38",
189
- "@shell-shock/plugin-changelog": "0.1.14",
190
- "@shell-shock/plugin-completions": "0.4.19",
191
- "@shell-shock/plugin-console": "0.2.15",
192
- "@shell-shock/plugin-help": "0.2.29",
193
- "@shell-shock/plugin-prompts": "0.3.52",
194
- "@shell-shock/plugin-skills": "0.0.2",
195
- "@shell-shock/plugin-theme": "0.4.24",
196
- "@shell-shock/plugin-upgrade": "0.1.56",
197
- "@shell-shock/preset-script": "0.6.66",
184
+ "@powerlines/deepkit": "^0.9.80",
185
+ "@powerlines/plugin-alloy": "^0.26.219",
186
+ "@powerlines/plugin-plugin": "^0.12.538",
187
+ "@shell-shock/core": "0.17.12",
188
+ "@shell-shock/plugin-banner": "0.1.39",
189
+ "@shell-shock/plugin-changelog": "0.1.15",
190
+ "@shell-shock/plugin-completions": "0.4.20",
191
+ "@shell-shock/plugin-console": "0.2.16",
192
+ "@shell-shock/plugin-help": "0.2.30",
193
+ "@shell-shock/plugin-prompts": "0.3.53",
194
+ "@shell-shock/plugin-skills": "0.0.3",
195
+ "@shell-shock/plugin-theme": "0.4.25",
196
+ "@shell-shock/plugin-upgrade": "0.1.57",
197
+ "@shell-shock/preset-script": "0.6.67",
198
198
  "@stryke/path": "^0.29.11",
199
199
  "@stryke/string-format": "^0.17.26",
200
200
  "@stryke/type-checks": "^0.6.17",
201
201
  "@stryke/types": "^0.12.12",
202
202
  "cfonts": "^3.3.1",
203
203
  "defu": "^6.1.7",
204
- "powerlines": "^0.47.124"
204
+ "powerlines": "^0.47.126"
205
205
  },
206
206
  "devDependencies": { "@stryke/types": "^0.12.12", "@types/node": "^25.9.1" },
207
207
  "publishConfig": { "access": "public" },
208
- "gitHead": "9401c1de122d800040306fc89ad1835930c1a826"
208
+ "gitHead": "3c10901dd3fbbc3c9d6d1a3373f01cc5f56d3321"
209
209
  }