@sprucelabs/test-utils 5.1.500 → 5.1.502
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"publishConfig": {
|
4
4
|
"access": "public"
|
5
5
|
},
|
6
|
-
"version": "5.1.
|
6
|
+
"version": "5.1.502",
|
7
7
|
"files": [
|
8
8
|
"build"
|
9
9
|
],
|
@@ -60,7 +60,7 @@
|
|
60
60
|
"watch.tsc": "tsc -w"
|
61
61
|
},
|
62
62
|
"dependencies": {
|
63
|
-
"@sprucelabs/error": "^6.0.
|
63
|
+
"@sprucelabs/error": "^6.0.541",
|
64
64
|
"deep-equal": "^2.2.3",
|
65
65
|
"just-clone": "^6.2.0",
|
66
66
|
"lodash": "^4.17.21",
|
@@ -68,23 +68,23 @@
|
|
68
68
|
"variable-diff": "^2.0.2"
|
69
69
|
},
|
70
70
|
"devDependencies": {
|
71
|
-
"@sprucelabs/esm-postbuild": "^6.0.
|
72
|
-
"@sprucelabs/jest-json-reporter": "^8.0.
|
71
|
+
"@sprucelabs/esm-postbuild": "^6.0.521",
|
72
|
+
"@sprucelabs/jest-json-reporter": "^8.0.541",
|
73
73
|
"@sprucelabs/jest-sheets-reporter": "^2.0.20",
|
74
74
|
"@sprucelabs/semantic-release": "^5.0.2",
|
75
|
-
"@sprucelabs/test": "^9.0.
|
75
|
+
"@sprucelabs/test": "^9.0.59",
|
76
76
|
"@types/deep-equal": "^1.0.4",
|
77
77
|
"@types/jest": "^29.5.14",
|
78
78
|
"@types/lodash": "^4.17.13",
|
79
79
|
"@types/node": "^22.9.0",
|
80
80
|
"chokidar-cli": "^3.0.0",
|
81
|
-
"eslint": "^9.
|
81
|
+
"eslint": "^9.15.0",
|
82
82
|
"eslint-config-spruce": "^11.2.26",
|
83
83
|
"jest": "^29.7.0",
|
84
84
|
"jest-circus": "^29.7.0",
|
85
85
|
"prettier": "^3.3.3",
|
86
86
|
"ts-node": "^10.9.2",
|
87
|
-
"tsc-watch": "^6.2.
|
87
|
+
"tsc-watch": "^6.2.1",
|
88
88
|
"tsconfig-paths": "^4.2.0",
|
89
89
|
"typescript": "^5.6.3"
|
90
90
|
},
|