@powerlines/plugin-react 0.1.640 → 0.1.641

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 +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-react",
3
- "version": "0.1.640",
3
+ "version": "0.1.641",
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,24 +137,24 @@
137
137
  "@alloy-js/markdown": "^0.23.0",
138
138
  "@alloy-js/typescript": "^0.23.0",
139
139
  "@babel/core": "8.0.0-rc.6",
140
- "@powerlines/core": "^0.48.34",
141
- "@powerlines/plugin-alloy": "^0.26.194",
142
- "@powerlines/plugin-babel": "^0.13.98",
143
- "@powerlines/plugin-env": "^0.16.305",
144
- "@powerlines/plugin-vite": "^0.14.556",
140
+ "@powerlines/core": "^0.48.35",
141
+ "@powerlines/plugin-alloy": "^0.26.195",
142
+ "@powerlines/plugin-babel": "^0.13.99",
143
+ "@powerlines/plugin-env": "^0.16.306",
144
+ "@powerlines/plugin-vite": "^0.14.557",
145
145
  "@storm-software/config-tools": "^1.190.37",
146
- "@stryke/cli": "^0.13.55",
147
- "@stryke/convert": "^0.7.13",
148
- "@stryke/fs": "^0.33.83",
149
- "@stryke/path": "^0.29.9",
150
- "@stryke/string-format": "^0.17.24",
146
+ "@stryke/cli": "^0.13.56",
147
+ "@stryke/convert": "^0.7.14",
148
+ "@stryke/fs": "^0.33.84",
149
+ "@stryke/path": "^0.29.10",
150
+ "@stryke/string-format": "^0.17.25",
151
151
  "@vitejs/plugin-react": "^5.2.0",
152
152
  "babel-plugin-react-compiler": "^1.0.0",
153
153
  "defu": "^6.1.7",
154
- "powerlines": "^0.47.102"
154
+ "powerlines": "^0.47.103"
155
155
  },
156
156
  "devDependencies": {
157
- "@powerlines/plugin-plugin": "^0.12.514",
157
+ "@powerlines/plugin-plugin": "^0.12.515",
158
158
  "@types/node": "^25.9.1",
159
159
  "@types/react": "^19.2.15",
160
160
  "@types/react-dom": "^19.2.3"
@@ -165,5 +165,5 @@
165
165
  "react-dom": { "optional": false }
166
166
  },
167
167
  "publishConfig": { "access": "public" },
168
- "gitHead": "1babfdc217eff1881035a335d23d26327fad6904"
168
+ "gitHead": "2c3f37f7e185afc78ff36114a1a9817fabc69869"
169
169
  }