Skip to content

Commit

Permalink
Upgrade mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed May 13, 2020
1 parent 70c8e5f commit 8404434
Show file tree
Hide file tree
Showing 8 changed files with 147 additions and 214 deletions.
2 changes: 1 addition & 1 deletion packages/pg-connection-string/package.json
Expand Up @@ -29,7 +29,7 @@
"chai": "^4.1.1",
"coveralls": "^3.0.4",
"istanbul": "^0.4.5",
"mocha": "^3.5.0"
"mocha": "^7.1.2"
},
"files": [
"index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-cursor/package.json
Expand Up @@ -16,7 +16,7 @@
"author": "Brian M. Carlson",
"license": "MIT",
"devDependencies": {
"mocha": "^6.2.2",
"mocha": "^7.1.2",
"pg": "^8.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/pg-pool/package.json
Expand Up @@ -30,7 +30,7 @@
"co": "4.6.0",
"expect.js": "0.3.1",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"mocha": "^7.1.2",
"pg-cursor": "^1.3.0"
},
"peerDependencies": {
Expand Down
3 changes: 0 additions & 3 deletions packages/pg-pool/test/mocha.opts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/pg-protocol/package.json
Expand Up @@ -11,7 +11,7 @@
"@types/node": "^12.12.21",
"chai": "^4.2.0",
"chunky": "^0.0.0",
"mocha": "^6.2.2",
"mocha": "^7.1.2",
"ts-node": "^8.5.4",
"typescript": "^3.7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-query-stream/package.json
Expand Up @@ -25,7 +25,7 @@
"JSONStream": "~0.7.1",
"concat-stream": "~1.0.1",
"eslint-plugin-promise": "^3.5.0",
"mocha": "^6.2.2",
"mocha": "^7.1.2",
"pg": "^8.2.0",
"stream-spec": "~0.3.5",
"stream-tester": "0.0.5",
Expand Down
1 change: 0 additions & 1 deletion packages/pg-query-stream/test/mocha.opts

This file was deleted.

0 comments on commit 8404434

Please sign in to comment.