Skip to content

Commit

Permalink
Updated packages and eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Mar 16, 2024
1 parent 9588de8 commit eb650ce
Show file tree
Hide file tree
Showing 5 changed files with 632 additions and 449 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
module.exports = {
extends: [
'plugin:mdx/recommended',
'plugin:markdown/recommended',
'plugin:astro/recommended'
'plugin:markdown/recommended-legacy',
'plugin:astro/recommended',
'@unocss'
],
parser: '@typescript-eslint/parser',
parserOptions: {
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,28 @@
"dependencies": {
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"astro": "^4.4.9"
"astro": "^4.5.5"
},
"devDependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/check": "^0.5.9",
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/logos": "^1.1.42",
"@julr/unocss-preset-forms": "^0.1.0",
"@types/node": "^20.11.24",
"@typescript-eslint/parser": "^7.1.0",
"@unocss/reset": "^0.58.5",
"@types/node": "^20.11.28",
"@typescript-eslint/parser": "^7.2.0",
"@unocss/eslint-config": "^0.58.6",
"@unocss/reset": "^0.58.6",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-mdx": "^3.1.5",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"vite": "^5.1.4"
"prettier-plugin-tailwindcss": "^0.5.12",
"typescript": "^5.4.2",
"unocss": "^0.58.6",
"vite": "^5.1.6"
},
"packageManager": "[email protected]+sha1.c85a4305534f76d461407b59277b954bac97b5c4"
}
Loading

0 comments on commit eb650ce

Please sign in to comment.