Skip to content

Commit

Permalink
Merge pull request #12 from jamesmcroft/feature/dependencies
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
jamesmcroft authored Mar 28, 2022
2 parents b8f2b63 + 9133fbb commit b12e189
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 35 deletions.
59 changes: 29 additions & 30 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
},
"devDependencies": {
"@types/faker": "^5.5.9",
"@types/jest": "^27.4.0",
"@types/jest": "^27.4.1",
"faker": "^5.5.3",
"jest": "^27.5.1",
"ts-jest": "^27.1.2",
"typescript": "^4.5.5"
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
}
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"compilerOptions": {
"target": "esnext",
"target": "ESNext",
"lib": [
"ESNext",
"DOM"
],
"jsx": "preserve",
"module": "commonjs",
"moduleResolution": "node",
"moduleResolution": "Node",
"types": [
"jest"
],
Expand Down

0 comments on commit b12e189

Please sign in to comment.