@powerlines/plugin-react 0.1.719 → 0.1.721
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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.721",
|
|
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"],
|
|
@@ -123,15 +123,15 @@
|
|
|
123
123
|
"@alloy-js/markdown": "^0.24.0",
|
|
124
124
|
"@alloy-js/typescript": "^0.24.0",
|
|
125
125
|
"@babel/core": "^8.0.1",
|
|
126
|
-
"@power-plant/alloy-js": "^0.0.
|
|
127
|
-
"@power-plant/schema": "^0.0.
|
|
128
|
-
"@powerlines/core": "0.48.
|
|
129
|
-
"@powerlines/plugin-alloy": "0.26.
|
|
130
|
-
"@powerlines/plugin-babel": "0.13.
|
|
131
|
-
"@powerlines/plugin-env": "0.16.
|
|
132
|
-
"@powerlines/plugin-vite": "0.14.
|
|
126
|
+
"@power-plant/alloy-js": "^0.0.58",
|
|
127
|
+
"@power-plant/schema": "^0.0.59",
|
|
128
|
+
"@powerlines/core": "0.48.100",
|
|
129
|
+
"@powerlines/plugin-alloy": "0.26.275",
|
|
130
|
+
"@powerlines/plugin-babel": "0.13.176",
|
|
131
|
+
"@powerlines/plugin-env": "0.16.386",
|
|
132
|
+
"@powerlines/plugin-vite": "0.14.633",
|
|
133
133
|
"@rolldown/plugin-babel": "^0.2.3",
|
|
134
|
-
"@storm-software/config-tools": "^1.190.
|
|
134
|
+
"@storm-software/config-tools": "^1.190.110",
|
|
135
135
|
"@stryke/cli": "^0.13.71",
|
|
136
136
|
"@stryke/convert": "^0.7.29",
|
|
137
137
|
"@stryke/fs": "^0.33.99",
|
|
@@ -140,14 +140,14 @@
|
|
|
140
140
|
"@vitejs/plugin-react": "^6.0.5",
|
|
141
141
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
142
142
|
"defu": "^6.1.7",
|
|
143
|
-
"powerlines": "0.47.
|
|
143
|
+
"powerlines": "0.47.179",
|
|
144
144
|
"zod": "^4.4.3"
|
|
145
145
|
},
|
|
146
146
|
"devDependencies": {
|
|
147
|
-
"@powerlines/plugin-plugin": "0.12.
|
|
147
|
+
"@powerlines/plugin-plugin": "0.12.591",
|
|
148
148
|
"@types/node": "^25.9.5",
|
|
149
|
-
"@types/react": "^19.2.
|
|
150
|
-
"@types/react-dom": "^19.2.
|
|
149
|
+
"@types/react": "^19.2.18",
|
|
150
|
+
"@types/react-dom": "^19.2.4",
|
|
151
151
|
"react": "^19.2.8",
|
|
152
152
|
"react-dom": "^19.2.8"
|
|
153
153
|
},
|
|
@@ -157,5 +157,5 @@
|
|
|
157
157
|
"react-dom": { "optional": false }
|
|
158
158
|
},
|
|
159
159
|
"publishConfig": { "access": "public" },
|
|
160
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "feaa48598e0aa5defadb65253b0b7229c83348ce"
|
|
161
161
|
}
|