Skip to content

Commit

Permalink
Update astro
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmess1221 committed Apr 14, 2024
1 parent 2947c5e commit 007c82d
Show file tree
Hide file tree
Showing 18 changed files with 2,570 additions and 1,293 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,27 @@
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check && tsc --noEmit",
"check": "astro check",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@keupoz/typed-event-dispatcher": "^1.0.3",
"file-saver": "^2.0.5",
"svelte": "^4.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.13.3",
"@astrojs/mdx": "^0.19.7",
"@astrojs/svelte": "^3.1.0",
"@astrojs/mdx": "^2.3.0",
"@astrojs/svelte": "^3.1.1",
"@types/file-saver": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"astro": "^2.10.7",
"astro": "^4.6.1",
"astro-eslint-parser": "^0.17.0",
"astro-iconify": "^1.2.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-format": "^0.1.0",
"eslint-plugin-svelte": "2.36.0-next.13",
"eslint-plugin-svelte": "2.37.0",
"prettier-plugin-astro": "^0.13.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
Expand All @@ -40,6 +39,6 @@
"remark-toc": "^8.0.1",
"sass": "^1.65.1",
"svelte-eslint-parser": "^0.34.1",
"typescript": "^5.1.6"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 007c82d

Please sign in to comment.