summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types
diff options
context:
space:
mode:
authorJonathan Stewmon <jstewmon@gmail.com>2020-11-04 09:04:27 -0600
committerJonathan Stewmon <jstewmon@gmail.com>2020-11-18 10:59:00 -0600
commit12127b318d5cd3687f42f1d60337bbf0ef936146 (patch)
treebdfd15b6f5b5645c5b745ead4ce73f83b331e65e /packages/typescript-types
parent553d5ea9956092b5efabc8bab045d9fc74d456d2 (diff)
chore: use caret specifier for dependencies
Using the caret specifier allows package consumers to adopt newer, compatible versions of transient dependencies, which has the following benefits: - de-duplication of compatible package versions - bug and security fixes can be adopted without waiting on a new version of the referencing package
Diffstat (limited to 'packages/typescript-types')
-rw-r--r--packages/typescript-types/package-lock.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/typescript-types/package-lock.json b/packages/typescript-types/package-lock.json
deleted file mode 100644
index 0db7755..0000000
--- a/packages/typescript-types/package-lock.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "name": "@simplewebauthn/typescript-types",
- "version": "0.10.0",
- "lockfileVersion": 1
-}