Skip to content

Commit

Permalink
Improve JSON parse error handling (#12)
Browse files Browse the repository at this point in the history
* Improve JSON parse error handling

* update deps
  • Loading branch information
PabloSzx committed Sep 28, 2022
1 parent 7d67d8e commit a617e8b
Show file tree
Hide file tree
Showing 4 changed files with 642 additions and 334 deletions.
5 changes: 5 additions & 0 deletions .changeset/itchy-fans-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@soundxyz/fine-grained-cache": patch
---

Improve JSON parse error handling
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,25 @@
"test:watch:coverage": "bob-watch -w src test package.json -c \"pnpm test\""
},
"dependencies": {
"lru-cache": "^7.10.1",
"lru-cache": "^7.14.0",
"ms": "3.0.0-canary.1",
"superjson": "^1.9.1"
"superjson": "^1.10.0"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@types/node": "^17.0.41",
"ava": "^4.3.0",
"bob-ts": "^4.0.0",
"bob-tsm": "^1.0.0",
"c8": "^7.11.3",
"concurrently": "^7.2.1",
"date-fns": "^2.29.1",
"esbuild": "^0.14.42",
"@changesets/cli": "^2.24.4",
"@types/node": "^18.7.23",
"ava": "^4.3.3",
"bob-ts": "^4.1.1",
"bob-tsm": "^1.1.2",
"c8": "^7.12.0",
"concurrently": "^7.4.0",
"date-fns": "^2.29.3",
"esbuild": "^0.15.9",
"execa": "^6.1.0",
"ioredis": "^5.0.6",
"prettier": "^2.6.2",
"ioredis": "^5.2.3",
"prettier": "^2.7.1",
"redlock": "5.0.0-beta.2",
"typescript": "^4.7.3"
"typescript": "^4.8.4"
},
"peerDependencies": {
"ioredis": "^5.0.6",
Expand Down
Loading

0 comments on commit a617e8b

Please sign in to comment.