askui 0.32.0 → 0.32.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 +9 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "askui",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "askui GmbH <info@askui.com> (http://www.askui.com/)",
|
|
6
6
|
"description": "Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@cyclonedx/cyclonedx-npm": "^4.1.2",
|
|
78
|
-
"@release-it/bumper": "
|
|
79
|
-
"@release-it/conventional-changelog": "
|
|
78
|
+
"@release-it/bumper": "7.0.5",
|
|
79
|
+
"@release-it/conventional-changelog": "11.0.0",
|
|
80
80
|
"@types/fs-extra": "11.0.4",
|
|
81
81
|
"@types/inquirer": "9.0.7",
|
|
82
82
|
"@types/is-ci": "^3.0.4",
|
|
@@ -99,10 +99,10 @@
|
|
|
99
99
|
"hpagent": "^1.2.0",
|
|
100
100
|
"jest": "29.7.0",
|
|
101
101
|
"jest-extended": "^4.0.2",
|
|
102
|
-
"lint-staged": "15.2
|
|
102
|
+
"lint-staged": "15.5.2",
|
|
103
103
|
"proxy": "^1.0.2",
|
|
104
104
|
"proxy-agent": "^6.3.0",
|
|
105
|
-
"release-it": "
|
|
105
|
+
"release-it": "^20.0.1",
|
|
106
106
|
"shx": "0.3.4",
|
|
107
107
|
"ts-jest": "29.2.5",
|
|
108
108
|
"typescript": "5.6.2"
|
|
@@ -112,5 +112,9 @@
|
|
|
112
112
|
},
|
|
113
113
|
"optionalDependencies": {
|
|
114
114
|
"sharp": "^0.33.5"
|
|
115
|
+
},
|
|
116
|
+
"overrides": {
|
|
117
|
+
"tmp": "0.2.5",
|
|
118
|
+
"basic-ftp": "5.3.1"
|
|
115
119
|
}
|
|
116
120
|
}
|