File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
src/react-app/components/form/ProcedureForm Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 53
53
"@trpc/react-query" : " 10.2.0" ,
54
54
"@trpc/server" : " 10.2.0" ,
55
55
"@types/jest" : " ^29.2.4" ,
56
+ "@types/json-bigint" : " ^1.0.1" ,
56
57
"@types/react" : " ^18.0.21" ,
57
58
"@types/react-dom" : " ^18.0.6" ,
58
59
"ajv" : " ^8.11.2" ,
63
64
"gulp-inline-source" : " ^4.0.0" ,
64
65
"gulp-replace" : " ^1.1.3" ,
65
66
"jest" : " ^29.3.1" ,
67
+ "json-bigint" : " ^1.0.0" ,
66
68
"postcss" : " ^8.4.19" ,
67
69
"react" : " 18.2.0" ,
68
70
"react-dom" : " 18.2.0" ,
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
import { Response } from "./Response" ;
3
+ import json from "json-bigint" ;
3
4
4
5
export function RequestResult ( { result } : { result : any } ) {
5
- return < Response > { `${ JSON . stringify ( result , null , 2 ) } ` } </ Response > ;
6
+ return < Response > { `${ json . stringify ( result , null , 2 ) } ` } </ Response > ;
6
7
}
Original file line number Diff line number Diff line change 1416
1416
expect "^29.0.0"
1417
1417
pretty-format "^29.0.0"
1418
1418
1419
+ " @types/json-bigint@^1.0.1 " :
1420
+ version "1.0.1"
1421
+ resolved "https://registry.yarnpkg.com/@types/json-bigint/-/json-bigint-1.0.1.tgz#201062a6990119a8cc18023cfe1fed12fc2fc8a7"
1422
+ integrity sha512-zpchZLNsNuzJHi6v64UBoFWAvQlPhch7XAi36FkH6tL1bbbmimIF+cS7vwkzY4u5RaSWMoflQfu+TshMPPw8uw==
1423
+
1419
1424
" @types/json-schema@*" , "@types/json-schema@^7.0.9":
1420
1425
version "7.0.11"
1421
1426
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
@@ -2198,6 +2203,11 @@ basic-auth@~2.0.1:
2198
2203
dependencies :
2199
2204
safe-buffer "5.1.2"
2200
2205
2206
+ bignumber.js@^9.0.0 :
2207
+ version "9.1.1"
2208
+ resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.1.tgz#c4df7dc496bd849d4c9464344c1aa74228b4dac6"
2209
+ integrity sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig==
2210
+
2201
2211
binary-extensions@^1.0.0 :
2202
2212
version "1.13.1"
2203
2213
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
@@ -5665,6 +5675,13 @@ jsesc@^2.5.1:
5665
5675
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
5666
5676
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
5667
5677
5678
+ json-bigint@^1.0.0 :
5679
+ version "1.0.0"
5680
+ resolved "https://registry.yarnpkg.com/json-bigint/-/json-bigint-1.0.0.tgz#ae547823ac0cad8398667f8cd9ef4730f5b01ff1"
5681
+ integrity sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==
5682
+ dependencies :
5683
+ bignumber.js "^9.0.0"
5684
+
5668
5685
json-parse-even-better-errors@^2.3.0 :
5669
5686
version "2.3.1"
5670
5687
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
You can’t perform that action at this time.
0 commit comments