@sap-ux/jest-environment-ui5 5.3.11 → 5.3.13
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/jest-environment-ui5",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.13",
|
|
4
4
|
"description": "Jest matchers for files and folders",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"@ui5/project": "^3.9.0 || ^4.0.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@ui5/cli": "
|
|
27
|
-
"@ui5/project": "
|
|
26
|
+
"@ui5/cli": "4.0.33",
|
|
27
|
+
"@ui5/project": "4.0.8",
|
|
28
28
|
"cross-env": "^7.0.3"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
31
|
"clean": "rimraf --glob dist coverage *.tsbuildinfo",
|
|
32
32
|
"format": "prettier --write '**/*.{js,json,ts,yaml,yml}' --ignore-path ../../.prettierignore",
|
|
33
|
-
"lint": "eslint
|
|
34
|
-
"lint:fix": "eslint
|
|
33
|
+
"lint": "eslint --ext .js",
|
|
34
|
+
"lint:fix": "eslint --ext .js --fix",
|
|
35
35
|
"test": "pnpm run test-ut && pnpm run testlatest",
|
|
36
36
|
"test-ut": "cross-env NODE_OPTIONS='--experimental-vm-modules' npx jest --ci --forceExit --detectOpenHandles --colors --runInBand ",
|
|
37
37
|
"test-e2e": "pnpm run testlatest && pnpm run test71 && pnpm run test84 && pnpm run test96 && pnpm run test108 && pnpm run test120 && pnpm run test124 && pnpm run test127",
|