mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-05 22:19:46 -06:00
refactor: Loosen semver ranges for deps
This commit is contained in:
@@ -15,16 +15,16 @@
|
||||
"test-watch": "yarn test-unit --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cypress/icons": "0.7.0",
|
||||
"bluebird": "3.5.3",
|
||||
"debug": "4.3.2",
|
||||
"electron-packager": "14.1.1",
|
||||
"fs-extra": "8.1.0",
|
||||
"lodash": "4.17.21",
|
||||
"minimist": "1.2.5"
|
||||
"@cypress/icons": "^0.7.0",
|
||||
"bluebird": "^3.5.3",
|
||||
"debug": "^4.3.2",
|
||||
"fs-extra": "^8.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
"minimist": "^1.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "12.0.0-beta.14",
|
||||
"electron-packager": "14.1.1",
|
||||
"execa": "4.1.0",
|
||||
"mocha": "3.5.3"
|
||||
},
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
"watch": "webpack --watch --progress"
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "3.5.3",
|
||||
"lodash": "4.17.21"
|
||||
"bluebird": "^3.5.3",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/icons": "0.7.0",
|
||||
|
||||
@@ -14,12 +14,12 @@
|
||||
"test-watch": "cross-env NODE_ENV=test mocha --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "3.5.3",
|
||||
"debug": "4.3.2",
|
||||
"fs-extra": "8.1.0",
|
||||
"lodash": "4.17.21",
|
||||
"node-forge": "0.10.0",
|
||||
"semaphore": "1.1.0"
|
||||
"bluebird": "^3.5.3",
|
||||
"debug": "^4.3.2",
|
||||
"fs-extra": "^8.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
"node-forge": "^0.10.0",
|
||||
"semaphore": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/debugging-proxy": "2.0.1",
|
||||
|
||||
@@ -13,13 +13,13 @@
|
||||
"test-unit": "mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "3.5.3",
|
||||
"debug": "4.3.2",
|
||||
"execa": "4.0.0",
|
||||
"fs-extra": "8.1.0",
|
||||
"lodash": "4.17.21",
|
||||
"plist": "3.0.1",
|
||||
"ramda": "0.27.1"
|
||||
"bluebird": "^3.5.3",
|
||||
"debug": "^4.3.2",
|
||||
"execa": "^4.0.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
"plist": "^3.0.1",
|
||||
"ramda": "^0.27.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@packages/ts": "0.0.0-development",
|
||||
|
||||
@@ -9,11 +9,11 @@
|
||||
"test": "mocha -r @packages/ts/register --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json --exit test/unit/*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/mime-types": "2.1.0",
|
||||
"@types/mime-types": "^2.1.0",
|
||||
"is-html": "^2.0.0",
|
||||
"istextorbinary": "5.12.0",
|
||||
"lodash": "4.17.15",
|
||||
"mime-types": "2.1.27",
|
||||
"istextorbinary": "^5.12.0",
|
||||
"lodash": "^4.17.15",
|
||||
"mime-types": "^2.1.27",
|
||||
"minimatch": "^3.0.4",
|
||||
"throttle": "^1.0.3"
|
||||
},
|
||||
|
||||
@@ -13,11 +13,11 @@
|
||||
"test-watch": "yarn test-unit --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cypress/parse-domain": "2.4.0",
|
||||
"bluebird": "3.5.3",
|
||||
"concat-stream": "1.6.2",
|
||||
"debug": "4.3.2",
|
||||
"lodash": "4.17.21",
|
||||
"@cypress/parse-domain": "^2.4.0",
|
||||
"bluebird": "^3.5.3",
|
||||
"concat-stream": "^1.6.2",
|
||||
"debug": "^4.3.2",
|
||||
"lodash": "^4.17.21",
|
||||
"proxy-from-env": "1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -12,16 +12,16 @@
|
||||
"test-unit": "yarn run-mocha \"test/unit/**/*.spec.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "3.5.3",
|
||||
"charset": "1.0.1",
|
||||
"common-tags": "1.8.0",
|
||||
"debug": "4.3.2",
|
||||
"grapheme-splitter": "1.0.4",
|
||||
"iconv-lite": "0.6.2",
|
||||
"lodash": "4.17.19",
|
||||
"pumpify": "1.5.1",
|
||||
"through": "2.3.8",
|
||||
"utf8-stream": "0.0.0"
|
||||
"bluebird": "^3.5.3",
|
||||
"charset": "^1.0.1",
|
||||
"common-tags": "^1.8.0",
|
||||
"debug": "^4.3.2",
|
||||
"grapheme-splitter": "^1.0.4",
|
||||
"iconv-lite": "^0.6.2",
|
||||
"lodash": "^4.17.19",
|
||||
"pumpify": "^1.5.1",
|
||||
"through": "^2.3.8",
|
||||
"utf8-stream": "^0.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/request": "2.88.5",
|
||||
|
||||
@@ -10,14 +10,14 @@
|
||||
"test": "mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"ast-types": "0.13.3",
|
||||
"bluebird": "3.7.2",
|
||||
"chai": "4.2.0",
|
||||
"chai-as-promised": "7.1.1",
|
||||
"debug": "4.3.2",
|
||||
"lodash": "4.17.19",
|
||||
"parse5-html-rewriting-stream": "5.1.1",
|
||||
"recast": "0.20.4"
|
||||
"ast-types": "^0.13.3",
|
||||
"bluebird": "^3.7.2",
|
||||
"chai": "^4.2.0",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"debug": "^4.3.2",
|
||||
"lodash": "^4.17.19",
|
||||
"parse5-html-rewriting-stream": "^5.1.1",
|
||||
"recast": "^0.20.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/request-promise": "4.2.6",
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"classnames": "2.3.1",
|
||||
"enzyme": "3.11.0",
|
||||
"enzyme-adapter-react-16": "1.15.2",
|
||||
"lodash": "4.17.21",
|
||||
"lodash": "^4.17.21",
|
||||
"mobx": "5.15.4",
|
||||
"mobx-react": "6.1.8",
|
||||
"mocha": "7.0.1",
|
||||
|
||||
@@ -12,15 +12,15 @@
|
||||
"test-unit": "mocha -r @packages/ts/register test/**/*.spec.ts --config ./test/.mocharc.js --exit"
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "3.5.3",
|
||||
"chalk": "2.4.2",
|
||||
"chokidar": "3.2.2",
|
||||
"debug": "4.3.2",
|
||||
"express": "4.17.1",
|
||||
"http-proxy": "1.18.1",
|
||||
"human-interval": "1.0.0",
|
||||
"lodash": "4.17.20",
|
||||
"send": "0.17.1",
|
||||
"bluebird": "^3.5.3",
|
||||
"chalk": "^2.4.2",
|
||||
"chokidar": "^3.2.2",
|
||||
"debug": "^4.3.2",
|
||||
"express": "^4.17.1",
|
||||
"http-proxy": "^1.18.1",
|
||||
"human-interval": "^1.0.0",
|
||||
"lodash": "^4.17.20",
|
||||
"send": "^0.17.1",
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -20,108 +20,108 @@
|
||||
"test-watch": "./test/support/watch test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/parser": "7.13.0",
|
||||
"@benmalka/foxdriver": "0.4.1",
|
||||
"@cypress/commit-info": "2.2.0",
|
||||
"@cypress/get-windows-proxy": "1.6.2",
|
||||
"@cypress/icons": "0.7.0",
|
||||
"@cypress/mocha-teamcity-reporter": "1.0.0",
|
||||
"@cypress/request": "2.88.5",
|
||||
"@cypress/request-promise": "4.2.6",
|
||||
"@babel/parser": "^7.13.0",
|
||||
"@benmalka/foxdriver": "^0.4.1",
|
||||
"@cypress/commit-info": "^2.2.0",
|
||||
"@cypress/get-windows-proxy": "^1.6.2",
|
||||
"@cypress/icons": "^0.7.0",
|
||||
"@cypress/mocha-teamcity-reporter": "^1.0.0",
|
||||
"@cypress/request": "^2.88.5",
|
||||
"@cypress/request-promise": "^4.2.6",
|
||||
"@cypress/webpack-batteries-included-preprocessor": "0.0.0-development",
|
||||
"@cypress/webpack-preprocessor": "0.0.0-development",
|
||||
"@ffmpeg-installer/ffmpeg": "1.0.20",
|
||||
"ansi_up": "5.0.0",
|
||||
"ast-types": "0.13.3",
|
||||
"black-hole-stream": "0.0.1",
|
||||
"bluebird": "3.7.2",
|
||||
"chai": "1.10.0",
|
||||
"chalk": "2.4.2",
|
||||
"check-more-types": "2.24.0",
|
||||
"chokidar": "3.2.2",
|
||||
"chrome-remote-interface": "0.28.2",
|
||||
"cli-table3": "0.5.1",
|
||||
"coffeescript": "1.12.7",
|
||||
"color-string": "1.5.5",
|
||||
"command-exists": "1.2.9",
|
||||
"common-tags": "1.8.0",
|
||||
"compression": "1.7.4",
|
||||
"content-type": "1.0.4",
|
||||
"cookie-parser": "1.4.5",
|
||||
"data-uri-to-buffer": "2.0.1",
|
||||
"@ffmpeg-installer/ffmpeg": "^1.0.20",
|
||||
"ansi_up": "^5.0.0",
|
||||
"ast-types": "^0.13.3",
|
||||
"black-hole-stream": "^0.0.1",
|
||||
"bluebird": "^3.7.2",
|
||||
"chai": "^1.10.0",
|
||||
"chalk": "^2.4.2",
|
||||
"check-more-types": "^2.24.0",
|
||||
"chokidar": "^3.2.2",
|
||||
"chrome-remote-interface": "^0.28.2",
|
||||
"cli-table3": "^0.5.1",
|
||||
"coffeescript": "^1.12.7",
|
||||
"color-string": "^1.5.5",
|
||||
"command-exists": "^1.2.9",
|
||||
"common-tags": "^1.8.0",
|
||||
"compression": "^1.7.4",
|
||||
"content-type": "^1.0.4",
|
||||
"cookie-parser": "^1.4.5",
|
||||
"data-uri-to-buffer": "^2.0.1",
|
||||
"dayjs": "^1.9.3",
|
||||
"debug": "4.3.2",
|
||||
"dependency-tree": "8.1.0",
|
||||
"duplexify": "4.1.1",
|
||||
"electron-context-menu": "2.2.0",
|
||||
"errorhandler": "1.5.1",
|
||||
"evil-dns": "0.2.0",
|
||||
"execa": "1.0.0",
|
||||
"express": "4.17.1",
|
||||
"find-process": "1.4.1",
|
||||
"firefox-profile": "4.0.0",
|
||||
"fix-path": "3.0.0",
|
||||
"fluent-ffmpeg": "2.1.2",
|
||||
"fs-extra": "8.1.0",
|
||||
"get-port": "5.1.1",
|
||||
"getos": "3.2.1",
|
||||
"glob": "7.1.3",
|
||||
"graceful-fs": "4.2.0",
|
||||
"debug": "^4.3.2",
|
||||
"dependency-tree": "^8.1.0",
|
||||
"duplexify": "^4.1.1",
|
||||
"electron-context-menu": "^2.2.0",
|
||||
"errorhandler": "^1.5.1",
|
||||
"evil-dns": "^0.2.0",
|
||||
"execa": "^1.0.0",
|
||||
"express": "^4.17.1",
|
||||
"find-process": "^1.4.1",
|
||||
"firefox-profile": "^4.0.0",
|
||||
"fix-path": "^3.0.0",
|
||||
"fluent-ffmpeg": "^2.1.2",
|
||||
"fs-extra": "^8.1.0",
|
||||
"get-port": "^5.1.1",
|
||||
"getos": "^3.2.1",
|
||||
"glob": "^7.1.3",
|
||||
"graceful-fs": "^4.2.0",
|
||||
"http-proxy": "cypress-io/node-http-proxy#9322b4b69b34f13a6f3874e660a35df3305179c6",
|
||||
"human-interval": "1.0.0",
|
||||
"image-size": "0.8.3",
|
||||
"is-fork-pr": "2.5.0",
|
||||
"is-html": "2.0.0",
|
||||
"jimp": "0.14.0",
|
||||
"jsonlint": "1.6.3",
|
||||
"konfig": "0.2.1",
|
||||
"launch-editor": "2.2.1",
|
||||
"lazy-ass": "1.6.0",
|
||||
"lockfile": "1.0.4",
|
||||
"lodash": "4.17.21",
|
||||
"log-symbols": "2.2.0",
|
||||
"human-interval": "^1.0.0",
|
||||
"image-size": "^0.8.3",
|
||||
"is-fork-pr": "^2.5.0",
|
||||
"is-html": "^2.0.0",
|
||||
"jimp": "^0.14.0",
|
||||
"jsonlint": "^1.6.3",
|
||||
"konfig": "^0.2.1",
|
||||
"launch-editor": "^2.2.1",
|
||||
"lazy-ass": "^1.6.0",
|
||||
"lockfile": "^1.0.4",
|
||||
"lodash": "^4.17.21",
|
||||
"log-symbols": "^2.2.0",
|
||||
"marionette-client": "cypress-io/marionette-client#2cddf7d791cca7be5191d7fe103d58be7283957d",
|
||||
"md5": "2.3.0",
|
||||
"mime": "2.4.4",
|
||||
"mime-db": "1.45.0",
|
||||
"minimatch": "3.0.4",
|
||||
"minimist": "1.2.5",
|
||||
"md5": "^2.3.0",
|
||||
"mime": "^2.4.4",
|
||||
"mime-db": "^1.45.0",
|
||||
"minimatch": "^3.0.4",
|
||||
"minimist": "^1.2.5",
|
||||
"mocha-7.0.1": "npm:mocha@7.0.1",
|
||||
"mocha-junit-reporter": "2.0.0",
|
||||
"mocha-teamcity-reporter": "3.0.0",
|
||||
"morgan": "1.9.1",
|
||||
"node-machine-id": "1.1.12",
|
||||
"mocha-junit-reporter": "^2.0.0",
|
||||
"mocha-teamcity-reporter": "^3.0.0",
|
||||
"morgan": "^1.9.1",
|
||||
"node-machine-id": "^1.1.12",
|
||||
"opn": "cypress-io/opn#2f4e9a216ca7bdb95dfae9d46d99ddf004b3cbb5",
|
||||
"ospath": "1.2.2",
|
||||
"p-queue": "6.1.0",
|
||||
"pluralize": "8.0.0",
|
||||
"ramda": "0.27.1",
|
||||
"randomstring": "1.1.5",
|
||||
"recast": "0.20.4",
|
||||
"resolve": "1.17.0",
|
||||
"return-deep-diff": "0.4.0",
|
||||
"sanitize-filename": "1.6.3",
|
||||
"semver": "7.3.2",
|
||||
"send": "0.17.1",
|
||||
"shell-env": "3.0.1",
|
||||
"signal-exit": "3.0.3",
|
||||
"squirrelly": "7.9.2",
|
||||
"strip-ansi": "6.0.0",
|
||||
"syntax-error": "1.4.0",
|
||||
"systeminformation": "5.6.4",
|
||||
"term-size": "2.1.0",
|
||||
"through": "2.3.8",
|
||||
"tough-cookie": "4.0.0",
|
||||
"trash": "5.2.0",
|
||||
"tree-kill": "1.2.2",
|
||||
"ts-node": "8.5.4",
|
||||
"ospath": "^1.2.2",
|
||||
"p-queue": "^6.1.0",
|
||||
"pluralize": "^8.0.0",
|
||||
"ramda": "^0.27.1",
|
||||
"randomstring": "^1.1.5",
|
||||
"recast": "^0.20.4",
|
||||
"resolve": "^1.17.0",
|
||||
"return-deep-diff": "^0.4.0",
|
||||
"sanitize-filename": "^1.6.3",
|
||||
"semver": "^7.3.2",
|
||||
"send": "^0.17.1",
|
||||
"shell-env": "^3.0.1",
|
||||
"signal-exit": "^3.0.3",
|
||||
"squirrelly": "^7.9.2",
|
||||
"strip-ansi": "^6.0.0",
|
||||
"syntax-error": "^1.4.0",
|
||||
"systeminformation": "^5.6.4",
|
||||
"term-size": "^2.1.0",
|
||||
"through": "^2.3.8",
|
||||
"tough-cookie": "^4.0.0",
|
||||
"trash": "^5.2.0",
|
||||
"tree-kill": "^1.2.2",
|
||||
"ts-node": "^8.5.4",
|
||||
"tslib": "^2.3.0",
|
||||
"underscore.string": "3.3.5",
|
||||
"url-parse": "1.5.1",
|
||||
"uuid": "8.3.2",
|
||||
"which": "2.0.2",
|
||||
"widest-line": "3.1.0",
|
||||
"winston": "2.4.4"
|
||||
"underscore.string": "^3.3.5",
|
||||
"url-parse": "^1.5.1",
|
||||
"uuid": "^8.3.2",
|
||||
"which": "^2.0.2",
|
||||
"widest-line": "^3.1.0",
|
||||
"winston": "^2.4.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.9.0",
|
||||
|
||||
Reference in New Issue
Block a user