File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-idb-cache" ,
3+ "description" : " Cache for React" ,
4+ "author" : " Philipp Fritsche" ,
5+ "repository" : " https://github.com/ph-fritsche/react-idb-cache.git" ,
6+ "keywords" : [
7+ " React" ,
8+ " cache" ,
9+ " idb" ,
10+ " IndexedDB" ,
11+ " asynchronous" ,
12+ " fetch"
13+ ],
314 "main" : " dist/index.js" ,
415 "module" : " dist/index.esm.js" ,
516 "files" : [
617 " /dist"
718 ],
819 "dependencies" : {
920 "debug" : " ^4.3.1" ,
10- "idb-keyval" : " 5.0.1"
21+ "idb-keyval" : " ^ 5.0.1"
1122 },
1223 "devDependencies" : {
1324 "@ph.fritsche/eslint-config" : " ^0.1.1" ,
Original file line number Diff line number Diff line change 22782278 dependencies :
22792279 safer-buffer ">= 2.1.2 < 3"
22802280
2281- 2281+ idb-keyval@^ 5.0.1 :
22822282 version "5.0.1"
22832283 resolved "https://registry.yarnpkg.com/idb-keyval/-/idb-keyval-5.0.1.tgz#d3913debfb58edee299da5cf2dded6c2670c05ef"
22842284 integrity sha512-bfi+Znn6oSPPgGcVUj2tYMIOQ5TD6V1qj50SdKQecGZx9lqUATcQ7ArHOt9sPcEhACoYe//yr2igmS6SMc59SA==
You can’t perform that action at this time.
0 commit comments