-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Frederic Charette
authored and
Frederic Charette
committed
Jun 20, 2022
1 parent
bf6071c
commit 7f1ce32
Showing
6 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ha-store", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"description": "Efficient data fetching", | ||
"main": "src/index.js", | ||
"scripts": { | ||
|
@@ -36,11 +36,11 @@ | |
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"chai": "^4.3.0", | ||
"eslint": "^7.29.0", | ||
"eslint": "^8.18.0", | ||
"ha-store-redis": "^2.0.1", | ||
"mocha": "^9.0.0", | ||
"sinon": "^11.1.0", | ||
"split2": "^3.2.0" | ||
"mocha": "^10.0.0", | ||
"sinon": "^14.0.0", | ||
"split2": "^4.1.0" | ||
}, | ||
"contributors": [ | ||
"frederic charette <[email protected]>", | ||
|
@@ -49,6 +49,6 @@ | |
], | ||
"typings": "./src/index.d.ts", | ||
"dependencies": { | ||
"lru-cache": "^6.0.0" | ||
"lru-cache": "^7.10.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters