Update dependencies

This commit is contained in:
prototypa
2023-03-31 07:58:59 -04:00
parent f3d9733528
commit 7c8562b6c1

View File

@ -13,9 +13,9 @@
"lint:eslint": "eslint . --ext .js,.ts,.astro" "lint:eslint": "eslint . --ext .js,.ts,.astro"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/image": "^0.16.2", "@astrojs/image": "^0.16.3",
"@astrojs/mdx": "^0.18.2", "@astrojs/mdx": "^0.18.2",
"@astrojs/partytown": "^1.1.1", "@astrojs/partytown": "^1.2.0",
"@astrojs/rss": "^2.3.1", "@astrojs/rss": "^2.3.1",
"@astrojs/sitemap": "^1.2.1", "@astrojs/sitemap": "^1.2.1",
"@astrojs/tailwind": "^3.1.1", "@astrojs/tailwind": "^3.1.1",
@ -25,10 +25,10 @@
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0", "@typescript-eslint/parser": "^5.57.0",
"astro": "^2.1.7", "astro": "^2.1.8",
"astro-compress": "^1.1.35", "astro-compress": "^1.1.35",
"astro-icon": "^0.8.0", "astro-icon": "^0.8.0",
"eslint": "^8.36.0", "eslint": "^8.37.0",
"eslint-plugin-astro": "^0.26.1", "eslint-plugin-astro": "^0.26.1",
"eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-jsx-a11y": "^6.7.1",
"limax": "2.1.0", "limax": "2.1.0",
@ -38,8 +38,8 @@
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
"sharp": "^0.31.0", "sharp": "^0.31.0",
"svgo": "2.8.0", "svgo": "2.8.0",
"tailwindcss": "^3.2.7", "tailwindcss": "^3.3.1",
"typescript": "^5.0.2" "typescript": "^5.0.3"
}, },
"engines": { "engines": {
"node": ">=16.12.0" "node": ">=16.12.0"