Skip to content

Commit bdb8762

Browse files
committed
chore: update to Next 11
1 parent 6724848 commit bdb8762

File tree

4 files changed

+10285
-128
lines changed

4 files changed

+10285
-128
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,4 @@ Temporary Items
149149
.apdisk
150150

151151
# End of https://www.toptal.com/developers/gitignore/api/osx,node
152+
demo/package-lock.json

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"next": "10.2.3",
11+
"next": "^11.0.0",
1212
"react": "17.0.2",
1313
"react-dom": "17.0.2"
1414
}

0 commit comments

Comments
 (0)