Skip to content

Commit

Permalink
Update all deps (#101)
Browse files Browse the repository at this point in the history
* Update TSDX deps

* Update TypeScript

Resolutions needed b/c of jaredpalmer/tsdx#926

* Update Husky

* Update MongoDB
  • Loading branch information
Skn0tt authored Jan 27, 2021
1 parent 5deb2be commit b0f8c7f
Show file tree
Hide file tree
Showing 3 changed files with 1,018 additions and 610 deletions.
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,19 @@
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/mongodb": "^3.5.27",
"@types/mongodb": "^3.6.3",
"benchmark": "^2.1.4",
"eslint-plugin-es5": "^1.5.0",
"husky": "^4.2.5",
"mongodb": "^3.6.2",
"husky": "^4.3.8",
"mongodb": "^3.6.3",
"tsdx": "^0.14.1",
"typescript": "^3.9.6"
"typescript": "^4.1.3"
},
"dependencies": {}
"dependencies": {},
"resolutions": {
"**/@typescript-eslint/eslint-plugin": "^4.11.1",
"**/@typescript-eslint/parser": "^4.11.1",
"**/jest": "^26.6.3",
"**/ts-jest": "^26.4.4"
}
}
1 change: 1 addition & 0 deletions src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,7 @@ describe('stringify & parse', () => {

test('regression #65: BigInt on Safari v13', () => {
const oldBigInt = global.BigInt;
// @ts-ignore
delete global.BigInt;

const input = {
Expand Down
Loading

0 comments on commit b0f8c7f

Please sign in to comment.