Skip to content

Commit

Permalink
Downgrade Nuxt and TailwindCSS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroCorp committed Sep 18, 2024
1 parent b510de2 commit 5d2f148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nuxtjs/mdc": "^0.9.0",
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.1.0",
"nuxt": "^3.13.2",
"nuxt": "^3.13.0",
"nuxt-auth-utils": "^0.3.8",
"nuxt-icons": "^3.2.1",
"vue": "^3.5.5",
Expand All @@ -35,6 +35,6 @@
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12"
"tailwindcss": "^3.4.10"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4867,7 +4867,7 @@ nuxt-icons@^3.2.1:
dependencies:
"@nuxt/kit" "^3.0.0"

nuxt@^3.13.2:
nuxt@^3.13.0:
version "3.13.2"
resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-3.13.2.tgz#af43a1fb5ccaaf98be0aaeca1bee504eeee24135"
integrity sha512-Bjc2qRsipfBhjXsBEJCN+EUAukhdgFv/KoIR5HFB2hZOYRSqXBod3oWQs78k3ja1nlIhAEdBG533898KJxUtJw==
Expand Down Expand Up @@ -6221,7 +6221,7 @@ system-architecture@^0.1.0:
resolved "https://registry.yarnpkg.com/system-architecture/-/system-architecture-0.1.0.tgz#71012b3ac141427d97c67c56bc7921af6bff122d"
integrity sha512-ulAk51I9UVUyJgxlv9M6lFot2WP3e7t8Kz9+IS6D4rVba1tR9kON+Ey69f+1R4Q8cd45Lod6a4IcJIxnzGc/zA==

tailwindcss@^3.4.12:
tailwindcss@^3.4.10:
version "3.4.12"
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.12.tgz#fd3b67c6d2c04d9d7bfa13e3fc70ccef9fef0455"
integrity sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==
Expand Down

0 comments on commit 5d2f148

Please sign in to comment.