Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
Fixes the build issue mentioned in #17
  • Loading branch information
fgnass committed Jun 5, 2024
1 parent 86ede3f commit cfa9fa7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"repository": "fgnass/typed-rpc",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.11",
"@types/isomorphic-fetch": "0.0.35",
"@types/tap": "^15.0.1",
"express": "^4.17.1",
"@types/express": "^4.17.21",
"@types/isomorphic-fetch": "0.0.39",
"@types/tap": "^15.0.11",
"express": "^4.19.2",
"isomorphic-fetch": "^3.0.0",
"tap": "^15.0.9",
"typescript": "^4.2.4",
"tap": "^19.0.2",
"typescript": "^5.4.5",
"with-server": "^2.1.0"
}
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"outDir": "lib",
"sourceMap": true,
"strict": true,
"skipLibCheck": true,
"target": "ES2020"
},
"include": ["src"]
Expand Down

0 comments on commit cfa9fa7

Please sign in to comment.