Skip to content

Commit 47b1f6f

Browse files
committed
UPDATE
1 parent 8015941 commit 47b1f6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

foundational-api-samples/hello-world/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "^18",
1313
"react-dom": "^18",
14-
"next": "14.2.3",
14+
"next": "^14.2.3",
1515
"dynamsoft-barcode-reader-bundle": "11.0.6000"
1616
},
1717
"devDependencies": {

foundational-api-samples/hello-world/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"postinstall": "nuxt prepare"
1111
},
1212
"devDependencies": {
13-
"nuxt": "3.2.3"
13+
"nuxt": "^3.2.3"
1414
},
1515
"dependencies": {
1616
"dynamsoft-barcode-reader-bundle": "11.0.6000"

0 commit comments

Comments
 (0)