Skip to content

Commit 43d1d47

Browse files
committed
chore: update geist ui
1 parent f001287 commit 43d1d47

File tree

3 files changed

+1130
-820
lines changed

3 files changed

+1130
-820
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
},
1313
"prettier": "@geist-ui/prettier-config",
1414
"dependencies": {
15-
"@geist-ui/react": "^2.0.1",
16-
"@geist-ui/react-icons": "^1.0.0",
15+
"@geist-ui/react": "^2.1.3",
16+
"@geist-ui/react-icons": "^1.0.1",
1717
"@geist-ui/react-prism": "^1.0.0",
1818
"ms": "^2.1.2",
19-
"next": "^9.5.2",
19+
"next": "^9.5.4",
2020
"react": "^16.13.1",
2121
"react-dom": "^16.13.1"
2222
},
2323
"devDependencies": {
24-
"@geist-ui/prettier-config": "^1.0.0",
24+
"@geist-ui/prettier-config": "^1.0.1",
2525
"@mapbox/rehype-prism": "^0.4.0",
26-
"@mdx-js/loader": "^1.5.7",
27-
"@next/mdx": "^9.4.0",
26+
"@mdx-js/loader": "^1.6.22",
27+
"@next/mdx": "^10.0.9",
2828
"@types/react": "^16.9.23",
2929
"@types/react-dom": "^16.9.5",
3030
"chalk": "^3.0.0",

pages/_app.jsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,17 @@ const Application = ({ Component, pageProps }) => {
4242
<meta property="og:url" content={BLOG.domain} />
4343
<meta property="og:image" content={`https:${domain}/assets/og-main.png`} />
4444
<meta property="twitter:image" content={`https:${domain}/assets/og-main.png`} />
45-
<meta itemProp="image" property="og:image" content={`https:${domain}/assets/og-main.png`} />
45+
<meta
46+
itemProp="image"
47+
property="og:image"
48+
content={`https:${domain}/assets/og-main.png`}
49+
/>
4650
<meta
4751
name="viewport"
4852
content="initial-scale=1, maximum-scale=5, minimum-scale=1, viewport-fit=cover"
4953
/>
5054
</Head>
51-
<GeistProvider theme={{ type: themeType }}>
55+
<GeistProvider themeType={themeType}>
5256
<CssBaseline />
5357
<PrismBaseline />
5458
<ThemeConfigProvider onChange={changeHandle}>

0 commit comments

Comments
 (0)