Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Nov 11, 2020
1 parent 3260413 commit df39cd6
Show file tree
Hide file tree
Showing 3 changed files with 423 additions and 358 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org)
[![license](https://img.shields.io/github/license/ladjs/i18n.svg)](<>)
[![license](https://img.shields.io/github/license/ladjs/i18n.svg)]()

> i18n wrapper and Koa middleware for Lad
Expand Down Expand Up @@ -191,7 +191,7 @@ We came across this missing feature and added it after our discovery through [Fo
[MIT](LICENSE) © [Nick Baugh](http://niftylettuce.com/)


##
##

[npm]: https://www.npmjs.com/

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"dependencies": {
"@hapi/boom": "^9.1.0",
"boolean": "3.0.1",
"boolean": "3.0.2",
"country-language": "^0.1.7",
"debug": "^4.2.0",
"i18n": "^0.13.2",
Expand All @@ -39,21 +39,21 @@
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"ava": "^3.13.0",
"codecov": "^3.8.0",
"codecov": "^3.8.1",
"cross-env": "^7.0.2",
"eslint": "^7.11.0",
"eslint": "^7.13.0",
"eslint-config-xo-lass": "^1.0.4",
"fixpack": "^3.0.6",
"husky": "^4.3.0",
"koa": "^2.13.0",
"koa-generic-session": "^2.1.1",
"lint-staged": "^10.4.2",
"lint-staged": "^10.5.1",
"nyc": "^15.1.0",
"remark-cli": "^9.0.0",
"remark-preset-github": "^3.0.3",
"sinon": "^9.2.0",
"supertest": "^5.0.0",
"xo": "^0.34.0"
"remark-preset-github": "^3.0.4",
"sinon": "^9.2.1",
"supertest": "^6.0.1",
"xo": "^0.34.2"
},
"engines": {
"node": ">=8.3.0"
Expand Down
Loading

0 comments on commit df39cd6

Please sign in to comment.