diff --git a/package-lock.json b/package-lock.json index 247ef9aa..6545eb55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@deep-foundation/deeplinks", - "version": "0.0.197", + "version": "0.0.199", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@deep-foundation/deeplinks", - "version": "0.0.197", + "version": "0.0.199", "license": "Unlicense", "dependencies": { "@apollo/client": "^3.7.14", - "@deep-foundation/deepcase": "0.0.21", + "@deep-foundation/deepcase": "^0.0.23", "@deep-foundation/finder": "^0.0.3", "@deep-foundation/hasura": "^0.0.45", "@deep-foundation/materialized-path": "0.0.24", @@ -1040,9 +1040,9 @@ "integrity": "sha512-fj6lUy8YB5NtlLdYnht0Knxb6w7Zpye+AEZLBsBzeb27HXGy2mFw2MNSuW76LiptWTIvChPjhOj3Mh6cHQHNEg==" }, "node_modules/@deep-foundation/deepcase": { - "version": "0.0.21", - "resolved": "https://registry.npmjs.org/@deep-foundation/deepcase/-/deepcase-0.0.21.tgz", - "integrity": "sha512-VXBjaka1VlbuvMSiWLP3qckiCgVLDGyLuxaZTeZO6HDTYuvd+n3ze7SHDqMaPl7jGWjQZBtIhEFqrbBKLMpDlQ==", + "version": "0.0.23", + "resolved": "https://registry.npmjs.org/@deep-foundation/deepcase/-/deepcase-0.0.23.tgz", + "integrity": "sha512-AjMxSs80AqhcfgiwPyVGbq5DrJo2GPV4nvzrCk8S2pbZxXeVIBupi+EyIrSGluN4s3u4wZuU85tCO+RcUZw/0g==", "dependencies": { "@deep-foundation/core": "^0.0.2", "@deep-foundation/tsx": "^0.0.3" @@ -1058,6 +1058,15 @@ "@deep-foundation/tsx": "^0.0.3" } }, + "node_modules/@deep-foundation/finder/node_modules/@deep-foundation/deepcase": { + "version": "0.0.21", + "resolved": "https://registry.npmjs.org/@deep-foundation/deepcase/-/deepcase-0.0.21.tgz", + "integrity": "sha512-VXBjaka1VlbuvMSiWLP3qckiCgVLDGyLuxaZTeZO6HDTYuvd+n3ze7SHDqMaPl7jGWjQZBtIhEFqrbBKLMpDlQ==", + "dependencies": { + "@deep-foundation/core": "^0.0.2", + "@deep-foundation/tsx": "^0.0.3" + } + }, "node_modules/@deep-foundation/hasura": { "version": "0.0.45", "resolved": "https://registry.npmjs.org/@deep-foundation/hasura/-/hasura-0.0.45.tgz", diff --git a/package.json b/package.json index b1fe316b..27db6ec2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@deep-foundation/deeplinks", - "version": "0.0.199", + "version": "0.0.200", "license": "Unlicense", "type": "module", "scripts": { @@ -33,7 +33,7 @@ }, "dependencies": { "@apollo/client": "^3.7.14", - "@deep-foundation/deepcase": "0.0.23", + "@deep-foundation/deepcase": "^0.0.23", "@deep-foundation/finder": "^0.0.3", "@deep-foundation/hasura": "^0.0.45", "@deep-foundation/materialized-path": "0.0.24",