core/package.json
dependabot[bot] 46532d4ce4
Bump knex from 0.21.2 to 0.21.3
Bumps [knex](https://github.com/knex/knex) from 0.21.2 to 0.21.3.
- [Release notes](https://github.com/knex/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/knex/knex/compare/0.21.2...0.21.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-10 06:00:53 +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.3",
"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"
}
}