@powerlines/plugin-react 0.1.171 → 0.1.172

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-react",
3
- "version": "0.1.171",
3
+ "version": "0.1.172",
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.28.6",
144
- "@powerlines/plugin-alloy": "^0.18.39",
145
- "@powerlines/plugin-babel": "^0.12.162",
146
- "@powerlines/plugin-env": "^0.15.42",
144
+ "@powerlines/plugin-alloy": "^0.18.40",
145
+ "@powerlines/plugin-babel": "^0.12.163",
146
+ "@powerlines/plugin-env": "^0.15.43",
147
147
  "@storm-software/config-tools": "^1.188.79",
148
148
  "@stryke/cli": "^0.13.1",
149
149
  "@stryke/convert": "^0.6.31",
@@ -152,14 +152,14 @@
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.37.27"
155
+ "powerlines": "^0.37.28"
156
156
  },
157
157
  "devDependencies": {
158
- "@powerlines/plugin-plugin": "^0.12.105",
158
+ "@powerlines/plugin-plugin": "^0.12.106",
159
159
  "@types/node": "^24.10.8",
160
160
  "@types/react": "^19.2.8",
161
161
  "@types/react-dom": "^19.2.3"
162
162
  },
163
163
  "publishConfig": { "access": "public" },
164
- "gitHead": "2374286888f4f152371560b1375a4ad46b1d9e5d"
164
+ "gitHead": "d025553d84778d0494087cb1e15a803766a4cc4b"
165
165
  }