Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent d901cc1 commit 1cae6b4
Show file tree
Hide file tree
Showing 2 changed files with 597 additions and 447 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@starheart/blog",
"version": "0.0.1",
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"private": true,
"scripts": {
"astro": "astro",
Expand All @@ -17,31 +17,31 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/markdown-remark": "^5.1.1",
"@astrojs/mdx": "^3.1.2",
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/mdx": "^3.1.3",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@iconify/json": "^2.2.223",
"@iconify/json": "^2.2.229",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"astro": "^4.11.3",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"astro": "^4.12.1",
"astro-compress": "^2.2.28",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.3",
"cssnano": "^7.0.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.2.2",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-react": "^7.34.4",
"mdast-util-to-string": "^4.0.0",
"organize-imports-cli": "^0.10.0",
"postcss-import": "^16.1.0",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -50,14 +50,14 @@
"rehype-pretty-code": "^0.13.2",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"rollup": "^4.18.0",
"shiki": "^1.10.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"rollup": "^4.18.1",
"shiki": "^1.10.3",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"unplugin-icons": "^0.19.0"
},
"dependencies": {
"@astrojs/preact": "^3.5.0",
"preact": "^10.22.0"
"@astrojs/preact": "^3.5.1",
"preact": "^10.22.1"
}
}
Loading

0 comments on commit 1cae6b4

Please sign in to comment.