@bigbinary/neeto-playwright-commons 1.8.35 → 1.8.37
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 +608 -252
- package/index.cjs.js.map +1 -1
- package/index.d.ts +77 -2
- package/index.js +608 -254
- package/index.js.map +1 -1
- package/package.json +43 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-playwright-commons",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.37",
|
|
4
4
|
"description": "A package encapsulating common playwright code across neeto projects.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-playwright-commons.git",
|
|
6
6
|
"license": "apache-2.0",
|
|
@@ -33,40 +33,40 @@
|
|
|
33
33
|
"wrap-ansi": "7.0.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@bigbinary/eslint-plugin-neeto": "1.
|
|
37
|
-
"@bigbinary/neeto-audit-frontend": "
|
|
36
|
+
"@bigbinary/eslint-plugin-neeto": "1.5.0",
|
|
37
|
+
"@bigbinary/neeto-audit-frontend": "2.0.9",
|
|
38
38
|
"@bigbinary/neeto-cist": "1.0.8",
|
|
39
|
-
"@faker-js/faker": "8.
|
|
40
|
-
"@playwright/test": "1.
|
|
39
|
+
"@faker-js/faker": "8.4.1",
|
|
40
|
+
"@playwright/test": "1.41.2",
|
|
41
41
|
"@rollup/plugin-alias": "5.1.0",
|
|
42
|
-
"@rollup/plugin-commonjs": "
|
|
43
|
-
"@rollup/plugin-json": "
|
|
42
|
+
"@rollup/plugin-commonjs": "25.0.7",
|
|
43
|
+
"@rollup/plugin-json": "6.1.0",
|
|
44
44
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
45
|
-
"@rollup/plugin-typescript": "11.1.
|
|
46
|
-
"@types/node": "20.
|
|
47
|
-
"@types/ramda": "0.29.
|
|
48
|
-
"@typescript-eslint/eslint-plugin": "
|
|
49
|
-
"@typescript-eslint/parser": "
|
|
50
|
-
"dayjs": "1.11.
|
|
51
|
-
"eslint": "8.
|
|
52
|
-
"eslint-config-prettier": "
|
|
45
|
+
"@rollup/plugin-typescript": "11.1.6",
|
|
46
|
+
"@types/node": "20.11.20",
|
|
47
|
+
"@types/ramda": "0.29.10",
|
|
48
|
+
"@typescript-eslint/eslint-plugin": "7.0.2",
|
|
49
|
+
"@typescript-eslint/parser": "7.0.2",
|
|
50
|
+
"dayjs": "1.11.10",
|
|
51
|
+
"eslint": "8.57.0",
|
|
52
|
+
"eslint-config-prettier": "9.1.0",
|
|
53
53
|
"eslint-plugin-cypress": "2.15.1",
|
|
54
|
-
"eslint-plugin-import": "2.
|
|
54
|
+
"eslint-plugin-import": "2.29.1",
|
|
55
55
|
"eslint-plugin-jam3": "0.2.3",
|
|
56
56
|
"eslint-plugin-json": "3.1.0",
|
|
57
|
-
"eslint-plugin-playwright": "
|
|
58
|
-
"eslint-plugin-prettier": "
|
|
59
|
-
"eslint-plugin-promise": "6.
|
|
60
|
-
"eslint-plugin-react": "7.
|
|
61
|
-
"eslint-plugin-react-hooks": "4.
|
|
62
|
-
"eslint-plugin-security": "1.
|
|
63
|
-
"eslint-plugin-sonarjs": "0.
|
|
64
|
-
"eslint-plugin-unused-imports": "
|
|
57
|
+
"eslint-plugin-playwright": "1.3.1",
|
|
58
|
+
"eslint-plugin-prettier": "5.1.3",
|
|
59
|
+
"eslint-plugin-promise": "6.1.1",
|
|
60
|
+
"eslint-plugin-react": "7.33.2",
|
|
61
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
62
|
+
"eslint-plugin-security": "2.1.1",
|
|
63
|
+
"eslint-plugin-sonarjs": "0.24.0",
|
|
64
|
+
"eslint-plugin-unused-imports": "3.1.0",
|
|
65
65
|
"eslint-plugin-xss": "0.1.12",
|
|
66
|
-
"husky": "
|
|
66
|
+
"husky": "9.0.11",
|
|
67
67
|
"i18next": "22.5.1",
|
|
68
|
-
"i18next-browser-languagedetector": "7.
|
|
69
|
-
"lint-staged": "
|
|
68
|
+
"i18next-browser-languagedetector": "7.2.0",
|
|
69
|
+
"lint-staged": "15.2.2",
|
|
70
70
|
"mailosaur": "8.6.1",
|
|
71
71
|
"prettier": "2.6.2",
|
|
72
72
|
"ramda": "0.29.0",
|
|
@@ -80,33 +80,33 @@
|
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"@bigbinary/neeto-cist": "1.0.8",
|
|
83
|
-
"@faker-js/faker": "8.
|
|
84
|
-
"@playwright/test": "1.
|
|
85
|
-
"dayjs": "1.11.
|
|
83
|
+
"@faker-js/faker": "8.4.1",
|
|
84
|
+
"@playwright/test": "1.41.2",
|
|
85
|
+
"dayjs": "1.11.10",
|
|
86
86
|
"dotenv-webpack": "8.0.1",
|
|
87
87
|
"i18next": "22.5.1",
|
|
88
|
-
"lint-staged": "
|
|
88
|
+
"lint-staged": "15.2.2",
|
|
89
89
|
"mailosaur": "8.6.1",
|
|
90
90
|
"playwright-i18next-fixture": "1.0.0",
|
|
91
91
|
"ramda": "0.29.1"
|
|
92
92
|
},
|
|
93
93
|
"dependencies": {
|
|
94
|
-
"@rollup/plugin-typescript": "11.1.
|
|
95
|
-
"@types/qs": "
|
|
96
|
-
"dotenv": "16.
|
|
97
|
-
"dotenv-expand": "
|
|
94
|
+
"@rollup/plugin-typescript": "11.1.6",
|
|
95
|
+
"@types/qs": "6.9.11",
|
|
96
|
+
"dotenv": "16.4.5",
|
|
97
|
+
"dotenv-expand": "11.0.6",
|
|
98
98
|
"fast-glob": "3.3.2",
|
|
99
99
|
"glob": "10.3.10",
|
|
100
100
|
"immer": "^10.0.3",
|
|
101
|
-
"jimp": "
|
|
102
|
-
"jsqr": "
|
|
103
|
-
"otpauth": "
|
|
104
|
-
"playwright-extra": "
|
|
101
|
+
"jimp": "0.22.12",
|
|
102
|
+
"jsqr": "1.4.0",
|
|
103
|
+
"otpauth": "9.2.2",
|
|
104
|
+
"playwright-extra": "4.3.6",
|
|
105
105
|
"playwright-i18next-fixture": "1.0.0",
|
|
106
|
-
"puppeteer": "
|
|
107
|
-
"puppeteer-extra-plugin-stealth": "
|
|
108
|
-
"qs": "
|
|
106
|
+
"puppeteer": "22.2.0",
|
|
107
|
+
"puppeteer-extra-plugin-stealth": "2.11.2",
|
|
108
|
+
"qs": "6.11.2",
|
|
109
109
|
"rollup-plugin-dts": "6.1.0",
|
|
110
|
-
"typescript": "5.3.
|
|
110
|
+
"typescript": "5.3.3"
|
|
111
111
|
}
|
|
112
112
|
}
|