@powerlines/plugin-react 0.1.682 → 0.1.683
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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.683",
|
|
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"],
|
|
@@ -137,13 +137,13 @@
|
|
|
137
137
|
"@alloy-js/markdown": "^0.23.0",
|
|
138
138
|
"@alloy-js/typescript": "^0.23.0",
|
|
139
139
|
"@babel/core": "^8.0.1",
|
|
140
|
-
"@powerlines/core": "0.48.
|
|
141
|
-
"@powerlines/plugin-alloy": "0.26.
|
|
142
|
-
"@powerlines/plugin-babel": "0.13.
|
|
143
|
-
"@powerlines/plugin-env": "0.16.
|
|
144
|
-
"@powerlines/plugin-vite": "0.14.
|
|
140
|
+
"@powerlines/core": "^0.48.65",
|
|
141
|
+
"@powerlines/plugin-alloy": "^0.26.237",
|
|
142
|
+
"@powerlines/plugin-babel": "^0.13.140",
|
|
143
|
+
"@powerlines/plugin-env": "^0.16.348",
|
|
144
|
+
"@powerlines/plugin-vite": "^0.14.598",
|
|
145
145
|
"@rolldown/plugin-babel": "^0.2.3",
|
|
146
|
-
"@storm-software/config-tools": "^1.190.
|
|
146
|
+
"@storm-software/config-tools": "^1.190.107",
|
|
147
147
|
"@stryke/cli": "^0.13.68",
|
|
148
148
|
"@stryke/convert": "^0.7.26",
|
|
149
149
|
"@stryke/fs": "^0.33.96",
|
|
@@ -152,10 +152,10 @@
|
|
|
152
152
|
"@vitejs/plugin-react": "^6.0.3",
|
|
153
153
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
154
154
|
"defu": "^6.1.7",
|
|
155
|
-
"powerlines": "0.47.
|
|
155
|
+
"powerlines": "^0.47.144"
|
|
156
156
|
},
|
|
157
157
|
"devDependencies": {
|
|
158
|
-
"@powerlines/plugin-plugin": "0.12.
|
|
158
|
+
"@powerlines/plugin-plugin": "^0.12.556",
|
|
159
159
|
"@types/node": "^25.9.5",
|
|
160
160
|
"@types/react": "^19.2.17",
|
|
161
161
|
"@types/react-dom": "^19.2.3",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"react-dom": { "optional": false }
|
|
169
169
|
},
|
|
170
170
|
"publishConfig": { "access": "public" },
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "cf8953be1a53bac9ad8c227195a662cbb422d43c"
|
|
172
172
|
}
|