gl-react/examples/next-js/package.json
dependabot[bot] 8bfe586ab4
Bump next from 9.1.6 to 9.3.2 in /examples/next-js
Bumps [next](https://github.com/zeit/next.js) from 9.1.6 to 9.3.2.
- [Release notes](https://github.com/zeit/next.js/releases)
- [Commits](https://github.com/zeit/next.js/compare/v9.1.6...v9.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-25 18:13:41 +00:00

20 lines
366 B
JSON

{
"name": "next-js",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"gl-react": "4.0.2-alpha.3",
"gl-react-dom": "4.0.2-alpha.3",
"next": "9.3.2",
"react": "16.12.0",
"react-dom": "16.12.0"
}
}