Update next version

This commit is contained in:
Tanguy Herbron 2021-04-15 13:44:07 +02:00
parent 5c65108bfc
commit 6d1c744250

View File

@ -1,6 +1,19 @@
{
"name": "therbron.com",
"version": "0.1.0",
"description": "Landing page for therbron.com",
"contributors": [
{
"name": "Romain Rousseau",
"email": "romain.rousseau5@gmail.com",
"url": "https://github.com/RmnRss"
},
{
"name": "Tanguy Herbron",
"email": "tanguy.herbron@outlook.com",
"url": "https://therbron.com"
}
],
"private": true,
"scripts": {
"dev": "next dev",
@ -8,9 +21,9 @@
"start": "next start"
},
"dependencies": {
"next": "9.4.4",
"react": "16.13.1",
"react-dom": "16.13.1"
"next": "10.1.3",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@svgr/webpack": "^5.4.0",