jest-prettyhtml-matchers 1.15.6 → 1.16.1
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 +7 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-prettyhtml-matchers",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.1",
|
|
4
4
|
"description": "Custom Jest snapshot matchers that use prettyhtml to format strings.",
|
|
5
5
|
"author": "Tane Morgan (https://github.com/tanem)",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
"check": "run-s check:*",
|
|
27
27
|
"check:format": "prettier --list-different \"**/*.{js,ts}\"",
|
|
28
28
|
"check:types": "tsc --noEmit",
|
|
29
|
-
"ci": "run-s check lint clean compile test",
|
|
30
29
|
"clean": "run-s clean:*",
|
|
31
30
|
"clean:coverage": "del coverage",
|
|
32
31
|
"clean:dist": "del dist ",
|
|
@@ -35,7 +34,7 @@
|
|
|
35
34
|
"format": "prettier --write \"**/*.{js,ts}\"",
|
|
36
35
|
"lint": "eslint . --ext .js,.ts",
|
|
37
36
|
"release": "tanem-scripts release",
|
|
38
|
-
"test": "ts-node scripts/test"
|
|
37
|
+
"test": "run-s check lint clean compile && ts-node scripts/test"
|
|
39
38
|
},
|
|
40
39
|
"peerDependencies": {
|
|
41
40
|
"jest": "^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0",
|
|
@@ -47,19 +46,19 @@
|
|
|
47
46
|
"devDependencies": {
|
|
48
47
|
"@types/fs-extra": "11.0.1",
|
|
49
48
|
"@types/glob": "8.1.0",
|
|
50
|
-
"@types/jest": "29.
|
|
49
|
+
"@types/jest": "29.5.0",
|
|
51
50
|
"@typescript-eslint/eslint-plugin": "5.54.1",
|
|
52
51
|
"@typescript-eslint/parser": "5.54.1",
|
|
53
52
|
"del": "6.1.1",
|
|
54
53
|
"del-cli": "5.0.0",
|
|
55
|
-
"eslint": "8.
|
|
54
|
+
"eslint": "8.36.0",
|
|
56
55
|
"eslint-config-prettier": "8.7.0",
|
|
57
56
|
"fs-extra": "11.1.0",
|
|
58
|
-
"jest": "29.
|
|
59
|
-
"jest-snapshot": "29.
|
|
57
|
+
"jest": "29.5.0",
|
|
58
|
+
"jest-snapshot": "29.5.0",
|
|
60
59
|
"npm-run-all": "4.1.5",
|
|
61
60
|
"prettier": "2.8.4",
|
|
62
|
-
"tanem-scripts": "
|
|
61
|
+
"tanem-scripts": "7.0.0",
|
|
63
62
|
"ts-jest": "29.0.5",
|
|
64
63
|
"ts-node": "10.9.1",
|
|
65
64
|
"typescript": "4.9.5"
|