Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/branch-keystore-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@aws-sdk/client-kms": "^3.616.0",
"@aws-sdk/util-dynamodb": "^3.616.0",
"tslib": "^2.2.0",
"uuid": "^9.0.0"
"uuid": "^11.1.1"
},
"sideEffects": false,
"main": "./build/main/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion modules/material-management/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"asn1.js": "^5.3.0",
"bn.js": "^5.2.3",
"tslib": "^2.2.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
},
"sideEffects": false,
"main": "./build/main/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion modules/serialize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"asn1.js": "^5.3.0",
"bn.js": "^5.2.3",
"tslib": "^2.2.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
},
"sideEffects": false,
"main": "./build/main/src/index.js",
Expand Down
2 changes: 2 additions & 0 deletions modules/tsconfig.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"inlineSourceMap": true,
"esModuleInterop": true,

"skipLibCheck": true,

Comment on lines +11 to +12

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The suggested fix was hallucinated -- the unparseable declarations live in uuid's own bundled type files so restricting the included packages does nothing

This is the easiest way to keep uuid's correct types. The (real, non-hallucinated) alternative is to bump to typescript 5.x which is definitely out of scope

"strict": true,

"noUnusedLocals": true,
Expand Down
35 changes: 23 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading