diff --git a/package.json b/package.json index e47635d..0e1dff9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astroplate", - "version": "1.3.0", + "version": "1.3.1", "description": "Astro and Tailwindcss boilerplate", "author": "zeon.studio", "license": "MIT", @@ -13,13 +13,13 @@ "remove-darkmode": "node scripts/removeDarkmode.js && yarn format" }, "dependencies": { - "@astrojs/image": "^0.17.1", + "@astrojs/image": "^0.17.2", "@astrojs/mdx": "^0.19.7", "@astrojs/react": "^2.2.1", "@astrojs/rss": "^2.4.3", "@astrojs/sitemap": "^1.3.3", "@astrojs/tailwind": "^4.0.0", - "astro": "^2.7.0", + "astro": "^2.7.4", "astro-auto-import": "^0.3.0", "date-fns": "^2.30.0", "date-fns-tz": "^2.0.0", @@ -38,24 +38,24 @@ "remark-collapse": "^0.1.2", "remark-toc": "^8.0.1", "sharp": "^0.32.1", - "swiper": "^9.4.1" + "swiper": "^10.0.3" }, "devDependencies": { "@tailwindcss/forms": "^0.5.3", "@tailwindcss/typography": "^0.5.9", "@types/marked": "^5.0.0", - "@types/node": "20.3.2", + "@types/node": "20.4.0", "@types/react": "18.2.14", "@types/react-dom": "18.2.6", "autoprefixer": "^10.4.14", - "eslint": "^8.43.0", + "eslint": "^8.44.0", "postcss": "^8.4.24", - "prettier": "^2.8.8", + "prettier": "^3.0.0", "prettier-plugin-astro": "^0.10.0", "prettier-plugin-tailwindcss": "^0.3.0", "sass": "^1.63.6", "tailwindcss": "^3.3.2", "tailwind-bootstrap-grid": "^5.0.1", - "typescript": "5.1.3" + "typescript": "5.1.6" } } diff --git a/src/layouts/partials/Testimonial.astro b/src/layouts/partials/Testimonial.astro index 5f3a894..e2b79b2 100644 --- a/src/layouts/partials/Testimonial.astro +++ b/src/layouts/partials/Testimonial.astro @@ -79,9 +79,10 @@ const { testimonial } = Astro.props; }