From c5c880d350691e41c2563a229a743afe0ff82e7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 22:21:09 +0000 Subject: [PATCH] fix(deps): update dependency @pandacss/types to v0.37.2 --- 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 79dc989..9c1880a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.2", "license": "MIT", "dependencies": { - "@pandacss/types": "0.37.1", + "@pandacss/types": "0.37.2", "ts-morph": "22.0.0", "typescript": "5.4.4" }, @@ -570,9 +570,9 @@ } }, "node_modules/@pandacss/types": { - "version": "0.37.1", - "resolved": "https://registry.npmjs.org/@pandacss/types/-/types-0.37.1.tgz", - "integrity": "sha512-JaI/UD1FAiHhaq81PgyltXB/J8eA+WHyZG3B7KmTvkqVz2S6r0kSp6w7Wh0D9xwykjh+OfBkNFqLCKFBQ1deuA==" + "version": "0.37.2", + "resolved": "https://registry.npmjs.org/@pandacss/types/-/types-0.37.2.tgz", + "integrity": "sha512-1HYXrGSngm6wrRyiiEtF2nHl7sfVD9HDc0BVN+qD1Gpjo7uniz99jz9oYOPAVNAbPoll28ltx828Falh4XgvYg==" }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", diff --git a/package.json b/package.json index d14bcd4..32d2cfa 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "author": "Jon Ambas ", "license": "MIT", "dependencies": { - "@pandacss/types": "0.37.1", + "@pandacss/types": "0.37.2", "ts-morph": "22.0.0", "typescript": "5.4.4" },