@powerlines/plugin-react 0.1.279 → 0.1.280

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 +12 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-react",
3
- "version": "0.1.279",
3
+ "version": "0.1.280",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for building a React application.",
6
6
  "repository": {
@@ -130,8 +130,13 @@
130
130
  },
131
131
  "files": ["dist/**/*"],
132
132
  "keywords": ["react", "powerlines", "storm-software", "powerlines-plugin"],
133
- "peerDependencies": { "react": ">=19.2.0", "react-dom": ">=19.2.0" },
133
+ "peerDependencies": {
134
+ "@powerlines/plugin-alloy": "*",
135
+ "react": ">=19.2.0",
136
+ "react-dom": ">=19.2.0"
137
+ },
134
138
  "peerDependenciesMeta": {
139
+ "@powerlines/plugin-alloy": { "optional": false },
135
140
  "react": { "optional": false },
136
141
  "react-dom": { "optional": false }
137
142
  },
@@ -141,9 +146,8 @@
141
146
  "@alloy-js/markdown": "^0.22.0",
142
147
  "@alloy-js/typescript": "^0.22.0",
143
148
  "@babel/core": "^7.28.6",
144
- "@powerlines/plugin-alloy": "^0.19.22",
145
- "@powerlines/plugin-babel": "^0.12.255",
146
- "@powerlines/plugin-env": "^0.15.150",
149
+ "@powerlines/plugin-babel": "^0.12.256",
150
+ "@powerlines/plugin-env": "^0.15.151",
147
151
  "@storm-software/config-tools": "^1.189.0",
148
152
  "@stryke/cli": "^0.13.11",
149
153
  "@stryke/convert": "^0.6.37",
@@ -152,15 +156,15 @@
152
156
  "@vitejs/plugin-react": "^5.1.2",
153
157
  "babel-plugin-react-compiler": "^1.0.0",
154
158
  "defu": "^6.1.4",
155
- "powerlines": "^0.38.13"
159
+ "powerlines": "^0.38.14"
156
160
  },
157
161
  "devDependencies": {
158
- "@powerlines/plugin-plugin": "^0.12.197",
162
+ "@powerlines/plugin-plugin": "^0.12.198",
159
163
  "@types/node": "^24.10.9",
160
164
  "@types/react": "^19.2.10",
161
165
  "@types/react-dom": "^19.2.3"
162
166
  },
163
167
  "publishConfig": { "access": "public" },
164
168
  "types": "./dist/index.d.cts",
165
- "gitHead": "b2ecfb2756a1137c3006b09c1e8f8a60a346d1ad"
169
+ "gitHead": "1acb301f822c9c1e37ac7dfeed3c2253b1f16b3e"
166
170
  }