Skip to content

Commit f904767

Browse files
committed
Add Next.js as a project dependency
Added the 'next' package version ^16.1.3 to dependencies in package.json to enable Next.js framework support.
1 parent e235f7c commit f904767

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"packageManager": "pnpm@10.28.0",
3434
"dependencies": {
3535
"@objectdocs/cli": "^0.2.5",
36-
"lucide-react": "^0.562.0"
36+
"lucide-react": "^0.562.0",
37+
"next": "^16.1.3"
3738
}
3839
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)