@powerlines/plugin-react 0.1.348 → 0.1.349

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-react",
3
- "version": "0.1.348",
3
+ "version": "0.1.349",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for building a React application.",
6
6
  "repository": {
@@ -142,9 +142,9 @@
142
142
  "@alloy-js/typescript": "0.23.0-dev.4",
143
143
  "@babel/core": "^7.29.0",
144
144
  "@powerlines/plugin-vite": "^0.14.297",
145
- "@powerlines/plugin-alloy": "^0.23.26",
145
+ "@powerlines/plugin-alloy": "^0.23.27",
146
146
  "@powerlines/plugin-babel": "^0.12.304",
147
- "@powerlines/plugin-env": "^0.16.13",
147
+ "@powerlines/plugin-env": "^0.16.14",
148
148
  "@storm-software/config-tools": "^1.189.10",
149
149
  "@stryke/cli": "^0.13.15",
150
150
  "@stryke/convert": "^0.6.40",
@@ -156,12 +156,12 @@
156
156
  "powerlines": "^0.39.4"
157
157
  },
158
158
  "devDependencies": {
159
- "@powerlines/plugin-plugin": "^0.12.246",
159
+ "@powerlines/plugin-plugin": "^0.12.247",
160
160
  "@types/node": "^25.3.3",
161
161
  "@types/react": "^19.2.14",
162
162
  "@types/react-dom": "^19.2.3"
163
163
  },
164
164
  "publishConfig": { "access": "public" },
165
165
  "types": "./dist/index.d.cts",
166
- "gitHead": "b4932f4bf2a6f97dd535eb6a05219db5722d4462"
166
+ "gitHead": "4efbc68ec8e93e9eeca3684cec5fdf78e7e51a7c"
167
167
  }