Skip to content

Commit 2d86ce3

Browse files
committed
chore: update dependency versions
This is an explicit update to versions. Additionally all sub modules package-lock.json files are removed. When `lerna link` was run, in aws#242 all modules were linked together at the root. This means that the root package-lock.json file is responsible for all sub modules state. Lerna does not maintain the state on these modules package-lock.json anymore. So this information is redundant. Finally, update `local_verdaccio_publish` to not reset package-lock.json files as they do not exist.
1 parent ca06ed7 commit 2d86ce3

File tree

58 files changed

+3121
-37705
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+3121
-37705
lines changed

modules/cache-material/package-lock.json

Lines changed: 0 additions & 191 deletions
This file was deleted.

modules/cache-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@aws-crypto/serialize": "file:../serialize",
2121
"@types/lru-cache": "^5.1.0",
2222
"lru-cache": "^5.1.1",
23-
"tslib": "^1.9.3"
23+
"tslib": "^1.11.1"
2424
},
2525
"sideEffects": false,
2626
"main": "./build/main/index.js",

0 commit comments

Comments
 (0)