updated the next-js learn starter to next-js 10 (#22)

This commit is contained in:
Danish Khurshid
2020-10-29 17:42:21 +05:30
committed by GitHub
parent a24ee6c823
commit 3f42ce433b
10 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
"dependencies": {
"date-fns": "^2.11.1",
"gray-matter": "^4.0.2",
"next": "9.5.3",
"next": "^10.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"remark": "^12.0.0",

View File

@@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"next": "9.5.3",
"next": "^10.0.0",
"react": "16.13.1",
"react-dom": "16.13.1"
}

View File

@@ -10,7 +10,7 @@
"dependencies": {
"date-fns": "^2.11.1",
"gray-matter": "^4.0.2",
"next": "9.5.3",
"next": "^10.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"remark": "^12.0.0",

View File

@@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"next": "9.5.3",
"next": "^10.0.0",
"react": "16.13.1",
"react-dom": "16.13.1"
}

View File

@@ -10,7 +10,7 @@
"dependencies": {
"date-fns": "^2.11.1",
"gray-matter": "^4.0.2",
"next": "9.5.3",
"next": "^10.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"remark": "^12.0.0",

View File

@@ -9,7 +9,7 @@
},
"dependencies": {
"gray-matter": "^4.0.2",
"next": "9.5.3",
"next": "^10.0.0",
"react": "16.13.1",
"react-dom": "16.13.1"
}

View File

@@ -9,7 +9,7 @@
},
"dependencies": {
"gray-matter": "^4.0.2",
"next": "9.5.3",
"next": "^10.0.0",
"react": "16.13.1",
"react-dom": "16.13.1"
}

View File

@@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"next": "9.5.3",
"next": "^10.0.0",
"react": "16.13.1",
"react-dom": "16.13.1"
}

View File

@@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"next": "9.5.3",
"next": "^10.0.0",
"react": "16.13.1",
"react-dom": "16.13.1"
}

View File

@@ -10,7 +10,7 @@
"dependencies": {
"date-fns": "^2.11.1",
"gray-matter": "^4.0.2",
"next": "9.5.3",
"next": "^10.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"remark": "^12.0.0",