mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
Bumps [knex](https://github.com/knex/knex) to 2.4.0 and updates ancestor dependency [@adonisjs/lucid](https://github.com/adonisjs/lucid). These dependencies need to be updated together. Updates `knex` from 0.95.11 to 2.4.0 - [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.95.11...2.4.0) Updates `@adonisjs/lucid` from 16.0.2 to 18.3.0 - [Release notes](https://github.com/adonisjs/lucid/releases) - [Commits](https://github.com/adonisjs/lucid/compare/v16.0.2...v18.3.0) --- updated-dependencies: - dependency-name: knex dependency-type: indirect - dependency-name: "@adonisjs/lucid" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "leaguestats",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node ace serve --watch",
|
|
"build": "node ace build --production",
|
|
"start": "node server.js",
|
|
"lint": "eslint . --ext=.ts",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@adonisjs/assembler": "^5.3.7",
|
|
"@types/pg": "^8.6.1",
|
|
"adonis-preset-ts": "^2.1.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-adonis": "^1.3.3",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"pino-pretty": "^7.0.0",
|
|
"prettier": "^2.4.0",
|
|
"typescript": "~4.2",
|
|
"youch": "^2.2.2",
|
|
"youch-terminal": "^1.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@adonisjs/core": "^5.3.4",
|
|
"@adonisjs/lucid": "^18.3.0",
|
|
"@adonisjs/redis": "^7.0.9",
|
|
"@adonisjs/repl": "^3.1.6",
|
|
"@rocketseat/adonis-bull": "^1.0.4",
|
|
"got": "^11.8.5",
|
|
"luxon": "^2.0.2",
|
|
"pg": "^8.7.1",
|
|
"proxy-addr": "^2.0.7",
|
|
"reflect-metadata": "^0.1.13",
|
|
"request": "^2.88.2",
|
|
"riot-ratelimiter": "^0.1.5",
|
|
"source-map-support": "^0.5.20"
|
|
}
|
|
}
|