1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update react and react-dom to use "latest" (#5942)

This commit is contained in:
Steven Bell 2018-12-24 05:24:25 -05:00 committed by Tim Neutkens
parent bdfa37cd4d
commit 05479400e3

View file

@ -11,8 +11,8 @@
"@emotion/styled": "^10.0.0",
"babel-plugin-emotion": "^10.0.0",
"next": "latest",
"react": "^16.3.0",
"react-dom": "^16.3.0"
"react": "latest",
"react-dom": "latest"
},
"license": "ISC"
}