Skip to content

Commit d75e182

Browse files
committed
Update content-layer typescript
1 parent 6396f87 commit d75e182

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/contentlayer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
7-
"build": "INIT_CWD=$PWD next build",
7+
"build": "next build",
88
"start": "next start"
99
},
1010
"dependencies": {
@@ -18,6 +18,6 @@
1818
},
1919
"devDependencies": {
2020
"@types/react": "^18.0.26",
21-
"typescript": "4.6.3"
21+
"typescript": "4.8.4"
2222
}
2323
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22102,10 +22102,10 @@ typescript@4.6.2:
2210222102
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
2210322103
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
2210422104

22105-
typescript@4.6.3:
22106-
version "4.6.3"
22107-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
22108-
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
22105+
typescript@4.8.4:
22106+
version "4.8.4"
22107+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
22108+
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
2210922109

2211022110
typical@^4.0.0:
2211122111
version "4.0.0"

0 commit comments

Comments
 (0)