diff --git a/package.json b/package.json index b7fe98b..b6818a8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "*", - "@astrojs/tailwind": "*", + "@astrojs/tailwind": "3.1.1", "@radix-ui/react-collapsible": "1.0.2", "@radix-ui/react-dropdown-menu": "^2.0.4", "@radix-ui/react-tooltip": "^1.0.5", diff --git a/yarn.lock b/yarn.lock index 7de9005..83d08dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -82,10 +82,10 @@ "@babel/core" ">=7.0.0-0 <8.0.0" "@babel/plugin-transform-react-jsx" "^7.17.12" -"@astrojs/tailwind@*": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@astrojs/tailwind/-/tailwind-3.0.1.tgz#81e363b6c59b0d8b36b29818835cf0a6691feb30" - integrity sha512-QSYh/xmz454j1yZU9rjw2J24PpH7j3h2ClesqMaAniOtcuL8RfP7KYCnCrk01xvjwqqO+QBpZNDD/SUhHNtFFg== +"@astrojs/tailwind@3.1.1": + version "3.1.1" + resolved "https://registry.yarnpkg.com/@astrojs/tailwind/-/tailwind-3.1.1.tgz#8d8c2f875401e8e88692cf2b99b48de9d5d82156" + integrity sha512-Wx/ZtVnmtfqHWGVzvUEYZm8rufVKVgDIef0q6fzwUxoT1EpTTwBkTbpnzooogewMLOh2eTscasGe3Ih2HC1wVA== dependencies: "@proload/core" "^0.3.2" autoprefixer "^10.4.7"