@bigbinary/neeto-playwright-commons 1.9.32 → 1.9.34
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 +1628 -2072
- package/index.cjs.js.map +1 -1
- package/index.d.ts +28 -9
- package/index.js +1644 -2089
- package/index.js.map +1 -1
- package/package.json +25 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-playwright-commons",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.34",
|
|
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",
|
|
@@ -34,20 +34,20 @@
|
|
|
34
34
|
"wrap-ansi": "7.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@babel/generator": "7.24.
|
|
38
|
-
"@babel/traverse": "7.24.
|
|
39
|
-
"@babel/types": "7.24.
|
|
40
|
-
"@bigbinary/eslint-plugin-neeto": "1.5.
|
|
37
|
+
"@babel/generator": "7.24.7",
|
|
38
|
+
"@babel/traverse": "7.24.7",
|
|
39
|
+
"@babel/types": "7.24.7",
|
|
40
|
+
"@bigbinary/eslint-plugin-neeto": "1.5.2",
|
|
41
41
|
"@bigbinary/neeto-audit-frontend": "2.0.11",
|
|
42
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
42
|
+
"@bigbinary/neeto-cist": "1.0.10",
|
|
43
43
|
"@faker-js/faker": "8.4.1",
|
|
44
|
-
"@playwright/test": "1.
|
|
44
|
+
"@playwright/test": "1.45.1",
|
|
45
45
|
"@rollup/plugin-alias": "5.1.0",
|
|
46
46
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
47
47
|
"@rollup/plugin-json": "6.1.0",
|
|
48
48
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
49
49
|
"@rollup/plugin-typescript": "11.1.6",
|
|
50
|
-
"@types/node": "20.
|
|
50
|
+
"@types/node": "20.14.9",
|
|
51
51
|
"@types/ramda": "0.30.0",
|
|
52
52
|
"@typescript-eslint/eslint-plugin": "7.0.2",
|
|
53
53
|
"@typescript-eslint/parser": "7.0.2",
|
|
@@ -70,48 +70,47 @@
|
|
|
70
70
|
"husky": "9.0.11",
|
|
71
71
|
"i18next": "22.5.1",
|
|
72
72
|
"i18next-browser-languagedetector": "8.0.0",
|
|
73
|
-
"lint-staged": "15.2.
|
|
73
|
+
"lint-staged": "15.2.7",
|
|
74
74
|
"mailosaur": "8.6.1",
|
|
75
|
-
"prettier": "3.2
|
|
76
|
-
"
|
|
75
|
+
"prettier": "3.3.2",
|
|
76
|
+
"puppeteer": "22.12.1",
|
|
77
|
+
"puppeteer-extra-plugin-stealth": "2.11.2",
|
|
78
|
+
"ramda": "0.30.1",
|
|
77
79
|
"remark-parse": "11.0.0",
|
|
78
80
|
"rollup": "2.76.0",
|
|
79
81
|
"rollup-plugin-analyzer": "4.0.0",
|
|
80
82
|
"rollup-plugin-cleaner": "1.0.0",
|
|
83
|
+
"rollup-plugin-dts": "6.1.0",
|
|
81
84
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
82
85
|
"rollup-plugin-styles": "4.0.0",
|
|
83
86
|
"rollup-plugin-typescript-paths": "1.4.0",
|
|
84
|
-
"tslib": "2.6.
|
|
87
|
+
"tslib": "2.6.3"
|
|
85
88
|
},
|
|
86
89
|
"peerDependencies": {
|
|
87
|
-
"@bigbinary/neeto-cist": "1.0.
|
|
90
|
+
"@bigbinary/neeto-cist": "1.0.10",
|
|
88
91
|
"@faker-js/faker": "8.4.1",
|
|
89
|
-
"@playwright/test": "1.
|
|
92
|
+
"@playwright/test": "1.45.1",
|
|
90
93
|
"dayjs": "1.11.11",
|
|
91
|
-
"
|
|
92
|
-
"i18next": "23.11.4",
|
|
93
|
-
"lint-staged": "15.2.2",
|
|
94
|
+
"i18next": "23.11.5",
|
|
94
95
|
"mailosaur": "8.6.1",
|
|
95
96
|
"playwright-i18next-fixture": "1.0.0",
|
|
96
|
-
"
|
|
97
|
+
"puppeteer": "22.12.1",
|
|
98
|
+
"puppeteer-extra-plugin-stealth": "2.11.2",
|
|
99
|
+
"ramda": "0.30.1"
|
|
97
100
|
},
|
|
98
101
|
"dependencies": {
|
|
99
|
-
"@rollup/plugin-typescript": "11.1.6",
|
|
100
102
|
"@types/qs": "6.9.15",
|
|
101
103
|
"dotenv": "16.4.5",
|
|
102
104
|
"dotenv-expand": "11.0.6",
|
|
103
105
|
"fast-glob": "3.3.2",
|
|
104
|
-
"glob": "10.
|
|
106
|
+
"glob": "10.4.2",
|
|
105
107
|
"immer": "10.1.1",
|
|
106
108
|
"jimp": "0.22.12",
|
|
107
109
|
"jsqr": "1.4.0",
|
|
108
|
-
"otpauth": "9.
|
|
110
|
+
"otpauth": "9.3.1",
|
|
109
111
|
"playwright-extra": "4.3.6",
|
|
110
112
|
"playwright-i18next-fixture": "1.0.0",
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"qs": "6.12.1",
|
|
114
|
-
"rollup-plugin-dts": "6.1.0",
|
|
115
|
-
"typescript": "5.4.5"
|
|
113
|
+
"qs": "6.12.2",
|
|
114
|
+
"typescript": "5.5.3"
|
|
116
115
|
}
|
|
117
116
|
}
|