@powerlines/plugin-alloy 0.26.153 → 0.26.154

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-alloy",
3
- "version": "0.26.153",
3
+ "version": "0.26.154",
4
4
  "description": "A package containing various Alloy framework components and helper utilities.",
5
5
  "keywords": ["alloy-js", "powerlines", "powerlines-plugin"],
6
6
  "homepage": "https://stormsoftware.com",
@@ -292,8 +292,8 @@
292
292
  "@alloy-js/json": "^0.23.0",
293
293
  "@alloy-js/markdown": "^0.23.0",
294
294
  "@alloy-js/typescript": "^0.23.0",
295
- "@powerlines/deepkit": "0.9.41",
296
- "@powerlines/plugin-babel": "0.13.61",
295
+ "@powerlines/deepkit": "0.9.42",
296
+ "@powerlines/plugin-babel": "0.13.62",
297
297
  "@storm-software/config-tools": "^1.190.29",
298
298
  "@stryke/capnp": "^0.12.102",
299
299
  "@stryke/convert": "^0.7.7",
@@ -306,13 +306,13 @@
306
306
  "@stryke/types": "^0.12.4",
307
307
  "@stryke/unique-id": "^0.3.87",
308
308
  "defu": "^6.1.7",
309
- "powerlines": "0.47.65",
309
+ "powerlines": "0.47.66",
310
310
  "prettier": "^3.8.3",
311
311
  "unctx": "^2.5.0"
312
312
  },
313
313
  "devDependencies": {
314
314
  "@babel/preset-typescript": "8.0.0-rc.6",
315
- "@powerlines/plugin-plugin": "0.12.477",
315
+ "@powerlines/plugin-plugin": "0.12.478",
316
316
  "@types/node": "^25.9.1"
317
317
  },
318
318
  "peerDependencies": {
@@ -324,5 +324,5 @@
324
324
  "@babel/preset-typescript": { "optional": false }
325
325
  },
326
326
  "publishConfig": { "access": "public" },
327
- "gitHead": "30f28036a7944ff8190437b776331e988737b92f"
327
+ "gitHead": "fbdb0986ae6ddcc328c5087536e25cb109444cd2"
328
328
  }