Skip to content

Commit

Permalink
Bump to 3.0.2
Browse files Browse the repository at this point in the history
- Upgraded all dependencies
  • Loading branch information
Bossa573 committed Jul 29, 2020
1 parent 97dcd18 commit 5ce38da
Show file tree
Hide file tree
Showing 2 changed files with 2,011 additions and 1,723 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aftership/rate-limiter",
"description": "Rate limit for Node.js, with ioredis client",
"version": "3.0.1",
"version": "3.0.2",
"homepage": "https://github.com/AfterShip/rate-limiter",
"author": {
"name": "AfterShip",
Expand All @@ -24,11 +24,11 @@
},
"dependencies": {},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.1",
"ioredis": "^4.9.0",
"jest": "^24.7.1"
"eslint": "^7.5.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"ioredis": "^4.17.3",
"jest": "^26.1.0"
},
"keywords": [
"redis rate limiter",
Expand Down
Loading

0 comments on commit 5ce38da

Please sign in to comment.