mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
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>
20 lines
366 B
JSON
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"
|
|
}
|
|
}
|