Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #17 from nikglavin/master
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
Nick Glaivn committed Jun 6, 2019
2 parents 887b9ef + 89c4416 commit 357b1bf
Show file tree
Hide file tree
Showing 2 changed files with 2,170 additions and 1,832 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-cache",
"version": "0.3.0",
"version": "0.3.1",
"description": "Client side TTL caching strategy for redux applications",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -28,14 +28,14 @@
},
"homepage": "https://github.com/JumboInteractiveLimited/redux-cache#readme",
"devDependencies": {
"@types/jasmine": "^3.3.0",
"@types/jest": "^23.3.10",
"@types/node": "^10.12.10",
"coveralls": "^3.0.2",
"jest": "^23.6.0",
"@types/jasmine": "^3.3.13",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.6",
"coveralls": "^3.0.4",
"jest": "^24.8.0",
"mockdate": "^2.0.2",
"ts-jest": "^23.10.5",
"typescript": "^3.1.6"
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
},
"jest": {
"transform": {
Expand Down

0 comments on commit 357b1bf

Please sign in to comment.