Skip to content

Commit

Permalink
fix: revert the semver changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tgriesser committed Nov 18, 2021
1 parent fa8a9cb commit a32e015
Show file tree
Hide file tree
Showing 13 changed files with 525 additions and 421 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Expand Up @@ -15,7 +15,7 @@
"check-more-types": "2.24.0",
"common-tags": "1.8.0",
"debug": "4.3.2",
"lodash": "4.17.21"
"lodash": "^4.17.21"
},
"devDependencies": {
"@packages/ts": "0.0.0-development",
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-gui/package.json
Expand Up @@ -37,7 +37,7 @@
"dayjs": "^1.9.3",
"gravatar": "1.8.0",
"human-interval": "1.0.0",
"lodash": "4.17.21",
"lodash": "^4.17.21",
"markdown-it": "11.0.0",
"mobx": "5.15.4",
"mobx-react": "6.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/driver/package.json
Expand Up @@ -58,7 +58,7 @@
"js-cookie": "2.2.1",
"jsdom": "14.1.0",
"json-stable-stringify": "1.0.1",
"lodash": "4.17.21",
"lodash": "^4.17.21",
"md5": "2.3.0",
"method-override": "3.0.0",
"methods": "1.1.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/electron/package.json
Expand Up @@ -15,12 +15,12 @@
"test-watch": "yarn test-unit --watch"
},
"dependencies": {
"@cypress/icons": "^0.7.0",
"bluebird": "^3.5.3",
"debug": "^4.3.2",
"fs-extra": "^8.1.0",
"@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"
"minimist": "1.2.5"
},
"devDependencies": {
"electron": "15.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Expand Up @@ -16,7 +16,7 @@
"watch": "webpack --watch --progress"
},
"dependencies": {
"bluebird": "^3.5.3",
"bluebird": "3.5.3",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/https-proxy/package.json
Expand Up @@ -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",
"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"
"node-forge": "0.10.0",
"semaphore": "1.1.0"
},
"devDependencies": {
"@cypress/debugging-proxy": "2.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/launcher/package.json
Expand Up @@ -12,12 +12,12 @@
"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",
"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",
"plist": "3.0.1",
"semver": "7.3.5"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/net-stubbing/package.json
Expand Up @@ -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": "^6.0.0",
"lodash": "^4.17.15",
"mime-types": "^2.1.27",
"istextorbinary": "6.0.0",
"lodash": "4.17.15",
"mime-types": "2.1.27",
"minimatch": "^3.0.4",
"throttle": "^1.0.3"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/network/package.json
Expand Up @@ -13,13 +13,13 @@
"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",
"fs-extra": "^8.1.0",
"lodash": "^4.17.21",
"node-forge": "^0.10.0",
"@cypress/parse-domain": "2.4.0",
"bluebird": "3.5.3",
"concat-stream": "1.6.2",
"debug": "4.3.2",
"fs-extra": "8.1.0",
"lodash": "4.17.21",
"node-forge": "0.10.0",
"proxy-from-env": "1.0.0"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions packages/proxy/package.json
Expand Up @@ -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.7",
Expand Down
16 changes: 8 additions & 8 deletions packages/rewriter/package.json
Expand Up @@ -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",
Expand Down
186 changes: 93 additions & 93 deletions packages/server/package.json
Expand Up @@ -19,106 +19,106 @@
"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.7",
"@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.7",
"@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.5.1",
"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.5.1",
"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": "^3.1.1",
"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": "3.1.1",
"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",
"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",
"ospath": "1.2.2",
"p-queue": "6.1.0",
"pluralize": "8.0.0",
"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.2",
"uuid": "8.3.2",
"which": "2.0.2",
"widest-line": "3.1.0",
"winston": "2.4.4"
},
"devDependencies": {
Expand Down

1 comment on commit a32e015

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on a32e015 Nov 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.0.1/appveyor-tgriesser/build/root-yarn-install-a32e015b3174bdd5c87de93bf61b3a2f1ff3a3c3/cypress.tgz

Please sign in to comment.