Update dependencies

This commit is contained in:
Martin Prokoph
2024-09-18 12:12:16 +02:00
parent 0a508fc091
commit f102516b76
5 changed files with 2062 additions and 1305 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "accessible-astro-starter",
"description": "An Accessible Starter Theme for Astro including several accessibility features and tools to help you build faster.",
"version": "3.1.2",
"author": "Mark Teekman",
"homepage": "https://accessible-astro.netlify.app/",
"name": "midnightdust-eu",
"description": "Website for Motschen's Projects. Based on Astro Accessible Starter by Mark Teekman.",
"version": "2.0.0",
"author": "Martin Prokoph",
"homepage": "https://www.midnightdust.eu/",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@@ -11,27 +11,27 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^2.0.2",
"@astrojs/partytown": "^2.0.2",
"@astrojs/tailwind": "^5.0.4",
"@iconify-json/ion": "^1.1.15",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/simple-icons": "^1.1.91",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"accessible-astro-components": "^2.3.5",
"astro": "^4.0.7",
"astro-compress": "^2.0.6",
"astro-icon": "^1.0.2",
"eslint": "^8.33.0",
"@astrojs/mdx": "^2.3.1",
"@astrojs/partytown": "^2.1.2",
"@astrojs/tailwind": "^5.1.1",
"@iconify-json/ion": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"accessible-astro-components": "^2.3.6",
"astro": "^4.15.7",
"astro-compress": "^2.3.1",
"astro-icon": "^1.1.1",
"eslint": "^8.57.1",
"eslint-plugin-astro": "^0.23.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"prettier": "^2.8.3",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.2",
"sass": "^1.49.9",
"svgo": "^3.2.0",
"tailwindcss": "^3.2.7"
"eslint-plugin-jsx-a11y": "^6.10.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.1",
"prettier-plugin-tailwindcss": "^0.2.8",
"sass": "^1.79.1",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.12"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",