@powerlines/plugin-alloy 0.26.82 → 0.26.83

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-alloy",
3
- "version": "0.26.82",
3
+ "version": "0.26.83",
4
4
  "type": "module",
5
5
  "description": "A package containing various Alloy framework components and helper utilities.",
6
6
  "repository": {
@@ -909,7 +909,7 @@
909
909
  "@alloy-js/markdown": "0.23.0-dev.1",
910
910
  "@alloy-js/typescript": "0.23.0-dev.4",
911
911
  "@powerlines/deepkit": "^0.8.64",
912
- "@powerlines/plugin-babel": "^0.12.456",
912
+ "@powerlines/plugin-babel": "^0.13.0",
913
913
  "@storm-software/config-tools": "^1.190.1",
914
914
  "@stryke/capnp": "^0.12.96",
915
915
  "@stryke/convert": "^0.7.3",
@@ -922,15 +922,15 @@
922
922
  "@stryke/types": "^0.12.0",
923
923
  "@stryke/unique-id": "^0.3.81",
924
924
  "defu": "^6.1.7",
925
- "powerlines": "^0.47.2",
925
+ "powerlines": "^0.47.3",
926
926
  "prettier": "^3.8.3",
927
927
  "unctx": "^2.5.0"
928
928
  },
929
929
  "devDependencies": {
930
- "@powerlines/plugin-plugin": "^0.12.414",
930
+ "@powerlines/plugin-plugin": "^0.12.415",
931
931
  "@types/node": "^25.6.0"
932
932
  },
933
933
  "peerDependencies": { "@babel/preset-typescript": ">=8.0.0-rc4" },
934
934
  "publishConfig": { "access": "public" },
935
- "gitHead": "76fde74fd0b494596135ace273dd0d0072b7b8be"
935
+ "gitHead": "9c4b3c8956edda9e5f0f3354226077b0c25b09a2"
936
936
  }