Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jan 13, 2023
1 parent 79c54bb commit bdb29df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"dependencies": {
"@koa/router": "^12.0.0",
"@ladjs/i18n": "^8.0.1",
"@ladjs/i18n": "^8.0.3",
"@ladjs/koa-simple-ratelimit": "^4.1.1",
"@ladjs/passport": "^5.0.3",
"@ladjs/redis": "^1.1.1",
Expand All @@ -38,11 +38,11 @@
"response-time": "^2.3.2"
},
"devDependencies": {
"@commitlint/cli": "^17.4.0",
"@commitlint/config-conventional": "^17.4.0",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"ava": "^5.1.0",
"axe": "^11.2.1",
"cabin": "^11.1.1",
"cabin": "^11.1.2",
"cross-env": "^7.0.3",
"eslint": "^8.31.0",
"eslint-config-xo-lass": "^2.0.1",
Expand Down Expand Up @@ -100,7 +100,7 @@
"url": "https://github.com/ladjs/api"
},
"scripts": {
"lint": "xo && remark . -qfo && fixpack",
"lint": "xo --fix && remark . -qfo && fixpack",
"prepare": "husky install",
"pretest": "npm run lint",
"test": "npm run test-coverage",
Expand Down

0 comments on commit bdb29df

Please sign in to comment.