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" },