Skip to content

Commit

Permalink
feat: Lock only major package versions (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored Aug 2, 2023
1 parent 5305d88 commit d640d77
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 150 deletions.
150 changes: 75 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

150 changes: 75 additions & 75 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit d640d77

Please sign in to comment.