Skip to content

Commit eca038e

Browse files
authored
fix: upgrade dependencies (#48)
1 parent 7f8f6d7 commit eca038e

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

bun.lockb

5.01 KB
Binary file not shown.

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,31 +19,31 @@
1919
"url": "https://github.com/natebwangsut/natebwangsut.github.io"
2020
},
2121
"dependencies": {
22-
"@astrojs/react": "^3.1.0",
23-
"@astrojs/rss": "^4.0.5",
24-
"@astrojs/sitemap": "^3.1.1",
25-
"@iconify-json/ri": "^1.1.20",
26-
"@react-spring/web": "^9.7.3",
27-
"astro": "^4.4.5",
22+
"@astrojs/react": "^3.6.2",
23+
"@astrojs/rss": "^4.0.7",
24+
"@astrojs/sitemap": "^3.1.6",
25+
"@iconify-json/ri": "^1.1.22",
26+
"@react-spring/web": "^9.7.4",
27+
"astro": "^4.13.3",
2828
"astro-icon": "^1.1.0",
2929
"astro-robots-txt": "^1.0.0",
3030
"cobe": "^0.6.3",
3131
"mdast-util-to-string": "^4.0.0",
32-
"react": "^18.2.0",
33-
"react-dom": "^18.2.0",
32+
"react": "^18.3.1",
33+
"react-dom": "^18.3.1",
3434
"reading-time": "^1.5.0"
3535
},
3636
"devDependencies": {
37-
"@types/react": "^18.2.66",
38-
"@types/react-dom": "^18.2.22",
39-
"@unocss/astro": "^0.58.5",
40-
"@unocss/postcss": "^0.58.5",
41-
"@unocss/preset-uno": "^0.58.5",
42-
"@unocss/reset": "^0.58.5",
43-
"autoprefixer": "^10.4.17",
44-
"markdown-it": "^14.0.0",
45-
"motion": "^10.17.0",
46-
"sanitize-html": "^2.12.1",
47-
"unocss": "^0.58.5"
37+
"@types/react": "^18.3.3",
38+
"@types/react-dom": "^18.3.0",
39+
"@unocss/astro": "^0.58.9",
40+
"@unocss/postcss": "^0.58.9",
41+
"@unocss/preset-uno": "^0.58.9",
42+
"@unocss/reset": "^0.58.9",
43+
"autoprefixer": "^10.4.20",
44+
"markdown-it": "^14.1.0",
45+
"motion": "^10.18.0",
46+
"sanitize-html": "^2.13.0",
47+
"unocss": "^0.58.9"
4848
}
4949
}

0 commit comments

Comments
 (0)