Skip to content

Commit 4f81d44

Browse files
committed
Upgrade CDS extractor node dependencies to latest
Upgrade node dependencies to the latest available versions for TypeScript/JavaScript code used to implement the CDS extractor. Removes the `extractors/cds/tools/package-lock.json` file from further tracking and updates gitignore accordingly.
1 parent 92d506e commit 4f81d44

File tree

3 files changed

+20
-11064
lines changed

3 files changed

+20
-11064
lines changed

extractors/cds/tools/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@
55
# local environment.
66
out/
77

8+
# Since we expect the build process to be run on the system where the CDS extractor
9+
# is being run, we do not need/want to check-in our own package-lock.json version
10+
# when we know it will be different / overwritten on each system.
11+
package-lock.json
12+

0 commit comments

Comments
 (0)