@powerlines/plugin-react 0.1.107 → 0.1.108
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.108",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for building a React application.",
|
|
6
6
|
"repository": {
|
|
@@ -136,9 +136,9 @@
|
|
|
136
136
|
"react-dom": { "optional": false }
|
|
137
137
|
},
|
|
138
138
|
"dependencies": {
|
|
139
|
-
"@powerlines/plugin-alloy": "^0.15.
|
|
140
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
141
|
-
"@powerlines/plugin-env": "^0.14.
|
|
139
|
+
"@powerlines/plugin-alloy": "^0.15.1",
|
|
140
|
+
"@powerlines/plugin-babel": "^0.12.113",
|
|
141
|
+
"@powerlines/plugin-env": "^0.14.7",
|
|
142
142
|
"@storm-software/config-tools": "^1.188.74",
|
|
143
143
|
"@stryke/cli": "^0.12.36",
|
|
144
144
|
"@stryke/convert": "^0.6.29",
|
|
@@ -147,15 +147,15 @@
|
|
|
147
147
|
"@vitejs/plugin-react": "^5.1.2",
|
|
148
148
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
149
149
|
"defu": "^6.1.4",
|
|
150
|
-
"powerlines": "^0.36.
|
|
150
|
+
"powerlines": "^0.36.9"
|
|
151
151
|
},
|
|
152
152
|
"devDependencies": {
|
|
153
153
|
"@alloy-js/core": "^0.21.0",
|
|
154
154
|
"@alloy-js/typescript": "^0.21.0",
|
|
155
155
|
"@babel/core": "^7.28.5",
|
|
156
|
-
"@powerlines/nx": "^0.11.
|
|
157
|
-
"@powerlines/plugin-alloy": "^0.15.
|
|
158
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
156
|
+
"@powerlines/nx": "^0.11.35",
|
|
157
|
+
"@powerlines/plugin-alloy": "^0.15.1",
|
|
158
|
+
"@powerlines/plugin-plugin": "^0.12.56",
|
|
159
159
|
"@types/node": "^24.10.4",
|
|
160
160
|
"@types/react": "^19.2.7",
|
|
161
161
|
"@types/react-dom": "^19.2.3",
|
|
@@ -163,5 +163,5 @@
|
|
|
163
163
|
"react-dom": "^19.2.3"
|
|
164
164
|
},
|
|
165
165
|
"publishConfig": { "access": "public" },
|
|
166
|
-
"gitHead": "
|
|
166
|
+
"gitHead": "e9fb959df894f1aa67074af9fbb126978a450a45"
|
|
167
167
|
}
|