appium-ios-simulator
Advanced tools
Comparing version 6.1.4 to 6.1.5
@@ -0,1 +1,8 @@ | ||
## [6.1.5](https://github.com/appium/appium-ios-simulator/compare/v6.1.4...v6.1.5) (2024-05-16) | ||
### Miscellaneous Chores | ||
* Update dev dependencies ([b386580](https://github.com/appium/appium-ios-simulator/commit/b386580930d30cd26f2d76bd118419fa08e10abc)) | ||
## [6.1.4](https://github.com/appium/appium-ios-simulator/compare/v6.1.3...v6.1.4) (2024-05-16) | ||
@@ -2,0 +9,0 @@ |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "6.1.4", | ||
"version": "6.1.5", | ||
"author": "Appium Contributors", | ||
@@ -57,4 +57,2 @@ "license": "Apache-2.0", | ||
"lint:fix": "npm run lint -- --fix", | ||
"precommit-msg": "echo 'Pre-commit checks...' && exit 0", | ||
"precommit-lint": "lint-staged", | ||
"prepare": "npm run build", | ||
@@ -64,7 +62,2 @@ "test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"", | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --fix" | ||
] | ||
}, | ||
"prettier": { | ||
@@ -75,6 +68,2 @@ "bracketSpacing": false, | ||
}, | ||
"pre-commit": [ | ||
"precommit-msg", | ||
"precommit-lint" | ||
], | ||
"devDependencies": { | ||
@@ -100,12 +89,4 @@ "@appium/eslint-config-appium": "^8.0.4", | ||
"conventional-changelog-conventionalcommits": "^7.0.1", | ||
"eslint": "^8.46.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-import-resolver-typescript": "^3.5.5", | ||
"eslint-plugin-import": "^2.28.0", | ||
"eslint-plugin-mocha": "^10.1.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"lint-staged": "^15.0.2", | ||
"mocha": "^10.0.0", | ||
"pem": "^1.8.3", | ||
"pre-commit": "^1.1.3", | ||
"prettier": "^3.0.0", | ||
@@ -112,0 +93,0 @@ "semantic-release": "^23.0.0", |
26
353505