@powerlines/plugin-alloy 0.26.232 → 0.26.234

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 +22 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-alloy",
3
- "version": "0.26.232",
3
+ "version": "0.26.234",
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",
@@ -901,36 +901,37 @@
901
901
  "typings": "./dist/index.d.mts",
902
902
  "files": ["dist"],
903
903
  "dependencies": {
904
- "@babel/preset-typescript": "8.0.0-rc.6",
905
904
  "@alloy-js/core": "^0.23.1",
906
905
  "@alloy-js/json": "^0.23.0",
907
906
  "@alloy-js/markdown": "^0.23.0",
908
907
  "@alloy-js/typescript": "^0.23.0",
909
- "@powerlines/deepkit": "^0.9.92",
910
- "@powerlines/schema": "0.11.121",
911
- "@powerlines/plugin-babel": "0.13.135",
912
- "@storm-software/config-tools": "^1.190.69",
913
- "@stryke/capnp": "^0.12.112",
914
- "@stryke/convert": "^0.7.16",
915
- "@stryke/fs": "^0.33.86",
916
- "@stryke/helpers": "^0.10.25",
917
- "@stryke/json": "^0.15.9",
918
- "@stryke/path": "^0.29.12",
919
- "@stryke/string-format": "^0.17.27",
920
- "@stryke/type-checks": "^0.6.18",
921
- "@stryke/types": "^0.12.13",
922
- "@stryke/unique-id": "^0.3.97",
908
+ "@babel/preset-typescript": "^8.0.1",
909
+ "@powerlines/deepkit": "0.9.94",
910
+ "@powerlines/plugin-babel": "0.13.137",
911
+ "@powerlines/schema": "0.11.123",
912
+ "@storm-software/config-tools": "^1.190.89",
913
+ "@stryke/capnp": "^0.12.122",
914
+ "@stryke/convert": "^0.7.26",
915
+ "@stryke/fs": "^0.33.96",
916
+ "@stryke/helpers": "^0.10.35",
917
+ "@stryke/json": "^0.15.19",
918
+ "@stryke/path": "^0.29.22",
919
+ "@stryke/string-format": "^0.17.37",
920
+ "@stryke/type-checks": "^0.6.28",
921
+ "@stryke/types": "^0.12.23",
922
+ "@stryke/unique-id": "^0.3.107",
923
923
  "defu": "^6.1.7",
924
- "powerlines": "0.47.139",
925
- "prettier": "^3.8.4",
924
+ "powerlines": "0.47.141",
925
+ "prettier": "^3.9.4",
926
926
  "unctx": "^2.5.0"
927
927
  },
928
928
  "devDependencies": {
929
- "@powerlines/plugin-plugin": "0.12.551",
930
- "@types/node": "^25.9.3"
929
+ "@alloy-js/babel-preset": "^0.3.0",
930
+ "@powerlines/plugin-plugin": "0.12.553",
931
+ "@types/node": "^25.9.4"
931
932
  },
932
933
  "peerDependencies": { "@alloy-js/babel-preset": ">=0.3.0" },
933
934
  "peerDependenciesMeta": { "@alloy-js/babel-preset": { "optional": false } },
934
935
  "publishConfig": { "access": "public" },
935
- "gitHead": "e4d0789c94042b880b0fd0a56f6fdfb3c815953c"
936
+ "gitHead": "c2c932341c73ce708ac8e69c0d6c692ea41b4675"
936
937
  }