Skip to content

Commit

Permalink
deps: replace json-bigint with json-bigint-patch
Browse files Browse the repository at this point in the history
Temporary fix until sidorares/json-bigint#77 is merged.
  • Loading branch information
nicholaschiang committed Apr 7, 2022
1 parent a15fc1e commit c7c3913
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 24 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"esbuild": "^0.14.31",
"html-entities": "^2.3.3",
"html5parser": "^2.0.2",
"json-bigint": "^1.0.0",
"json-bigint-patch": "^0.0.8",
"mdx-bundler": "^9.0.0",
"nanoid": "^3.3.2",
"pg-promise": "^10.11.1",
Expand All @@ -70,7 +70,6 @@
"@remix-run/dev": "^1.3.4",
"@tailwindcss/typography": "^0.5.2",
"@types/accept-language-parser": "^1.5.3",
"@types/json-bigint": "^1.0.1",
"@types/pg": "^8.6.5",
"@types/pg-format": "^1.0.2",
"@types/react": "^17.0.43",
Expand Down
27 changes: 5 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1330,13 +1330,6 @@ __metadata:
languageName: node
linkType: hard

"@types/json-bigint@npm:^1.0.1":
version: 1.0.1
resolution: "@types/json-bigint@npm:1.0.1"
checksum: b39e55a811f554bd25f1d991bc4fc70655216dff466f21f97160097573a4bc7b478c1907aa5194c79022c115f509f8e4712083c51f57665e7a2de7412ff7801f
languageName: node
linkType: hard

"@types/json-schema@npm:^7.0.9":
version: 7.0.9
resolution: "@types/json-schema@npm:7.0.9"
Expand Down Expand Up @@ -2300,13 +2293,6 @@ __metadata:
languageName: node
linkType: hard

"bignumber.js@npm:^9.0.0":
version: 9.0.2
resolution: "bignumber.js@npm:9.0.2"
checksum: 8637b71d0a99104b20413c47578953970006fec6b4df796b9dcfd9835ea9c402ea0e727eba9a5ca9f9a393c1d88b6168c5bbe0887598b708d4f8b4870ad62e1f
languageName: node
linkType: hard

"binary-extensions@npm:^2.0.0":
version: 2.2.0
resolution: "binary-extensions@npm:2.2.0"
Expand Down Expand Up @@ -6693,12 +6679,10 @@ __metadata:
languageName: node
linkType: hard

"json-bigint@npm:^1.0.0":
version: 1.0.0
resolution: "json-bigint@npm:1.0.0"
dependencies:
bignumber.js: ^9.0.0
checksum: c67bb93ccb3c291e60eb4b62931403e378906aab113ec1c2a8dd0f9a7f065ad6fd9713d627b732abefae2e244ac9ce1721c7a3142b2979532f12b258634ce6f6
"json-bigint-patch@npm:^0.0.8":
version: 0.0.8
resolution: "json-bigint-patch@npm:0.0.8"
checksum: 593de25b2b9dc161cd2c97afda3210602dbe5de1849baee616ecfc25d7daac399400fba7f50a73d69849686bbe9860061a2e04b181f11d0878fde76c3b05801a
languageName: node
linkType: hard

Expand Down Expand Up @@ -11118,7 +11102,6 @@ __metadata:
"@tailwindcss/typography": ^0.5.2
"@twitter-api-v2/plugin-rate-limit": ^1.1.0
"@types/accept-language-parser": ^1.5.3
"@types/json-bigint": ^1.0.1
"@types/pg": ^8.6.5
"@types/pg-format": ^1.0.2
"@types/react": ^17.0.43
Expand Down Expand Up @@ -11152,7 +11135,7 @@ __metadata:
html-entities: ^2.3.3
html5parser: ^2.0.2
husky: ^7.0.4
json-bigint: ^1.0.0
json-bigint-patch: ^0.0.8
mdx-bundler: ^9.0.0
nanoid: ^3.3.2
node-fetch: ^3.2.3
Expand Down

0 comments on commit c7c3913

Please sign in to comment.