Skip to content

Commit 1984dde

Browse files
committed
Update dependency versions in package.json, modify installation commands in vercel.json, and add pnpm-lock.yaml and package-lock.json to .gitignore for improved dependency management.
1 parent 2cc4133 commit 1984dde

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.next
22
node_modules
33
/.idea
4+
pnpm-lock.yaml
5+
package-lock.json

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"homepage": "https://github.com/shuding/nextra-docs-template#readme",
2020
"dependencies": {
2121
"next": "^13.5.6",
22-
"nextra": "latest",
23-
"nextra-theme-docs": "latest",
22+
"nextra": "^2.13.4",
23+
"nextra-theme-docs": "^2.13.4",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0"
2626
},

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"installCommand": "pnpm install",
3-
"buildCommand": "pnpm run build"
2+
"installCommand": "npm install",
3+
"buildCommand": "npm run build"
44
}
55

0 commit comments

Comments
 (0)