From de8674c8a308aec738722020a8b0dc82cc438271 Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Sun, 13 Aug 2023 09:17:40 +0600 Subject: [PATCH] update package.json --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index f07a5db..e9c4200 100755 --- a/package.json +++ b/package.json @@ -16,10 +16,10 @@ "@astrojs/image": "^0.17.3", "@astrojs/mdx": "^0.19.7", "@astrojs/react": "^2.2.1", - "@astrojs/rss": "^2.4.3", + "@astrojs/rss": "^2.4.4", "@astrojs/sitemap": "^2.0.1", "@astrojs/tailwind": "^4.0.0", - "astro": "^2.10.1", + "astro": "^2.10.7", "astro-auto-import": "^0.3.1", "date-fns": "^2.30.0", "date-fns-tz": "^2.0.0", @@ -27,9 +27,9 @@ "fuse.js": "^6.6.2", "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", - "marked": "^6.0.0", + "marked": "^7.0.2", "prettier-plugin-astro": "^0.11.0", - "prettier-plugin-tailwindcss": "^0.4.1", + "prettier-plugin-tailwindcss": "^0.5.2", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -44,16 +44,16 @@ "@tailwindcss/forms": "^0.5.4", "@tailwindcss/typography": "^0.5.9", "@types/marked": "^5.0.1", - "@types/node": "20.4.8", - "@types/react": "18.2.18", + "@types/node": "20.4.10", + "@types/react": "18.2.20", "@types/react-dom": "18.2.7", "autoprefixer": "^10.4.14", - "eslint": "^8.46.0", + "eslint": "^8.47.0", "postcss": "^8.4.27", "prettier": "^3.0.1", "prettier-plugin-astro": "^0.11.0", - "prettier-plugin-tailwindcss": "^0.4.1", - "sass": "^1.64.2", + "prettier-plugin-tailwindcss": "^0.5.2", + "sass": "^1.65.1", "tailwindcss": "^3.3.3", "tailwind-bootstrap-grid": "^5.0.1", "typescript": "5.1.6"