update packages

This commit is contained in:
Filipe Medeiros 2024-07-21 18:12:50 +02:00
parent 7ebeda2a3f
commit 2a7d8622a1
Signed by: filipe
GPG key ID: 9533BD5467CC1E78
2 changed files with 8 additions and 8 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -13,21 +13,21 @@
"format:check": "prettier . --check --config ./.prettierrc"
},
"dependencies": {
"@astrojs/mdx": "^3.0.1",
"@astrojs/react": "^3.4.0",
"@astrojs/rss": "^4.0.6",
"@astrojs/mdx": "^3.1.3",
"@astrojs/react": "^3.6.0",
"@astrojs/rss": "^4.0.7",
"@astrojs/tailwind": "^5.1.0",
"@keystatic/astro": "^5.0.0",
"@keystatic/core": "^0.5.17",
"astro": "^4.9.1",
"@keystatic/core": "^0.5.27",
"astro": "^4.12.2",
"mdast-flatten-listitem-paragraphs": "^1.0.0",
"react": "^18.3.1",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.6"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/node": "^20.14.11",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38"
"postcss": "^8.4.39"
}
}