Skip to content

Commit e6717ee

Browse files
packagejson and tsconfig
1 parent b9570da commit e6717ee

File tree

3 files changed

+6
-21
lines changed

3 files changed

+6
-21
lines changed

package-lock.json

Lines changed: 1 addition & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
},
116116
"license": "Apache-2.0",
117117
"engines": {
118-
"node": ">=16.20.1"
118+
"node": ">=20.19.0"
119119
},
120120
"bugs": {
121121
"url": "https://jira.mongodb.org/projects/NODE/issues/"
@@ -175,4 +175,4 @@
175175
"moduleResolution": "node"
176176
}
177177
}
178-
}
178+
}

tsconfig.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
"checkJs": false,
55
"strict": true,
66
"alwaysStrict": true,
7-
"target": "ES2021",
7+
"target": "ES2023",
88
"module": "commonJS",
99
"moduleResolution": "node",
1010
"skipLibCheck": true,
1111
"lib": [
12-
"es2021",
13-
"ES2022.Error",
14-
"ES2022.Object",
12+
"es2023",
1513
"esnext.disposable"
1614
],
1715
// We don't make use of tslib helpers, all syntax used is supported by target engine
@@ -45,4 +43,4 @@
4543
"include": [
4644
"src/**/*"
4745
]
48-
}
46+
}

0 commit comments

Comments
 (0)