Update next/react versions (#41)

This commit is contained in:
JJ Kasper
2021-07-19 13:32:43 -05:00
committed by GitHub
parent 20fa19b5fe
commit c1abbdb54c
11 changed files with 34 additions and 33 deletions

View File

@@ -10,9 +10,9 @@
"dependencies": {
"date-fns": "^2.11.1",
"gray-matter": "^4.0.2",
"next": "^10.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"next": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"remark": "^12.0.0",
"remark-html": "^12.0.0"
}

View File

@@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"next": "^10.0.0",
"react": "17.0.1",
"react-dom": "17.0.1"
"next": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2"
}
}

View File

@@ -10,9 +10,9 @@
"dependencies": {
"date-fns": "^2.11.1",
"gray-matter": "^4.0.2",
"next": "^10.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"next": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"remark": "^12.0.0",
"remark-html": "^12.0.0"
}

View File

@@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"next": "^10.0.0",
"react": "17.0.1",
"react-dom": "17.0.1"
"next": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2"
}
}

View File

@@ -10,9 +10,9 @@
"dependencies": {
"date-fns": "^2.11.1",
"gray-matter": "^4.0.2",
"next": "^10.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"next": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"remark": "^12.0.0",
"remark-html": "^12.0.0"
}

View File

@@ -9,8 +9,8 @@
},
"dependencies": {
"gray-matter": "^4.0.2",
"next": "^10.0.0",
"react": "17.0.1",
"react-dom": "17.0.1"
"next": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2"
}
}

View File

@@ -9,8 +9,8 @@
},
"dependencies": {
"gray-matter": "^4.0.2",
"next": "^10.0.0",
"react": "17.0.1",
"react-dom": "17.0.1"
"next": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2"
}
}

View File

@@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"next": "^10.0.0",
"react": "17.0.1",
"react-dom": "17.0.1"
"next": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2"
}
}

View File

@@ -8,8 +8,8 @@
"start": "next start"
},
"dependencies": {
"next": "^10.0.0",
"react": "17.0.1",
"react-dom": "17.0.1"
"next": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2"
}
}

View File

@@ -1,2 +1,3 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

View File

@@ -10,15 +10,15 @@
"dependencies": {
"date-fns": "^2.11.1",
"gray-matter": "^4.0.2",
"next": "^10.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"next": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"remark": "^12.0.0",
"remark-html": "^12.0.0"
},
"devDependencies": {
"@types/node": "^13.11.0",
"@types/react": "^16.9.32",
"typescript": "^3.8.3"
"@types/node": "^16.3.3",
"@types/react": "^17.0.14",
"typescript": "^4.3.5"
}
}