Skip to content

Commit 49091de

Browse files
authoredJan 31, 2023
Merge pull request #93 from umstek:deps/upgrade
chore(deps): ⬆️ upgrade dependencies
2 parents 4649f4f + 413a136 commit 49091de

File tree

3 files changed

+880
-1343
lines changed

3 files changed

+880
-1343
lines changed
 

Diff for: ‎.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"config",
77
"extensions",
88
"rss",
9-
"routes"
9+
"routes",
10+
"deps"
1011
]
1112
}

Diff for: ‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/blog",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev",
@@ -12,14 +12,14 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/mdx": "0.15.2",
15-
"@astrojs/react": "1.2.2",
16-
"@astrojs/rss": "1.2.1",
15+
"@astrojs/react": "2.0.2",
16+
"@astrojs/rss": "2.1.0",
1717
"@astrojs/sitemap": "1.0.1",
18-
"@astrojs/tailwind": "2.1.3",
18+
"@astrojs/tailwind": "3.0.1",
1919
"@fontsource/jetbrains-mono": "4.5.12",
2020
"@fontsource/lexend": "4.5.15",
2121
"@tailwindcss/typography": "0.5.9",
22-
"astro": "1.9.2",
22+
"astro": "2.0.4",
2323
"mdast-util-to-string": "3.1.1",
2424
"react": "18.2.0",
2525
"react-dom": "18.2.0",

Diff for: ‎pnpm-lock.yaml

+873-1,337
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.