Update dependencies
This commit is contained in:
30
package.json
30
package.json
@ -13,33 +13,33 @@
|
||||
"lint:eslint": "eslint . --ext .js,.ts,.astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/image": "^0.17.0",
|
||||
"@astrojs/image": "^0.17.2",
|
||||
"@astrojs/mdx": "^0.19.7",
|
||||
"@astrojs/partytown": "^1.2.3",
|
||||
"@astrojs/rss": "^2.4.3",
|
||||
"@astrojs/sitemap": "^1.3.3",
|
||||
"@astrojs/tailwind": "^3.1.3",
|
||||
"@astrojs/sitemap": "^2.0.1",
|
||||
"@astrojs/tailwind": "^4.0.0",
|
||||
"@astrolib/analytics": "^0.3.0",
|
||||
"@astrolib/seo": "^0.4.0",
|
||||
"@fontsource/inter": "^4.5.15",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.11",
|
||||
"@typescript-eslint/parser": "^5.59.11",
|
||||
"astro": "^2.6.4",
|
||||
"astro-compress": "^1.1.47",
|
||||
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
||||
"@typescript-eslint/parser": "^6.2.0",
|
||||
"astro": "^2.9.3",
|
||||
"astro-compress": "^1.1.49",
|
||||
"astro-icon": "^0.8.1",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-plugin-astro": "^0.27.1",
|
||||
"eslint": "^8.45.0",
|
||||
"eslint-plugin-astro": "^0.27.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"limax": "2.1.0",
|
||||
"mdast-util-to-string": "^3.2.0",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier-plugin-astro": "^0.10.0",
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"prettier": "^3.0.0",
|
||||
"prettier-plugin-astro": "^0.11.0",
|
||||
"reading-time": "^1.5.0",
|
||||
"sharp": "^0.32.1",
|
||||
"sharp": "^0.32.4",
|
||||
"svgo": "2.8.0",
|
||||
"tailwindcss": "^3.3.2",
|
||||
"typescript": "^5.1.3"
|
||||
"tailwindcss": "^3.3.3",
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.12.0"
|
||||
|
Reference in New Issue
Block a user