Skip to content

Commit b522476

Browse files
committed
chore: upgrade astro and convert configs to mjs
1 parent 99e7006 commit b522476

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed
File renamed without changes.

bun.lockb

-70.8 KB
Binary file not shown.

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
"astro": "astro"
88
},
99
"dependencies": {
10-
"@astrojs/mdx": "^3.1.3",
11-
"@astrojs/prefetch": "^0.2.1",
12-
"@astrojs/tailwind": "^3.1.1",
10+
"@astrojs/mdx": "3.1.9",
11+
"@astrojs/prefetch": "0.4.1",
12+
"@astrojs/tailwind": "5.1.2",
1313
"@catppuccin/palette": "^1.2.0",
14+
"caniuse-lite": "^1.0.30001684",
1415
"chart.js": "^4.2.1",
1516
"mdast-util-to-string": "^4.0.0",
1617
"react": "^18.2.0",
@@ -19,8 +20,8 @@
1920
"reading-time": "^1.5.0"
2021
},
2122
"devDependencies": {
22-
"@astrojs/react": "^2.1.0",
23-
"@astrojs/sitemap": "^1.2.1",
23+
"@astrojs/react": "3.6.3",
24+
"@astrojs/sitemap": "3.2.1",
2425
"@catppuccin/tailwindcss": "^0.1.1",
2526
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
2627
"@types/react": "^18.0.28",

postcss.config.js renamed to postcss.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
plugins: {
33
"postcss-import": {},
44
"tailwindcss/nesting": {},

0 commit comments

Comments
 (0)