Skip to content

Commit ac9d6b1

Browse files
committed
fix: lock nextjs at 15.2.1 since Twikoo conflict
1 parent 8d395f3 commit ac9d6b1

File tree

2 files changed

+58
-50
lines changed

2 files changed

+58
-50
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"gray-matter": "^4.0.3",
3434
"katex": "^0.16.21",
3535
"lucide-react": "^0.479.0",
36-
"next": "15.2.1",
36+
"next": "15.2.0",
3737
"react": "19.0.0",
3838
"react-dom": "19.0.0",
3939
"react-icons": "^5.5.0",
@@ -72,6 +72,11 @@
7272
"tailwindcss": "^4.0.12",
7373
"typescript": "^5.8.2"
7474
},
75+
"pnpm": {
76+
"overrides": {
77+
"next": "15.2.0"
78+
}
79+
},
7580
"lint-staged": {
7681
"src/**/*.{js,jsx,ts,tsx,json,yml}": [
7782
"eslint --fix"

pnpm-lock.yaml

+52-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)