Skip to content

Commit 90042c8

Browse files
authored
Fix build in Node 18 (#1087)
The build was broken because `source-map` was not working for generate resources using `ts-typescript` in `neo4j-driver`. The same was happening for running unit tests in `neo4j-driver-core`. `source-map` released a patch with the fix and applying the patch solves the issue. `webpack` version was also bumped.
1 parent f8ec06b commit 90042c8

File tree

4 files changed

+419
-363
lines changed

4 files changed

+419
-363
lines changed

packages/core/package-lock.json

+55-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"esdoc-standard-plugin": "^1.0.0",
3737
"fast-check": "^3.5.0",
3838
"jest": "^27.5.1",
39+
"source-map": "0.7.4",
3940
"ts-jest": "^27.1.4",
4041
"ts-node": "^10.9.1",
4142
"typescript": "^4.9.5"

0 commit comments

Comments
 (0)