@powerlines/plugin-react 0.1.697 → 0.1.699

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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-react",
3
- "version": "0.1.697",
3
+ "version": "0.1.699",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin for building a React application.",
6
6
  "keywords": ["react", "powerlines", "storm-software", "powerlines-plugin"],
@@ -137,27 +137,27 @@
137
137
  "@alloy-js/markdown": "^0.24.0",
138
138
  "@alloy-js/typescript": "^0.24.0",
139
139
  "@babel/core": "^8.0.1",
140
- "@power-plant/alloy-js": "^0.0.31",
141
- "@power-plant/schema": "^0.0.33",
142
- "@powerlines/core": "^0.48.79",
143
- "@powerlines/plugin-alloy": "^0.26.251",
144
- "@powerlines/plugin-babel": "^0.13.154",
145
- "@powerlines/plugin-env": "^0.16.362",
146
- "@powerlines/plugin-vite": "^0.14.612",
140
+ "@power-plant/alloy-js": "^0.0.34",
141
+ "@power-plant/schema": "^0.0.36",
142
+ "@powerlines/core": "^0.48.81",
143
+ "@powerlines/plugin-alloy": "^0.26.253",
144
+ "@powerlines/plugin-babel": "^0.13.156",
145
+ "@powerlines/plugin-env": "^0.16.364",
146
+ "@powerlines/plugin-vite": "^0.14.614",
147
147
  "@rolldown/plugin-babel": "^0.2.3",
148
148
  "@storm-software/config-tools": "^1.190.109",
149
- "@stryke/cli": "^0.13.69",
150
- "@stryke/convert": "^0.7.27",
151
- "@stryke/fs": "^0.33.97",
152
- "@stryke/path": "^0.29.23",
153
- "@stryke/string-format": "^0.17.38",
149
+ "@stryke/cli": "^0.13.71",
150
+ "@stryke/convert": "^0.7.29",
151
+ "@stryke/fs": "^0.33.99",
152
+ "@stryke/path": "^0.29.25",
153
+ "@stryke/string-format": "^0.17.40",
154
154
  "@vitejs/plugin-react": "^6.0.4",
155
155
  "babel-plugin-react-compiler": "^1.0.0",
156
156
  "defu": "^6.1.7",
157
- "powerlines": "^0.47.158"
157
+ "powerlines": "^0.47.160"
158
158
  },
159
159
  "devDependencies": {
160
- "@powerlines/plugin-plugin": "^0.12.570",
160
+ "@powerlines/plugin-plugin": "^0.12.572",
161
161
  "@types/node": "^25.9.5",
162
162
  "@types/react": "^19.2.17",
163
163
  "@types/react-dom": "^19.2.3",
@@ -170,5 +170,5 @@
170
170
  "react-dom": { "optional": false }
171
171
  },
172
172
  "publishConfig": { "access": "public" },
173
- "gitHead": "dfffbcdd727e7f32670c46a3f28d14817411f28a"
173
+ "gitHead": "de2000d03a08aa0992aefe09286a1ec1aad8fd9f"
174
174
  }