@powerlines/plugin-react 0.1.280 → 0.1.281

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