Skip to content

Commit 4a70b9c

Browse files
author
Amro Anwer
committed
Update package.json of next-js sample
Was causing install errors and by changing the version notation of next package, it worked.
1 parent 33fa40d commit 4a70b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.hello-world/7.read-video-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"dynamsoft-javascript-barcode": "9.6.0",
13-
"next": ">=12.1.0",
13+
"next": "^12.1.0",
1414
"react": "17.0.2",
1515
"react-dom": "17.0.2"
1616
},

0 commit comments

Comments
 (0)