Skip to content

Commit e779959

Browse files
authoredSep 18, 2024··
Merge pull request #439 from djipco/dependabot/npm_and_yarn/examples/next.js/basic-example/next-14.2.10
2 parents 020dd45 + a469361 commit e779959

File tree

2 files changed

+118
-102
lines changed

2 files changed

+118
-102
lines changed
 

‎examples/next.js/basic-example/package-lock.json

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

‎examples/next.js/basic-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "next start"
77
},
88
"dependencies": {
9-
"next": "^14.1.1",
9+
"next": "^14.2.10",
1010
"react": "^18.2.0",
1111
"react-dom": "^18.2.0",
1212
"webmidi": "latest"

0 commit comments

Comments
 (0)
Please sign in to comment.