@powerlines/nx 0.13.99 → 0.13.101
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/nx",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.101",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
6
6
|
"repository": {
|
|
@@ -173,11 +173,11 @@
|
|
|
173
173
|
"migrations.json"
|
|
174
174
|
],
|
|
175
175
|
"dependencies": {
|
|
176
|
-
"@nx/devkit": "^22.7.
|
|
177
|
-
"@storm-software/build-tools": "^0.158.
|
|
178
|
-
"@storm-software/config": "^1.137.
|
|
179
|
-
"@storm-software/config-tools": "^1.190.
|
|
180
|
-
"@storm-software/workspace-tools": "^1.296.
|
|
176
|
+
"@nx/devkit": "^22.7.3",
|
|
177
|
+
"@storm-software/build-tools": "^0.158.189",
|
|
178
|
+
"@storm-software/config": "^1.137.61",
|
|
179
|
+
"@storm-software/config-tools": "^1.190.29",
|
|
180
|
+
"@storm-software/workspace-tools": "^1.296.6",
|
|
181
181
|
"@stryke/env": "^0.20.93",
|
|
182
182
|
"@stryke/fs": "^0.33.76",
|
|
183
183
|
"@stryke/hash": "^0.13.29",
|
|
@@ -185,15 +185,15 @@
|
|
|
185
185
|
"@stryke/path": "^0.29.3",
|
|
186
186
|
"@stryke/string-format": "^0.17.18",
|
|
187
187
|
"@stryke/type-checks": "^0.6.9",
|
|
188
|
-
"powerlines": "^0.47.
|
|
188
|
+
"powerlines": "^0.47.63",
|
|
189
189
|
"defu": "^6.1.7",
|
|
190
190
|
"jiti": "^2.7.0"
|
|
191
191
|
},
|
|
192
192
|
"devDependencies": {
|
|
193
193
|
"@nx/workspace": "22.7.2",
|
|
194
|
-
"@storm-software/testing-tools": "^1.119.
|
|
195
|
-
"@storm-software/tsup": "^0.2.
|
|
196
|
-
"@storm-software/untyped": "^0.24.
|
|
194
|
+
"@storm-software/testing-tools": "^1.119.182",
|
|
195
|
+
"@storm-software/tsup": "^0.2.187",
|
|
196
|
+
"@storm-software/untyped": "^0.24.171",
|
|
197
197
|
"@types/node": "^25.9.1",
|
|
198
198
|
"eslint-flat-config-utils": "^2.1.4",
|
|
199
199
|
"jsonc-eslint-parser": "^2.4.2",
|
|
@@ -205,5 +205,5 @@
|
|
|
205
205
|
"publishConfig": { "access": "public" },
|
|
206
206
|
"executors": "./executors.json",
|
|
207
207
|
"generators": "./generators.json",
|
|
208
|
-
"gitHead": "
|
|
208
|
+
"gitHead": "985eea96e52a002cb91b70e755ce4e35c8075347"
|
|
209
209
|
}
|