@bigbinary/neeto-playwright-reporter 1.6.0 → 1.6.2
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/index.cjs.js +3 -3
- package/index.cjs.js.map +1 -1
- package/index.d.ts +1 -1
- package/index.js +3 -3
- package/index.js.map +1 -1
- package/package.json +15 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-playwright-reporter",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "The custom playwright reporter for neeto-playwright-dashboard.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-playwright-reporter.git",
|
|
6
6
|
"license": "apache-2.0",
|
|
@@ -27,40 +27,30 @@
|
|
|
27
27
|
".scripts/fix-lints.sh"
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
|
-
"resolutions": {
|
|
31
|
-
"strip-ansi": "6.0.1",
|
|
32
|
-
"string-width": "4.2.2",
|
|
33
|
-
"wrap-ansi": "7.0.0"
|
|
34
|
-
},
|
|
35
30
|
"devDependencies": {
|
|
36
31
|
"@bigbinary/eslint-plugin-neeto": "1.1.37",
|
|
37
|
-
"@bigbinary/neeto-
|
|
38
|
-
"@
|
|
39
|
-
"@playwright/test": "1.40.1",
|
|
32
|
+
"@bigbinary/neeto-commons-frontend": "^4.10.2",
|
|
33
|
+
"@playwright/test": "^1.48.2",
|
|
40
34
|
"@rollup/plugin-alias": "5.1.0",
|
|
41
35
|
"@rollup/plugin-commonjs": "22.0.0",
|
|
42
36
|
"@rollup/plugin-json": "4.1.0",
|
|
43
37
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
44
38
|
"@rollup/plugin-terser": "^0.4.4",
|
|
45
|
-
"@rollup/plugin-typescript": "
|
|
39
|
+
"@rollup/plugin-typescript": "11.1.5",
|
|
46
40
|
"@types/cli-progress": "^3.11.6",
|
|
47
41
|
"@types/node": "20.9.0",
|
|
48
42
|
"@types/ramda": "0.29.9",
|
|
49
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
50
|
-
"@typescript-eslint/parser": "6.
|
|
51
|
-
"eslint": "8.
|
|
52
|
-
"eslint-config-prettier": "
|
|
53
|
-
"eslint-plugin-cypress": "2.15.1",
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "6.21.0",
|
|
44
|
+
"@typescript-eslint/parser": "6.21.0",
|
|
45
|
+
"eslint": "8.57.0",
|
|
46
|
+
"eslint-config-prettier": "^9.1.0",
|
|
54
47
|
"eslint-plugin-import": "2.26.0",
|
|
55
48
|
"eslint-plugin-jam3": "0.2.3",
|
|
56
49
|
"eslint-plugin-json": "3.1.0",
|
|
57
50
|
"eslint-plugin-playwright": "0.18.0",
|
|
58
51
|
"eslint-plugin-prettier": "4.0.0",
|
|
59
52
|
"eslint-plugin-promise": "6.0.0",
|
|
60
|
-
"eslint-plugin-react": "7.29.4",
|
|
61
|
-
"eslint-plugin-react-hooks": "4.5.0",
|
|
62
53
|
"eslint-plugin-security": "1.7.1",
|
|
63
|
-
"eslint-plugin-sonarjs": "0.21.0",
|
|
64
54
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
65
55
|
"eslint-plugin-xss": "0.1.12",
|
|
66
56
|
"husky": "7.0.4",
|
|
@@ -69,30 +59,26 @@
|
|
|
69
59
|
"rollup": "^4.24.0",
|
|
70
60
|
"rollup-plugin-analyzer": "4.0.0",
|
|
71
61
|
"rollup-plugin-cleaner": "1.0.0",
|
|
62
|
+
"rollup-plugin-dts": "6.1.0",
|
|
72
63
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
73
64
|
"rollup-plugin-styles": "4.0.0",
|
|
74
65
|
"rollup-plugin-typescript-paths": "1.4.0",
|
|
75
|
-
"tslib": "2.6.2"
|
|
66
|
+
"tslib": "2.6.2",
|
|
67
|
+
"typescript": "^5.6.3"
|
|
76
68
|
},
|
|
77
69
|
"peerDependencies": {
|
|
78
|
-
"@playwright/test": "^1.
|
|
70
|
+
"@playwright/test": "^1.48.2"
|
|
79
71
|
},
|
|
80
72
|
"dependencies": {
|
|
81
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
73
|
+
"@bigbinary/neeto-cist": "1.0.13",
|
|
82
74
|
"@honeybadger-io/js": "^6.10.0",
|
|
83
|
-
"@rollup/plugin-typescript": "11.1.5",
|
|
84
75
|
"axios": "^1.6.7",
|
|
85
76
|
"axios-retry": "^4.5.0",
|
|
86
77
|
"cli-progress": "^3.12.0",
|
|
87
78
|
"crypto": "^1.0.1",
|
|
88
|
-
"dotenv": "16.
|
|
89
|
-
"dotenv-expand": "10.0.0",
|
|
90
|
-
"fast-glob": "3.3.2",
|
|
91
|
-
"glob": "10.3.10",
|
|
79
|
+
"dotenv": "^16.4.5",
|
|
92
80
|
"immer": "^10.0.3",
|
|
93
|
-
"ramda": "0.
|
|
94
|
-
"rollup-plugin-dts": "6.1.0",
|
|
95
|
-
"typescript": "5.3.2",
|
|
81
|
+
"ramda": "^0.30.1",
|
|
96
82
|
"wtf-8": "^1.0.1"
|
|
97
83
|
}
|
|
98
84
|
}
|