@powerlines/plugin-react 0.1.80 → 0.1.81
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.81",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for building a React application.",
|
|
6
6
|
"repository": {
|
|
@@ -137,23 +137,23 @@
|
|
|
137
137
|
},
|
|
138
138
|
"dependencies": {
|
|
139
139
|
"@storm-software/config-tools": "^1.188.73",
|
|
140
|
-
"@stryke/cli": "^0.12.
|
|
141
|
-
"@stryke/convert": "^0.6.
|
|
142
|
-
"@stryke/fs": "^0.33.
|
|
140
|
+
"@stryke/cli": "^0.12.36",
|
|
141
|
+
"@stryke/convert": "^0.6.29",
|
|
142
|
+
"@stryke/fs": "^0.33.26",
|
|
143
143
|
"@stryke/path": "^0.23.2",
|
|
144
144
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
145
|
-
"@powerlines/alloy": "^0.11.
|
|
146
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
147
|
-
"@powerlines/plugin-env": "^0.13.
|
|
148
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
145
|
+
"@powerlines/alloy": "^0.11.90",
|
|
146
|
+
"@powerlines/plugin-babel": "^0.12.90",
|
|
147
|
+
"@powerlines/plugin-env": "^0.13.87",
|
|
148
|
+
"@powerlines/plugin-plugin": "^0.12.33",
|
|
149
149
|
"@vitejs/plugin-react": "^5.1.2",
|
|
150
150
|
"defu": "^6.1.4",
|
|
151
|
-
"powerlines": "^0.33.
|
|
151
|
+
"powerlines": "^0.33.2"
|
|
152
152
|
},
|
|
153
153
|
"devDependencies": {
|
|
154
|
-
"@powerlines/nx": "^0.11.
|
|
154
|
+
"@powerlines/nx": "^0.11.12",
|
|
155
155
|
"@types/node": "^24.10.4"
|
|
156
156
|
},
|
|
157
157
|
"publishConfig": { "access": "public" },
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "3569e3fcd91bb6e468991a13490a4b07ae552fd3"
|
|
159
159
|
}
|