From 780e8bea068fc26bdfa09a129f11bee0f2d4acde Mon Sep 17 00:00:00 2001 From: Ross Phillips <12723297+rphillips-cc@users.noreply.github.com> Date: Tue, 26 Aug 2025 15:50:29 +1200 Subject: [PATCH] Update config types --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3fa1ae..e4c154d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@cloudcannon/configuration-types": "0.0.38" + "@cloudcannon/configuration-types": "0.0.40" }, "devDependencies": { "@biomejs/biome": "1.9.4", @@ -181,9 +181,9 @@ } }, "node_modules/@cloudcannon/configuration-types": { - "version": "0.0.38", - "resolved": "https://registry.npmjs.org/@cloudcannon/configuration-types/-/configuration-types-0.0.38.tgz", - "integrity": "sha512-kB+f+y59eG2msCHVK8Ou7BQ/uEARQt2mvqUPGSlDzGsq+kMgFQyPJxzNWV6Mr4cDoZpxqRxotJu+aHM1aMO94w==", + "version": "0.0.40", + "resolved": "https://registry.npmjs.org/@cloudcannon/configuration-types/-/configuration-types-0.0.40.tgz", + "integrity": "sha512-BSZN3U5NcF+8/fYI60cE8D6gqjruoVTb1e1OtFouH5qJKsaYund7PqFS5fWQs2mwhQLas0goLSh1KjemrEjrjQ==", "license": "MIT", "dependencies": { "@cloudcannon/snippet-types": "^1.1.13", diff --git a/package.json b/package.json index d5d071e..df53cdf 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "src/**/*" ], "dependencies": { - "@cloudcannon/configuration-types": "0.0.38" + "@cloudcannon/configuration-types": "0.0.40" }, "devDependencies": { "@biomejs/biome": "1.9.4",