Skip to content

Commit 6e332a7

Browse files
authored
chore: Update dependencies (#155)
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.
1 parent 9fd4032 commit 6e332a7

File tree

4 files changed

+2841
-7420
lines changed

4 files changed

+2841
-7420
lines changed

jest.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
export default {
33
roots: ["<rootDir>/src"],
44
transform: {
5-
"^.+\\.tsx?$": "ts-jest",
5+
"^.+\\.tsx?$": [
6+
"ts-jest",
7+
{
8+
useESM: true,
9+
},
10+
],
611
},
712
extensionsToTreatAsEsm: [".ts"],
813
moduleNameMapper: {
914
"^(\\.{1,2}/.*)\\.js$": "$1",
1015
},
11-
globals: {
12-
"ts-jest": {
13-
useESM: true,
14-
},
15-
},
1616
collectCoverage: true,
1717
coverageThreshold: {
1818
"./src/**/*.ts": {

0 commit comments

Comments
 (0)