@powerlines/plugin-react 0.1.266 → 0.1.267
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.
- 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.
|
|
3
|
+
"version": "0.1.267",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for building a React application.",
|
|
6
6
|
"repository": {
|
|
@@ -169,9 +169,9 @@
|
|
|
169
169
|
"@alloy-js/markdown": "^0.22.0",
|
|
170
170
|
"@alloy-js/typescript": "^0.22.0",
|
|
171
171
|
"@babel/core": "^7.28.6",
|
|
172
|
-
"@powerlines/plugin-alloy": "^0.19.
|
|
173
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
174
|
-
"@powerlines/plugin-env": "^0.15.
|
|
172
|
+
"@powerlines/plugin-alloy": "^0.19.10",
|
|
173
|
+
"@powerlines/plugin-babel": "^0.12.244",
|
|
174
|
+
"@powerlines/plugin-env": "^0.15.138",
|
|
175
175
|
"@storm-software/config-tools": "^1.189.0",
|
|
176
176
|
"@stryke/cli": "^0.13.11",
|
|
177
177
|
"@stryke/convert": "^0.6.37",
|
|
@@ -180,15 +180,15 @@
|
|
|
180
180
|
"@vitejs/plugin-react": "^5.1.2",
|
|
181
181
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
182
182
|
"defu": "^6.1.4",
|
|
183
|
-
"powerlines": "^0.38.
|
|
183
|
+
"powerlines": "^0.38.2"
|
|
184
184
|
},
|
|
185
185
|
"devDependencies": {
|
|
186
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
186
|
+
"@powerlines/plugin-plugin": "^0.12.186",
|
|
187
187
|
"@types/node": "^24.10.9",
|
|
188
188
|
"@types/react": "^19.2.9",
|
|
189
189
|
"@types/react-dom": "^19.2.3"
|
|
190
190
|
},
|
|
191
191
|
"publishConfig": { "access": "public" },
|
|
192
192
|
"types": "./dist/index.d.cts",
|
|
193
|
-
"gitHead": "
|
|
193
|
+
"gitHead": "3d4bed5aa23930e853ec198692be621f9652b7e7"
|
|
194
194
|
}
|