From 9f67e3c9799be71e098e26e51bf5d7c0758acd2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Altu=C4=9F=20Bakan?= Date: Sun, 12 Nov 2023 19:25:40 +0100 Subject: [PATCH] Fix dependencies --- astro.config.ts | 1 - package.json | 10 +++++----- yarn.lock | 30 +++++++++++++++--------------- 3 files changed, 20 insertions(+), 21 deletions(-) diff --git a/astro.config.ts b/astro.config.ts index 40b7ab9..85728bb 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -1,5 +1,4 @@ import { defineConfig } from "astro/config"; - import tailwind from "@astrojs/tailwind"; export default defineConfig({ diff --git a/package.json b/package.json index 6cd0c7c..ba61f63 100644 --- a/package.json +++ b/package.json @@ -11,13 +11,13 @@ "astro": "astro" }, "dependencies": { - "@astrojs/tailwind": "^4.0.0", - "astro": "^3.3.2", + "@astrojs/tailwind": "^5.0.2", + "astro": "^3.5.3", "astro-icon": "^0.8.1", - "tailwindcss": "^3.0.24" + "tailwindcss": "^3.3.5" }, "devDependencies": { - "prettier": "^3.0.2", - "prettier-plugin-astro": "^0.11.1" + "prettier": "^3.0.3", + "prettier-plugin-astro": "^0.12.1" } } diff --git a/yarn.lock b/yarn.lock index 689a546..eddeb09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -57,13 +57,13 @@ dependencies: prismjs "^1.29.0" -"@astrojs/tailwind@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@astrojs/tailwind/-/tailwind-4.0.0.tgz#27f13b54ba65653b6586bb26cbfd02a1b3fec78a" - integrity sha512-HmCAXFFes7MUBt5ihdfH1goa8QyGkHejIpz6Z4XBKK9VNYY9G2E3brCn8+pNn5zAOzcwl3FYcuH2AiOa/NGoMQ== +"@astrojs/tailwind@^5.0.2": + version "5.0.2" + resolved "https://registry.yarnpkg.com/@astrojs/tailwind/-/tailwind-5.0.2.tgz#877c36750bc88b7e18b3ad2aa8f655d4d9769a3c" + integrity sha512-oXqeqmBlkQmsltrsU9nEWeXOtrZIAHW8dcmX7BCdrjzPnU6dPwWzAwhddNQ9ihKiWwsLnlbwQZIo2CDigcZlIA== dependencies: - autoprefixer "^10.4.14" - postcss "^8.4.24" + autoprefixer "^10.4.15" + postcss "^8.4.28" postcss-load-config "^4.0.1" "@astrojs/telemetry@3.0.4": @@ -749,7 +749,7 @@ astro-icon@^0.8.1: resolve-pkg "^2.0.0" svgo "^2.8.0" -astro@^3.3.2: +astro@^3.5.3: version "3.5.3" resolved "https://registry.yarnpkg.com/astro/-/astro-3.5.3.tgz#bf3166ea79748369b149ee163fb3ea41768d4c23" integrity sha512-08ya96yvQLdZjwYYpylzDTUGcyuA+Kw9zIT2RHfL7VzXtLTL1ZxhQjSo6CiTBH8Tcrdam88Fez+Q1awwKKajGw== @@ -815,7 +815,7 @@ astro@^3.3.2: optionalDependencies: sharp "^0.32.5" -autoprefixer@^10.4.14: +autoprefixer@^10.4.15: version "10.4.16" resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.16.tgz#fad1411024d8670880bdece3970aa72e3572feb8" integrity sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ== @@ -2923,7 +2923,7 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0: resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== -postcss@^8.4.23, postcss@^8.4.24, postcss@^8.4.27: +postcss@^8.4.23, postcss@^8.4.27, postcss@^8.4.28: version "8.4.31" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d" integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ== @@ -2960,16 +2960,16 @@ preferred-pm@^3.1.2: path-exists "^4.0.0" which-pm "2.0.0" -prettier-plugin-astro@^0.11.1: - version "0.11.1" - resolved "https://registry.yarnpkg.com/prettier-plugin-astro/-/prettier-plugin-astro-0.11.1.tgz#4b56671f25b94dbfef1c384aba1be46b6d1367d2" - integrity sha512-28sf624jQz9uP4hkQiRPRVuG1/4XJpnS6DfoXPgeDAeQ+eQ1o21bpioUbxze57y2EN+BCHeEw6x3a1MhM08Liw== +prettier-plugin-astro@^0.12.1: + version "0.12.1" + resolved "https://registry.yarnpkg.com/prettier-plugin-astro/-/prettier-plugin-astro-0.12.1.tgz#246140cf10454fcd1e93850c499118aee67d4a39" + integrity sha512-1mlNIU/cV+25oB4z5wXzOz2fSDcawG3MsVUwgw2i8VSy7voLSENMSpR1juu3U5MAVUo3owuyax11QuylbpuqOQ== dependencies: "@astrojs/compiler" "^1.5.5" prettier "^3.0.0" sass-formatter "^0.7.6" -prettier@^3.0.0, prettier@^3.0.2: +prettier@^3.0.0, prettier@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643" integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg== @@ -3511,7 +3511,7 @@ svgo@^2.8.0: picocolors "^1.0.0" stable "^0.1.8" -tailwindcss@^3.0.24: +tailwindcss@^3.3.5: version "3.3.5" resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.5.tgz#22a59e2fbe0ecb6660809d9cc5f3976b077be3b8" integrity sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==