Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Aug 9, 2024
1 parent 0e42105 commit 6d6494b
Show file tree
Hide file tree
Showing 2 changed files with 1,105 additions and 448 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,37 @@
"generate-cards": "node ./generateCards.mjs"
},
"dependencies": {
"@astrojs/check": "0.7.0",
"@astrojs/mdx": "3.1.1",
"@astrojs/rss": "4.0.6",
"@astrojs/check": "0.9.2",
"@astrojs/mdx": "3.1.3",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"@astrojs/solid-js": "^4.4.0",
"@astrojs/tailwind": "5.1.0",
"@fontsource-variable/noto-sans-kr": "^5.0.6",
"@shikijs/transformers": "^1.9.0",
"@shikijs/transformers": "^1.12.1",
"@solid-primitives/set": "^0.4.11",
"astro": "4.11.0",
"astro-compress": "^2.2.28",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.3",
"satori": "^0.10.13",
"astro": "4.13.2",
"astro-compress": "^2.3.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.4",
"satori": "^0.10.14",
"sharp": "^0.33.4",
"solid-js": "^1.8.17",
"solid-js": "^1.8.20",
"solid-transition-group": "^0.2.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vite": "^5.3.1"
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4",
"vite": "^5.4.0"
},
"devDependencies": {
"@hbsnow/rehype-sectionize": "^1.0.7",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^9.5.0",
"eslint-plugin-astro": "^1.2.2",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^1.2.3",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"reading-time": "^1.5.0",
"stylelint": "^16.6.1",
"stylelint": "^16.8.1",
"stylelint-config-standard": "^36.0.1"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 6d6494b

Please sign in to comment.