@powerlines/plugin-react 0.1.301 → 0.1.303

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -287,7 +287,7 @@ generation of development tools, please reach out on our
287
287
 
288
288
  <br />
289
289
 
290
- <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
290
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/storm-software/icon-circle-fill-dark.png" alt="Storm Software" width="200px"/></a></div>
291
291
  <br />
292
292
  <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
293
293
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-react",
3
- "version": "0.1.301",
3
+ "version": "0.1.303",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for building a React application.",
6
6
  "repository": {
@@ -141,9 +141,9 @@
141
141
  "@alloy-js/markdown": "^0.22.0",
142
142
  "@alloy-js/typescript": "^0.22.0",
143
143
  "@babel/core": "^7.29.0",
144
- "@powerlines/plugin-alloy": "^0.20.6",
145
- "@powerlines/plugin-babel": "^0.12.272",
146
- "@powerlines/plugin-env": "^0.15.172",
144
+ "@powerlines/plugin-alloy": "^0.20.8",
145
+ "@powerlines/plugin-babel": "^0.12.274",
146
+ "@powerlines/plugin-env": "^0.15.174",
147
147
  "@storm-software/config-tools": "^1.189.0",
148
148
  "@stryke/cli": "^0.13.12",
149
149
  "@stryke/convert": "^0.6.38",
@@ -152,15 +152,15 @@
152
152
  "@vitejs/plugin-react": "^5.1.2",
153
153
  "babel-plugin-react-compiler": "^1.0.0",
154
154
  "defu": "^6.1.4",
155
- "powerlines": "^0.38.30"
155
+ "powerlines": "^0.38.32"
156
156
  },
157
157
  "devDependencies": {
158
- "@powerlines/plugin-plugin": "^0.12.214",
158
+ "@powerlines/plugin-plugin": "^0.12.216",
159
159
  "@types/node": "^24.10.9",
160
160
  "@types/react": "^19.2.10",
161
161
  "@types/react-dom": "^19.2.3"
162
162
  },
163
163
  "publishConfig": { "access": "public" },
164
164
  "types": "./dist/index.d.cts",
165
- "gitHead": "846f9236871d26360c6bd6350c0537eacf3a8456"
165
+ "gitHead": "43093755bc5b18e29066b109f89a50a7e029ad4e"
166
166
  }