@powerlines/plugin-react 0.1.43 → 0.1.44

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 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-react",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for building a React application.",
6
6
  "repository": {
@@ -130,19 +130,19 @@
130
130
  "@stryke/fs": "^0.33.4",
131
131
  "@stryke/path": "^0.21.2",
132
132
  "babel-plugin-react-compiler": "^1.0.0",
133
- "@powerlines/alloy": "^0.11.52",
134
- "@powerlines/plugin-babel": "^0.12.52",
135
- "@powerlines/plugin-env": "^0.13.49",
136
- "@powerlines/plugin-plugin": "^0.11.51",
133
+ "@powerlines/alloy": "^0.11.53",
134
+ "@powerlines/plugin-babel": "^0.12.53",
135
+ "@powerlines/plugin-env": "^0.13.50",
136
+ "@powerlines/plugin-plugin": "^0.11.52",
137
137
  "@vitejs/plugin-react": "^5.1.1",
138
138
  "defu": "^6.1.4",
139
- "powerlines": "^0.26.0"
139
+ "powerlines": "^0.26.1"
140
140
  },
141
141
  "devDependencies": {
142
- "@powerlines/nx": "^0.10.43",
142
+ "@powerlines/nx": "^0.10.44",
143
143
  "@storm-software/tsup": "^0.2.47",
144
144
  "@types/node": "^24.10.1"
145
145
  },
146
146
  "publishConfig": { "access": "public" },
147
- "gitHead": "f5914f6eb955964b0c2c1785c6e75d5ee04ebd79"
147
+ "gitHead": "091646e240baefe4692003e7ea76e5e337d1772e"
148
148
  }