Update dependencies

This commit is contained in:
prototypa
2023-04-20 21:36:19 -04:00
parent f5a452e11b
commit c014f1d35e
2 changed files with 13 additions and 13 deletions

View File

@ -13,33 +13,33 @@
"lint:eslint": "eslint . --ext .js,.ts,.astro"
},
"devDependencies": {
"@astrojs/image": "^0.16.4",
"@astrojs/mdx": "^0.18.2",
"@astrojs/image": "^0.16.6",
"@astrojs/mdx": "^0.19.0",
"@astrojs/partytown": "^1.2.0",
"@astrojs/rss": "^2.3.2",
"@astrojs/sitemap": "^1.2.1",
"@astrojs/sitemap": "^1.2.2",
"@astrojs/tailwind": "^3.1.1",
"@astrolib/analytics": "^0.3.0",
"@astrolib/seo": "^0.3.0",
"@fontsource/inter": "^4.5.15",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"astro": "^2.1.9",
"astro-compress": "^1.1.35",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"astro": "^2.3.0",
"astro-compress": "^1.1.39",
"astro-icon": "^0.8.0",
"eslint": "^8.37.0",
"eslint": "^8.38.0",
"eslint-plugin-astro": "^0.26.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"limax": "2.1.0",
"mdast-util-to-string": "^3.1.1",
"mdast-util-to-string": "^3.2.0",
"prettier": "^2.8.7",
"prettier-plugin-astro": "^0.8.0",
"reading-time": "^1.5.0",
"sharp": "^0.31.0",
"sharp": "^0.32.0",
"svgo": "2.8.0",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.3"
"typescript": "^5.0.4"
},
"engines": {
"node": ">=16.12.0"