@powerlines/plugin-react 0.1.639 → 0.1.640
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.640",
|
|
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"],
|
|
@@ -138,10 +138,10 @@
|
|
|
138
138
|
"@alloy-js/typescript": "^0.23.0",
|
|
139
139
|
"@babel/core": "8.0.0-rc.6",
|
|
140
140
|
"@powerlines/core": "^0.48.34",
|
|
141
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
142
|
-
"@powerlines/plugin-babel": "^0.13.
|
|
143
|
-
"@powerlines/plugin-env": "^0.16.
|
|
144
|
-
"@powerlines/plugin-vite": "^0.14.
|
|
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",
|
|
145
145
|
"@storm-software/config-tools": "^1.190.37",
|
|
146
146
|
"@stryke/cli": "^0.13.55",
|
|
147
147
|
"@stryke/convert": "^0.7.13",
|
|
@@ -151,10 +151,10 @@
|
|
|
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.
|
|
154
|
+
"powerlines": "^0.47.102"
|
|
155
155
|
},
|
|
156
156
|
"devDependencies": {
|
|
157
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
157
|
+
"@powerlines/plugin-plugin": "^0.12.514",
|
|
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": "
|
|
168
|
+
"gitHead": "1babfdc217eff1881035a335d23d26327fad6904"
|
|
169
169
|
}
|