Skip to content

Commit 48b48e0

Browse files
committed
chore: Replace yarn with pnpm and upgrade Next.js to v14.2.4
1 parent 8189955 commit 48b48e0

File tree

3 files changed

+62
-67
lines changed

3 files changed

+62
-67
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
yarn lint-staged
4+
pnpm lint-staged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"is-url-superb": "^6.1.0",
1616
"jotai": "^2.8.0",
1717
"lodash": "^4.17.21",
18-
"next": "^13.4.4",
18+
"next": "^14.2.4",
1919
"notion-to-jsx": "^1.2.8",
2020
"notion-to-utils": "^1.1.1",
2121
"p-map": "^7.0.2",

pnpm-lock.yaml

Lines changed: 60 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)