@powerlines/plugin-react 0.1.72 → 0.1.74

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-react",
3
- "version": "0.1.72",
3
+ "version": "0.1.74",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for building a React application.",
6
6
  "repository": {
@@ -136,21 +136,21 @@
136
136
  "react-dom": { "optional": false }
137
137
  },
138
138
  "dependencies": {
139
- "@storm-software/config-tools": "^1.188.70",
139
+ "@storm-software/config-tools": "^1.188.71",
140
140
  "@stryke/cli": "^0.12.32",
141
141
  "@stryke/convert": "^0.6.26",
142
142
  "@stryke/fs": "^0.33.22",
143
143
  "@stryke/path": "^0.22.13",
144
144
  "babel-plugin-react-compiler": "^1.0.0",
145
- "@powerlines/alloy": "^0.11.81",
146
- "@powerlines/plugin-babel": "^0.12.81",
147
- "@powerlines/plugin-env": "^0.13.78",
148
- "@powerlines/plugin-plugin": "^0.12.24",
145
+ "@powerlines/alloy": "^0.11.83",
146
+ "@powerlines/plugin-babel": "^0.12.83",
147
+ "@powerlines/plugin-env": "^0.13.80",
148
+ "@powerlines/plugin-plugin": "^0.12.26",
149
149
  "@vitejs/plugin-react": "^5.1.2",
150
150
  "defu": "^6.1.4",
151
- "powerlines": "^0.32.2"
151
+ "powerlines": "^0.32.4"
152
152
  },
153
- "devDependencies": { "@powerlines/nx": "^0.11.3", "@types/node": "^24.10.4" },
153
+ "devDependencies": { "@powerlines/nx": "^0.11.5", "@types/node": "^24.10.4" },
154
154
  "publishConfig": { "access": "public" },
155
- "gitHead": "cfee2e6d1e744dc328e57a623cb9ae6632616f90"
155
+ "gitHead": "76112da51aee388b0a65a15153a85817814bbebd"
156
156
  }