@storm-software/testing-tools 1.119.76 → 1.119.78
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/testing-tools",
|
|
3
|
-
"version": "1.119.
|
|
3
|
+
"version": "1.119.78",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
|
|
6
6
|
"repository": {
|
|
@@ -146,14 +146,14 @@
|
|
|
146
146
|
"storm-ops",
|
|
147
147
|
"sullivanpj"
|
|
148
148
|
],
|
|
149
|
-
"peerDependencies": { "@nx/jest": "^22.
|
|
149
|
+
"peerDependencies": { "@nx/jest": "^22.5.1", "jest": "30.0.5" },
|
|
150
150
|
"dependencies": { "defu": "6.1.4", "mlly": "^1.8.0" },
|
|
151
151
|
"devDependencies": {
|
|
152
|
-
"@nx/jest": "^22.
|
|
153
|
-
"@types/node": "^24.10.
|
|
152
|
+
"@nx/jest": "^22.5.1",
|
|
153
|
+
"@types/node": "^24.10.13",
|
|
154
154
|
"jest": "30.0.5",
|
|
155
155
|
"jest-resolve": "30.0.5"
|
|
156
156
|
},
|
|
157
157
|
"publishConfig": { "access": "public" },
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "ba13eafff9d45759d5a5d4947f0b38ee79000e15"
|
|
159
159
|
}
|