Skip to content

Commit

Permalink
chore: Update dependencies (#155)
Browse files Browse the repository at this point in the history
The breaking change in is-ip is only about the support Node version. They dropped support for Node 14 which we also don't support anymore.
  • Loading branch information
jhnns committed Oct 27, 2023
1 parent 9fd4032 commit 6e332a7
Show file tree
Hide file tree
Showing 4 changed files with 2,841 additions and 7,420 deletions.
12 changes: 6 additions & 6 deletions jest.config.js
Expand Up @@ -2,17 +2,17 @@
export default {
roots: ["<rootDir>/src"],
transform: {
"^.+\\.tsx?$": "ts-jest",
"^.+\\.tsx?$": [
"ts-jest",
{
useESM: true,
},
],
},
extensionsToTreatAsEsm: [".ts"],
moduleNameMapper: {
"^(\\.{1,2}/.*)\\.js$": "$1",
},
globals: {
"ts-jest": {
useESM: true,
},
},
collectCoverage: true,
coverageThreshold: {
"./src/**/*.ts": {
Expand Down

0 comments on commit 6e332a7

Please sign in to comment.