Skip to content

Commit

Permalink
build(deps-dev): upgrade chai to ^4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Mar 4, 2021
1 parent 8a0a61d commit bd14bf0
Show file tree
Hide file tree
Showing 32 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"babel-plugin-source-map-support": "^2.1.2",
"chai": "4.2.0",
"chai": "^4.3.3",
"chai-as-promised": "^7.0.0",
"commitizen": "^4.2.1",
"cross-env": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@malept/cross-spawn-promise": "^1.1.1",
"chai": "4.2.0",
"chai": "^4.3.3",
"chai-as-promised": "^7.0.0",
"mocha": "^8.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@electron-forge/maker-wix": "6.0.0-beta.54",
"@electron-forge/maker-zip": "6.0.0-beta.54",
"@electron-forge/test-utils": "6.0.0-beta.54",
"chai": "4.2.0",
"chai": "^4.3.3",
"chai-as-promised": "^7.0.0",
"electron-installer-common": "^0.10.2",
"fetch-mock": "^9.10.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/Installer.js",
"typings": "dist/Installer.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/appx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/MakerAppX.js",
"typings": "dist/MakerAppX.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/Maker.js",
"typings": "dist/Maker.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/deb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/MakerDeb.js",
"typings": "dist/MakerDeb.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"chai-as-promised": "^7.0.0",
"mocha": "^8.1.3",
"proxyquire": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/dmg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/MakerDMG.js",
"typings": "dist/MakerDMG.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"chai-as-promised": "^7.0.0",
"mocha": "^8.1.3",
"proxyquire": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/flatpak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/MakerFlatpak.js",
"typings": "dist/MakerFlatpak.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"chai-as-promised": "^7.0.0",
"mocha": "^8.1.3",
"proxyquire": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/MakerPKG.js",
"typings": "dist/MakerPKG.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"chai-as-promised": "^7.0.0",
"mocha": "^8.1.3",
"proxyquire": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/rpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/MakerRpm.js",
"typings": "dist/MakerRpm.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"chai-as-promised": "^7.0.0",
"mocha": "^8.1.3",
"proxyquire": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/MakerSnap.js",
"typings": "dist/MakerSnap.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"chai-as-promised": "^7.0.0",
"mocha": "^8.1.3",
"proxyquire": "^2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/squirrel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/MakerSquirrel.js",
"typings": "dist/MakerSquirrel.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/wix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/MakerWix.js",
"typings": "dist/MakerWix.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/zip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/MakerZIP.js",
"typings": "dist/MakerZIP.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/Plugin.js",
"typings": "dist/Plugin.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/CompilePlugin.js",
"typings": "dist/CompilePlugin.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/local-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/LocalElectronPlugin.js",
"typings": "dist/LocalElectronPlugin.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/node": "^14.14.16",
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@electron-forge/shared-types": "6.0.0-beta.54"
},
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/bitbucket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/PublisherBitbucket.js",
"typings": "dist/PublisherBitbucket.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/electron-release-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/PublisherERS.js",
"typings": "dist/PublisherERS.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"fetch-mock": "^9.10.7",
"mocha": "^8.1.3",
"proxyquire": "^2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/PublisherGithub.js",
"typings": "dist/PublisherGithub.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3",
"proxyquire": "^2.1.3",
"sinon": "^9.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/nucleus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/PublisherNucleus.js",
"typings": "dist/PublisherNucleus.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/PublisherS3.js",
"typings": "dist/PublisherS3.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/snapcraft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/PublisherSnapcraft.js",
"typings": "dist/PublisherSnapcraft.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@electron-forge/test-utils": "6.0.0-beta.54",
"chai": "4.2.0",
"chai": "^4.3.3",
"proxyquire": "^2.1.3",
"sinon": "^9.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/template/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"devDependencies": {
"@electron-forge/test-utils": "6.0.0-beta.54",
"chai": "4.2.0"
"chai": "^4.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/template/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"devDependencies": {
"@electron-forge/test-utils": "6.0.0-beta.54",
"chai": "4.2.0"
"chai": "^4.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/utils/async-ora/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"devDependencies": {
"chai": "4.2.0",
"chai": "^4.3.3",
"mocha": "^8.1.3",
"proxyquire": "^2.1.3",
"sinon": "^9.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/index.d.ts",
"dependencies": {
"@malept/cross-spawn-promise": "^1.1.1",
"chai": "4.2.0",
"chai": "^4.3.3",
"fs-extra": "^9.0.1"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2822,16 +2822,16 @@ chai-as-promised@^7.0.0:
dependencies:
check-error "^1.0.2"

chai@4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/chai/-/chai-4.2.0.tgz#760aa72cf20e3795e84b12877ce0e83737aa29e5"
integrity sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==
chai@^4.3.3:
version "4.3.3"
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.3.tgz#f2b2ad9736999d07a7ff95cf1e7086c43a76f72d"
integrity sha512-MPSLOZwxxnA0DhLE84klnGPojWFK5KuhP7/j5dTsxpr2S3XlkqJP5WbyYl1gCTWvG2Z5N+HD4F472WsbEZL6Pw==
dependencies:
assertion-error "^1.1.0"
check-error "^1.0.2"
deep-eql "^3.0.1"
get-func-name "^2.0.0"
pathval "^1.1.0"
pathval "^1.1.1"
type-detect "^4.0.5"

chalk@^1.0.0, chalk@^1.1.3:
Expand Down Expand Up @@ -8456,7 +8456,7 @@ path-type@^4.0.0:
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==

pathval@^1.1.0:
pathval@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==
Expand Down

0 comments on commit bd14bf0

Please sign in to comment.