Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Aug 18, 2021
1 parent 7eb358e commit e4b04d8
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 79 deletions.
128 changes: 53 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
},
"homepage": "https://github.com/braintree/sanitize-url#readme",
"devDependencies": {
"@types/jest": "^26.0.24",
"@types/jest": "^27.0.1",
"chai": "^4.3.4",
"eslint": "^7.31.0",
"eslint": "^7.32.0",
"eslint-config-braintree": "^5.0.0-typescript-prep-rc.18",
"jest": "^27.0.6",
"prettier": "^2.3.2",
"ts-jest": "^27.0.3",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
},
"jest": {
"testEnvironment": "jsdom",
"preset": "ts-jest",
"globals": {
"ts-jest": {
"tsConfig": "src/__tests__/tsconfig.json"
"tsconfig": "src/__tests__/tsconfig.json"
}
}
}
Expand Down

0 comments on commit e4b04d8

Please sign in to comment.