Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Nov 22, 2022
1 parent 29aac34 commit 596a374
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"koa-meta": "^3.0.3",
"koa-methodoverride": "^2.0.0",
"koa-no-trailing-slash": "^2.1.0",
"koa-redirect-loop": "^3.0.1",
"koa-redirect-loop": "^3.0.2",
"koa-redis": "^4.0.1",
"koa-views": "^8.0.0",
"lodash": "^4.17.21",
Expand All @@ -56,11 +56,12 @@
"response-time": "^2.3.2"
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@ladjs/passport": "^5.0.3",
"ava": "^5.1.0",
"cabin": "^10.0.4",
"axe": "^11.0.0",
"cabin": "^11.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.28.0",
"eslint-config-xo-lass": "^2.0.1",
Expand All @@ -74,7 +75,7 @@
"remark-cli": "^11.0.0",
"remark-preset-github": "^4.0.4",
"supertest": "^6.3.1",
"xo": "^0.53.0"
"xo": "^0.53.1"
},
"engines": {
"node": ">=14"
Expand All @@ -101,7 +102,8 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"cabin": ">= 10"
"axe": ">= 11",
"cabin": ">= 11"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 596a374

Please sign in to comment.