Update dependencies, remove Picture

This commit is contained in:
prototypa
2022-11-23 19:16:05 -05:00
parent 4f9fe3ce8d
commit 00b3508264
7 changed files with 37 additions and 74 deletions

View File

@ -14,8 +14,8 @@
"subfont": "subfont -ir --no-fallbacks --silent --root dist"
},
"devDependencies": {
"@astrojs/image": "^0.10.0",
"@astrojs/mdx": "^0.11.5",
"@astrojs/image": "^0.11.6",
"@astrojs/mdx": "^0.11.6",
"@astrojs/partytown": "^1.0.1",
"@astrojs/rss": "^1.0.3",
"@astrojs/sitemap": "^1.0.0",
@ -24,22 +24,22 @@
"@astrolib/seo": "^0.2.1",
"@fontsource/inter": "^4.5.14",
"@tailwindcss/typography": "^0.5.8",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"astro": "^1.6.8",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"astro": "^1.6.10",
"astro-icon": "^0.8.0",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"eslint-plugin-astro": "^0.21.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"limax": "^v2.1.0",
"limax": "^2.1.0",
"mdast-util-to-string": "^3.1.0",
"prettier": "^2.7.1",
"prettier": "^2.8.0",
"prettier-plugin-astro": "^0.7.0",
"reading-time": "^1.5.0",
"sharp": "^0.31.2",
"subfont": "^6.12.2",
"tailwindcss": "^3.2.3",
"typescript": "^4.8.4"
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"