core/package.json
dependabot[bot] 140c0356df
Bump knex from 0.21.4 to 0.21.5
Bumps [knex](https://github.com/knex/knex) from 0.21.4 to 0.21.5.
- [Release notes](https://github.com/knex/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/knex/knex/commits/0.21.5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-18 05:46:21 +00:00

20 lines
368 B
JSON

{
"name": "next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"got": "^11.5.1",
"knex": "^0.21.5",
"next": "9.5.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^1.1.1"
}
}