Skip to content

Commit f001287

Browse files
committed
chore: fix module missing
1 parent e8b0427 commit f001287

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@geist-ui/react-icons": "^1.0.0",
1717
"@geist-ui/react-prism": "^1.0.0",
1818
"ms": "^2.1.2",
19-
"next": "^9.4.4",
19+
"next": "^9.5.2",
2020
"react": "^16.13.1",
2121
"react-dom": "^16.13.1"
2222
},

pages/posts/thinking-under-serverless.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Layout from 'lib/components/layout'
2-
import { Link, Spacer, Code } from '@zeit-ui/react'
2+
import { Link, Spacer, Code } from '@geist-ui/react'
33

44
export const meta = {
55
title: '基于 Serverless 的部署平台构建与思考',

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4010,7 +4010,7 @@ next-tick@~1.0.0:
40104010
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.0.0.tgz#ca86d1fe8828169b0120208e3dc8424b9db8342c"
40114011
integrity sha1-yobR/ogoFpsBICCOPchCS524NCw=
40124012

4013-
next@^9.4.4:
4013+
next@^9.5.2:
40144014
version "9.5.2"
40154015
resolved "https://registry.yarnpkg.com/next/-/next-9.5.2.tgz#ef9b77455b32dca0e917c763529de25c11b5c442"
40164016
integrity sha512-wasNxEE4tXXalPoUc7B5Ph3tpByIo7IqodE9iHhp61B/3/vG2zi2BGnCJjZQwFeuotUEQl93krz/0Tp4vd0DsQ==

0 commit comments

Comments
 (0)