From acf2f103caae485a35667c59f997e536488606cc Mon Sep 17 00:00:00 2001 From: Onrir Date: Sun, 26 Nov 2023 15:56:15 +0300 Subject: [PATCH] Add files via upload --- package-lock.json | 35 +++++++++++++---------------------- package.json | 4 ++-- 2 files changed, 15 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index c771105..73073d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,11 +8,10 @@ "name": "portfolio", "version": "0.0.1", "dependencies": { - "@astrojs/tailwind": "^4.0.0", + "@astrojs/tailwind": "^5.0.2", "astro": "^3.6.0", "boxicons": "^2.1.4", - "highlight.js": "^11.9.0", - "tailwindcss": "^3.3.3" + "tailwindcss": "^3.3.5" } }, "node_modules/@alloc/quick-lru": { @@ -84,16 +83,16 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-4.0.0.tgz", - "integrity": "sha512-HmCAXFFes7MUBt5ihdfH1goa8QyGkHejIpz6Z4XBKK9VNYY9G2E3brCn8+pNn5zAOzcwl3FYcuH2AiOa/NGoMQ==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.0.2.tgz", + "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" }, "peerDependencies": { - "astro": "^2.6.5", + "astro": "^3.2.4", "tailwindcss": "^3.0.24" } }, @@ -2339,14 +2338,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/highlight.js": { - "version": "11.9.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz", - "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==", - "engines": { - "node": ">=12.0.0" - } - }, "node_modules/history": { "version": "4.10.1", "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", @@ -5842,19 +5833,19 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz", - "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.5.tgz", + "integrity": "sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", "chokidar": "^3.5.3", "didyoumean": "^1.2.2", "dlv": "^1.1.3", - "fast-glob": "^3.2.12", + "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.18.2", + "jiti": "^1.19.1", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/package.json b/package.json index 2b96992..b18b675 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/tailwind": "^4.0.0", + "@astrojs/tailwind": "^5.0.2", "astro": "^3.6.0", "boxicons": "^2.1.4", - "tailwindcss": "^3.3.3" + "tailwindcss": "^3.3.5" } }