Skip to content

Commit

Permalink
Remove ^ for Bluebird, add app.js for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
tgriesser committed Nov 19, 2021
1 parent 46b68ba commit 5262472
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 25 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/sizzle": "^2.3.2",
"arch": "^2.2.0",
"blob-util": "^2.0.2",
"bluebird": "^3.7.2",
"bluebird": "3.7.2",
"cachedir": "^2.3.0",
"chalk": "^4.1.0",
"check-more-types": "^2.24.0",
Expand Down
2 changes: 1 addition & 1 deletion npm/create-cypress-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/plugin-transform-typescript": "^7.2.0",
"@babel/template": "^7.5.4",
"@babel/types": "^7.5.0",
"bluebird": "^3.7.2",
"bluebird": "3.7.2",
"chalk": "4.1.0",
"cli-highlight": "2.1.10",
"commander": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion npm/eslint-plugin-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"bluebird": "^3.5.5",
"bluebird": "3.5.5",
"chalk": "^2.4.2",
"eslint-rule-composer": "^0.3.0",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion npm/webpack-preprocessor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"watch": "yarn build --watch"
},
"dependencies": {
"bluebird": "^3.7.1",
"bluebird": "3.7.1",
"debug": "^4.3.2",
"lodash": "^4.17.20"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"ascii-table": "0.0.9",
"aws-sdk": "2.447.0",
"babel-eslint": "10.1.0",
"bluebird": "^3.5.3",
"bluebird": "3.5.3",
"bluebird-retry": "0.11.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@packages/web-config": "0.0.0-development",
"@popperjs/core": "2.9.2",
"@reach/dialog": "0.10.5",
"bluebird": "^3.5.3",
"bluebird": "3.5.3",
"bootstrap-sass": "3.4.1",
"classnames": "2.3.1",
"cross-env": "6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"angular": "1.8.0",
"basic-auth": "2.0.1",
"blob-util": "2.0.2",
"bluebird": "^3.5.3",
"bluebird": "3.5.3",
"body-parser": "1.19.0",
"bootstrap": "4.4.1",
"bytes": "3.1.0",
Expand Down
Empty file added packages/electron/app/app.js
Empty file.
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@cypress/icons": "0.7.0",
"bluebird": "^3.5.3",
"bluebird": "3.5.3",
"debug": "^4.3.2",
"fs-extra": "8.1.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lib"
],
"dependencies": {
"bluebird": "^3.5.3",
"bluebird": "3.5.3",
"glob": "7.1.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion packages/https-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test-watch": "cross-env NODE_ENV=test mocha --watch"
},
"dependencies": {
"bluebird": "^3.5.3",
"bluebird": "3.5.3",
"debug": "^4.3.2",
"fs-extra": "8.1.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test-unit": "mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json"
},
"dependencies": {
"bluebird": "^3.5.3",
"bluebird": "3.5.3",
"debug": "^4.3.2",
"execa": "4.0.0",
"fs-extra": "8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@cypress/parse-domain": "2.4.0",
"bluebird": "^3.5.3",
"bluebird": "3.5.3",
"concat-stream": "1.6.2",
"debug": "^4.3.2",
"fs-extra": "8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test-unit": "yarn run-mocha \"test/unit/**/*.spec.ts\""
},
"dependencies": {
"bluebird": "^3.5.3",
"bluebird": "3.5.3",
"charset": "1.0.1",
"common-tags": "1.8.0",
"debug": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/rewriter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"ast-types": "0.13.3",
"bluebird": "^3.7.2",
"bluebird": "3.7.2",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"debug": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner-ct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/sockjs-client": "1.1.0",
"ansi-to-html": "0.6.14",
"babel-loader": "8.1.0",
"bluebird": "^3.5.3",
"bluebird": "3.5.3",
"cash-dom": "^8.1.0",
"chai": "^4.2.0",
"classnames": "2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@reach/visually-hidden": "0.10.4",
"ansi-to-html": "0.6.14",
"babel-plugin-prismjs": "1.0.2",
"bluebird": "^3.5.3",
"bluebird": "3.5.3",
"chai": "4.2.0",
"chai-enzyme": "1.0.0-beta.1",
"chalk": "2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ansi_up": "5.0.0",
"ast-types": "0.13.3",
"black-hole-stream": "0.0.1",
"bluebird": "^3.7.2",
"bluebird": "3.7.2",
"chai": "1.10.0",
"chalk": "2.4.2",
"check-more-types": "2.24.0",
Expand Down
1 change: 0 additions & 1 deletion scripts/binary/util/packages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import _ from 'lodash'
import fs from 'fs-extra'
import path from 'path'
// we wrap glob to handle EMFILE error
import Promise from 'bluebird'
import la from 'lazy-ass'
import check from 'check-more-types'
import execa from 'execa'
Expand Down
2 changes: 1 addition & 1 deletion system-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@packages/socket": "0.0.0-development",
"@packages/ts": "0.0.0-development",
"babel-loader": "8.1.0",
"bluebird": "^3.7.2",
"bluebird": "3.7.2",
"body-parser": "1.19.0",
"chai": "1.10.0",
"chai-as-promised": "7.1.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12463,16 +12463,16 @@ bluebird@3.7.1:
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de"
integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==

bluebird@3.7.2, bluebird@^3.1.1, bluebird@^3.3.5, bluebird@^3.4.1, bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5, bluebird@^3.7.1, bluebird@^3.7.2:
version "3.7.2"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==

bluebird@^2.9.33:
version "2.11.0"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1"
integrity sha1-U0uQM8AiyVecVro7Plpcqvu2UOE=

bluebird@^3.1.1, bluebird@^3.3.5, bluebird@^3.4.1, bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5, bluebird@^3.7.1, bluebird@^3.7.2:
version "3.7.2"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==

blueimp-md5@^2.3.0:
version "2.18.0"
resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.18.0.tgz#1152be1335f0c6b3911ed9e36db54f3e6ac52935"
Expand Down

0 comments on commit 5262472

Please sign in to comment.