Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed May 2, 2023
1 parent e58ec38 commit 102b94e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const http2 = require('node:http2');
const path = require('node:path');
const util = require('node:util');
const zlib = require('node:zlib');

const Cabin = require('cabin');
const CacheResponses = require('@ladjs/koa-cache-responses');
const I18N = require('@ladjs/i18n');
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"@ladjs/koa-isajax": "^2.0.0",
"@ladjs/koa-simple-ratelimit": "^4.1.1",
"@ladjs/redis": "^1.1.1",
"@ladjs/shared-config": "^9.1.0",
"@ladjs/shared-config": "^9.1.2",
"@ladjs/state-helper": "^3.0.1",
"@ladjs/store-ip-address": "^0.0.7",
"boolean": "^3.2.0",
"crypto-random-string": "3",
"express-request-id": "1.4.1",
"is-string-and-not-blank": "^0.0.2",
"kcors": "^2.2.2",
"koa": "^2.14.1",
"koa": "^2.14.2",
"koa-404-handler": "^0.1.0",
"koa-basic-auth": "^4.0.0",
"koa-better-error-handler": "^11.0.4",
"koa-better-flash": "^0.0.4",
"koa-better-timeout": "^0.0.6",
"koa-bodyparser": "^4.4.0",
"koa-cash": "^4.1.1",
"koa-compress": "^5.1.0",
"koa-compress": "^5.1.1",
"koa-conditional-get": "^3.0.0",
"koa-connect": "^2.1.0",
"koa-etag": "^4.0.0",
Expand All @@ -54,26 +54,26 @@
"response-time": "^2.3.2"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@ladjs/passport": "^5.0.3",
"ava": "^5.2.0",
"axe": "^12.1.0",
"cabin": "^13.1.0",
"axe": "^12.1.1",
"cabin": "^13.1.1",
"cross-env": "^7.0.3",
"eslint": "^8.36.0",
"eslint": "^8.39.0",
"eslint-config-xo-lass": "^2.0.1",
"fixpack": "^4.0.0",
"husky": "^8.0.3",
"ioredis": "^5.3.1",
"ioredis-mock": "^8.2.7",
"lint-staged": "^13.2.0",
"ioredis": "^5.3.2",
"ioredis-mock": "^8.7.0",
"lint-staged": "^13.2.2",
"nyc": "^15.1.0",
"pug": "^3.0.2",
"remark-cli": "^11.0.0",
"remark-preset-github": "^4.0.4",
"supertest": "^6.3.3",
"xo": "^0.53.1"
"xo": "^0.54.2"
},
"engines": {
"node": ">=14"
Expand Down
1 change: 0 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const Redis = require('ioredis-mock');
const Router = require('@koa/router');
const request = require('supertest');
const test = require('ava');

const Web = require('..');

test('allows custom routes', async (t) => {
Expand Down

0 comments on commit 102b94e

Please sign in to comment.