diff --git a/app/web/package.json b/app/web/package.json index 7e2c2a5..08c7824 100644 --- a/app/web/package.json +++ b/app/web/package.json @@ -22,7 +22,7 @@ "@redwoodjs/router": "^0.34.1", "@redwoodjs/web": "^0.34.1", "@sentry/browser": "^6.5.1", - "@tailwindcss/aspect-ratio": "^0.2.1", + "@tailwindcss/aspect-ratio": "0.2.1", "browser-fs-access": "^0.17.2", "cloudinary-react": "^1.6.7", "get-active-classes": "^0.0.11", diff --git a/app/yarn.lock b/app/yarn.lock index 25df88f..4226568 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -3475,7 +3475,7 @@ dependencies: defer-to-connect "^1.0.1" -"@tailwindcss/aspect-ratio@^0.2.1": +"@tailwindcss/aspect-ratio@0.2.1": version "0.2.1" resolved "https://registry.yarnpkg.com/@tailwindcss/aspect-ratio/-/aspect-ratio-0.2.1.tgz#a7ce776688b8218d9559a6918f0bccc58f0f16dd" integrity sha512-aDFi80aHQ3JM3symJ5iKU70lm151ugIGFCI0yRZGpyjgQSDS+Fbe93QwypC1tCEllQE8p0S7TUu20ih1b9IKLA== diff --git a/docs/package.json b/docs/package.json index ae5cd54..ecfac60 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,6 +18,7 @@ "@docusaurus/plugin-ideal-image": "2.0.0-beta.0", "@docusaurus/preset-classic": "2.0.0-beta.0", "@mdx-js/react": "^1.6.21", + "@tailwindcss/aspect-ratio": "0.2.1", "autoprefixer": "^10.2.5", "clsx": "^1.1.1", "docusaurus-tailwindcss-loader": "file:plugins/docusaurus-tailwindcss-loader", diff --git a/docs/yarn.lock b/docs/yarn.lock index ddae39c..981ad01 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -1856,6 +1856,11 @@ dependencies: defer-to-connect "^1.0.1" +"@tailwindcss/aspect-ratio@0.2.1": + version "0.2.1" + resolved "https://registry.yarnpkg.com/@tailwindcss/aspect-ratio/-/aspect-ratio-0.2.1.tgz#a7ce776688b8218d9559a6918f0bccc58f0f16dd" + integrity sha512-aDFi80aHQ3JM3symJ5iKU70lm151ugIGFCI0yRZGpyjgQSDS+Fbe93QwypC1tCEllQE8p0S7TUu20ih1b9IKLA== + "@trysound/sax@0.1.1": version "0.1.1" resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.1.1.tgz#3348564048e7a2d7398c935d466c0414ebb6a669"