@powerlines/plugin-react 0.1.139 → 0.1.140
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.140",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for building a React application.",
|
|
6
6
|
"repository": {
|
|
@@ -140,9 +140,9 @@
|
|
|
140
140
|
"@alloy-js/json": "^0.22.0",
|
|
141
141
|
"@alloy-js/markdown": "^0.22.0",
|
|
142
142
|
"@alloy-js/typescript": "^0.22.0",
|
|
143
|
-
"@powerlines/plugin-alloy": "^0.18.
|
|
144
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
145
|
-
"@powerlines/plugin-env": "^0.15.
|
|
143
|
+
"@powerlines/plugin-alloy": "^0.18.9",
|
|
144
|
+
"@powerlines/plugin-babel": "^0.12.136",
|
|
145
|
+
"@powerlines/plugin-env": "^0.15.11",
|
|
146
146
|
"@storm-software/config-tools": "^1.188.75",
|
|
147
147
|
"@stryke/cli": "^0.12.37",
|
|
148
148
|
"@stryke/convert": "^0.6.30",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"@vitejs/plugin-react": "^5.1.2",
|
|
152
152
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
153
153
|
"defu": "^6.1.4",
|
|
154
|
-
"powerlines": "^0.37.
|
|
154
|
+
"powerlines": "^0.37.1"
|
|
155
155
|
},
|
|
156
156
|
"devDependencies": {
|
|
157
157
|
"@babel/core": "^7.28.5",
|
|
@@ -162,5 +162,5 @@
|
|
|
162
162
|
"react-dom": "^19.2.3"
|
|
163
163
|
},
|
|
164
164
|
"publishConfig": { "access": "public" },
|
|
165
|
-
"gitHead": "
|
|
165
|
+
"gitHead": "de1cf37aba4595c9b10fbe4e26a87f8609d2ad1f"
|
|
166
166
|
}
|