Skip to content

Commit

Permalink
🚀 chore(package.json): update dependencies and devDependencies versions
Browse files Browse the repository at this point in the history
📦 Dependencies:
- Update "@astrojs/rss" from 2.4.3 to 2.4.4
- Update "astro" from 2.10.1 to 2.10.12

🛠️ DevDependencies:
- Update "@astrojs/sitemap" from 2.0.1 to 2.0.2
- Update "@typescript-eslint/parser" from 6.2.1 to 6.4.1
- Update "eslint" from 8.46.0 to 8.46.0
- Update "prettier" from 3.0.1 to 3.0.2
- Update "prettier-plugin-astro" from 0.11.0 to 0.11.1
  • Loading branch information
danielcgilibert committed Aug 22, 2023
1 parent e7a88b1 commit dc305dd
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 66 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"prepare": "husky install"
},
"dependencies": {
"@astrojs/rss": "2.4.3",
"astro": "2.10.1"
"@astrojs/rss": "2.4.4",
"astro": "2.10.12"
},
"devDependencies": {
"@astrojs/mdx": "0.19.7",
"@astrojs/sitemap": "2.0.1",
"@astrojs/sitemap": "2.0.2",
"@astrojs/tailwind": "4.0.0",
"@pagefind/default-ui": "^0.12.0",
"@tailwindcss/typography": "0.5.9",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/parser": "^6.4.1",
"clsx": "2.0.0",
"eslint": "^8.46.0",
"eslint-plugin-astro": "^0.28.0",
Expand All @@ -52,9 +52,9 @@
"mdast-util-to-string": "^4.0.0",
"motion": "^10.16.2",
"pagefind": "^0.12.0",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"prettier-config-standard": "^5.0.0",
"prettier-plugin-astro": "^0.11.0",
"prettier-plugin-astro": "^0.11.1",
"reading-time": "^1.5.0",
"slugify": "^1.6.6",
"tailwind-merge": "1.14.0",
Expand Down
119 changes: 59 additions & 60 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc305dd

Please sign in to comment.