From d640d770ac5d9899b22ce6f6a62222bff1d10111 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Wed, 2 Aug 2023 16:29:41 +0200 Subject: [PATCH] feat: Lock only major package versions (#1835) --- package-lock.json | 150 +++++++++++++++++++++++----------------------- package.json | 150 +++++++++++++++++++++++----------------------- 2 files changed, 150 insertions(+), 150 deletions(-) diff --git a/package-lock.json b/package-lock.json index 730696b84..b48ecc23d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,82 +9,82 @@ "version": "4.32.24", "license": "Apache-2.0", "dependencies": { - "@xmldom/xmldom": "0.8.10", - "appium-idb": "1.6.13", - "appium-ios-device": "2.5.4", - "appium-ios-simulator": "5.1.3", - "appium-remote-debugger": "9.1.17", - "appium-webdriveragent": "5.6.0", - "appium-xcode": "5.1.4", - "async-lock": "1.4.0", - "asyncbox": "2.9.4", - "bluebird": "3.7.2", - "css-selector-parser": "2.3.2", - "fancy-log": "2.0.0", - "js2xmlparser2": "0.2.0", - "lodash": "4.17.21", - "lru-cache": "10.0.0", - "moment": "2.29.4", - "moment-timezone": "0.5.43", - "node-simctl": "7.1.17", - "portscanner": "2.2.0", - "semver": "7.5.4", - "source-map-support": "0.5.21", - "teen_process": "2.0.4", - "ws": "8.13.0" + "@xmldom/xmldom": "^0.x", + "appium-idb": "^1.6.13", + "appium-ios-device": "^2.5.4", + "appium-ios-simulator": "^5.1.3", + "appium-remote-debugger": "^9.1.17", + "appium-webdriveragent": "^5.6.0", + "appium-xcode": "^5.1.4", + "async-lock": "^1.4.0", + "asyncbox": "^2.9.4", + "bluebird": "^3.7.2", + "css-selector-parser": "^2.3.2", + "fancy-log": "^2.0.0", + "js2xmlparser2": "^0.2.0", + "lodash": "^4.17.21", + "lru-cache": "^10.0.0", + "moment": "^2.29.4", + "moment-timezone": "^0.x", + "node-simctl": "^7.1.17", + "portscanner": "^2.2.0", + "semver": "^7.5.4", + "source-map-support": "^0.x", + "teen_process": "^2.0.4", + "ws": "^8.13.0" }, "devDependencies": { - "@appium/docutils": "0.4.3", - "@appium/eslint-config-appium": "8.0.4", - "@appium/eslint-config-appium-ts": "0.3.1", - "@appium/test-support": "3.0.20", - "@appium/tsconfig": "0.3.0", - "@appium/types": "0.13.2", - "@commitlint/cli": "17.6.7", - "@commitlint/config-conventional": "17.6.7", - "@semantic-release/changelog": "6.0.3", - "@semantic-release/git": "10.0.1", - "@types/bluebird": "3.5.38", - "@types/chai": "4.3.5", - "@types/chai-as-promised": "7.1.5", - "@types/lodash": "4.14.196", - "@types/mocha": "10.0.1", - "@types/node": "18.17.1", - "@types/portscanner": "2.1.1", - "@types/sinon": "10.0.16", - "@types/sinon-chai": "3.2.9", - "@types/teen_process": "2.0.0", - "@typescript-eslint/eslint-plugin": "5.62.0", - "@typescript-eslint/parser": "5.62.0", - "appium": "2.0.0", - "axios": "1.4.0", - "chai": "4.3.7", - "chai-as-promised": "7.1.1", - "chai-subset": "1.6.0", - "conventional-changelog-conventionalcommits": "6.1.0", - "eslint": "8.46.0", - "eslint-config-prettier": "8.9.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", - "get-port": "5.1.1", - "husky": "8.0.3", - "lint-staged": "13.2.3", - "mocha": "10.2.0", - "mocha-junit-reporter": "2.2.1", - "mocha-multi-reporters": "1.5.1", - "nyc": "15.1.0", - "pem": "1.14.8", - "prettier": "3.0.0", - "rimraf": "5.0.1", - "semantic-release": "20.1.3", - "sharp": "0.32.4", - "sinon": "15.2.0", - "sinon-chai": "3.7.0", - "ts-node": "10.9.1", - "type-fest": "4.1.0", - "typescript": "5.1.6", + "@appium/docutils": "^0.4.3", + "@appium/eslint-config-appium": "^8.0.4", + "@appium/eslint-config-appium-ts": "^0.3.1", + "@appium/test-support": "^3.0.20", + "@appium/tsconfig": "^0.3.0", + "@appium/types": "^0.13.2", + "@commitlint/cli": "^17.6.7", + "@commitlint/config-conventional": "^17.6.7", + "@semantic-release/changelog": "^6.0.3", + "@semantic-release/git": "^10.0.1", + "@types/bluebird": "^3.5.38", + "@types/chai": "^4.3.5", + "@types/chai-as-promised": "^7.1.5", + "@types/lodash": "^4.14.196", + "@types/mocha": "^10.0.1", + "@types/node": "^18.17.1", + "@types/portscanner": "^2.1.1", + "@types/sinon": "^10.0.16", + "@types/sinon-chai": "^3.2.9", + "@types/teen_process": "^2.0.0", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", + "appium": "^2.0.0", + "axios": "^1.4.0", + "chai": "^4.3.7", + "chai-as-promised": "^7.1.1", + "chai-subset": "^1.6.0", + "conventional-changelog-conventionalcommits": "^6.1.0", + "eslint": "^8.46.0", + "eslint-config-prettier": "^8.9.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", + "get-port": "^5.1.1", + "husky": "^8.0.3", + "lint-staged": "^13.2.3", + "mocha": "^10.2.0", + "mocha-junit-reporter": "^2.2.1", + "mocha-multi-reporters": "^1.5.1", + "nyc": "^15.1.0", + "pem": "^1.14.8", + "prettier": "^3.0.0", + "rimraf": "^5.0.1", + "semantic-release": "^20.1.3", + "sharp": "^0.x", + "sinon": "^15.2.0", + "sinon-chai": "^3.7.0", + "ts-node": "^10.9.1", + "type-fest": "^4.1.0", + "typescript": "^5.1.6", "webdriverio": "8.10.7" }, "engines": { @@ -92,7 +92,7 @@ "npm": ">=8" }, "peerDependencies": { - "appium": "^2.0.0-rc.2" + "appium": "^2.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index ce8e1d3f5..a2f21325e 100644 --- a/package.json +++ b/package.json @@ -68,29 +68,29 @@ ], "types": "./build/index.d.ts", "dependencies": { - "@xmldom/xmldom": "0.8.10", - "appium-idb": "1.6.13", - "appium-ios-device": "2.5.4", - "appium-ios-simulator": "5.1.3", - "appium-remote-debugger": "9.1.17", - "appium-webdriveragent": "5.6.0", - "appium-xcode": "5.1.4", - "async-lock": "1.4.0", - "asyncbox": "2.9.4", - "bluebird": "3.7.2", - "css-selector-parser": "2.3.2", - "fancy-log": "2.0.0", - "js2xmlparser2": "0.2.0", - "lodash": "4.17.21", - "lru-cache": "10.0.0", - "moment": "2.29.4", - "moment-timezone": "0.5.43", - "node-simctl": "7.1.17", - "portscanner": "2.2.0", - "semver": "7.5.4", - "source-map-support": "0.5.21", - "teen_process": "2.0.4", - "ws": "8.13.0" + "@xmldom/xmldom": "^0.x", + "appium-idb": "^1.6.13", + "appium-ios-device": "^2.5.4", + "appium-ios-simulator": "^5.1.3", + "appium-remote-debugger": "^9.1.17", + "appium-webdriveragent": "^5.6.0", + "appium-xcode": "^5.1.4", + "async-lock": "^1.4.0", + "asyncbox": "^2.9.4", + "bluebird": "^3.7.2", + "css-selector-parser": "^2.3.2", + "fancy-log": "^2.0.0", + "js2xmlparser2": "^0.2.0", + "lodash": "^4.17.21", + "lru-cache": "^10.0.0", + "moment": "^2.29.4", + "moment-timezone": "^0.x", + "node-simctl": "^7.1.17", + "portscanner": "^2.2.0", + "semver": "^7.5.4", + "source-map-support": "^0.x", + "teen_process": "^2.0.4", + "ws": "^8.13.0" }, "scripts": { "build": "tsc -b", @@ -129,60 +129,60 @@ "singleQuote": true }, "peerDependencies": { - "appium": "^2.0.0-rc.2" + "appium": "^2.0.0" }, "devDependencies": { - "@appium/docutils": "0.4.3", - "@appium/eslint-config-appium": "8.0.4", - "@appium/eslint-config-appium-ts": "0.3.1", - "@appium/test-support": "3.0.20", - "@appium/tsconfig": "0.3.0", - "@appium/types": "0.13.2", - "@commitlint/cli": "17.6.7", - "@commitlint/config-conventional": "17.6.7", - "@semantic-release/changelog": "6.0.3", - "@semantic-release/git": "10.0.1", - "@types/bluebird": "3.5.38", - "@types/chai": "4.3.5", - "@types/chai-as-promised": "7.1.5", - "@types/lodash": "4.14.196", - "@types/mocha": "10.0.1", - "@types/node": "18.17.1", - "@types/portscanner": "2.1.1", - "@types/sinon": "10.0.16", - "@types/sinon-chai": "3.2.9", - "@types/teen_process": "2.0.0", - "@typescript-eslint/eslint-plugin": "5.62.0", - "@typescript-eslint/parser": "5.62.0", - "appium": "2.0.0", - "axios": "1.4.0", - "chai": "4.3.7", - "chai-as-promised": "7.1.1", - "chai-subset": "1.6.0", - "conventional-changelog-conventionalcommits": "6.1.0", - "eslint": "8.46.0", - "eslint-config-prettier": "8.9.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", - "get-port": "5.1.1", - "husky": "8.0.3", - "lint-staged": "13.2.3", - "mocha": "10.2.0", - "mocha-junit-reporter": "2.2.1", - "mocha-multi-reporters": "1.5.1", - "nyc": "15.1.0", - "pem": "1.14.8", - "prettier": "3.0.0", - "rimraf": "5.0.1", - "semantic-release": "20.1.3", - "sharp": "0.32.4", - "sinon": "15.2.0", - "sinon-chai": "3.7.0", - "ts-node": "10.9.1", - "type-fest": "4.1.0", - "typescript": "5.1.6", + "@appium/docutils": "^0.4.3", + "@appium/eslint-config-appium": "^8.0.4", + "@appium/eslint-config-appium-ts": "^0.3.1", + "@appium/test-support": "^3.0.20", + "@appium/tsconfig": "^0.3.0", + "@appium/types": "^0.13.2", + "@commitlint/cli": "^17.6.7", + "@commitlint/config-conventional": "^17.6.7", + "@semantic-release/changelog": "^6.0.3", + "@semantic-release/git": "^10.0.1", + "@types/bluebird": "^3.5.38", + "@types/chai": "^4.3.5", + "@types/chai-as-promised": "^7.1.5", + "@types/lodash": "^4.14.196", + "@types/mocha": "^10.0.1", + "@types/node": "^18.17.1", + "@types/portscanner": "^2.1.1", + "@types/sinon": "^10.0.16", + "@types/sinon-chai": "^3.2.9", + "@types/teen_process": "^2.0.0", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", + "appium": "^2.0.0", + "axios": "^1.4.0", + "chai": "^4.3.7", + "chai-as-promised": "^7.1.1", + "chai-subset": "^1.6.0", + "conventional-changelog-conventionalcommits": "^6.1.0", + "eslint": "^8.46.0", + "eslint-config-prettier": "^8.9.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", + "get-port": "^5.1.1", + "husky": "^8.0.3", + "lint-staged": "^13.2.3", + "mocha": "^10.2.0", + "mocha-junit-reporter": "^2.2.1", + "mocha-multi-reporters": "^1.5.1", + "nyc": "^15.1.0", + "pem": "^1.14.8", + "prettier": "^3.0.0", + "rimraf": "^5.0.1", + "semantic-release": "^20.1.3", + "sharp": "^0.x", + "sinon": "^15.2.0", + "sinon-chai": "^3.7.0", + "ts-node": "^10.9.1", + "type-fest": "^4.1.0", + "typescript": "^5.1.6", "webdriverio": "8.10.7" }, "overrides": {