-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade to latest rescript version (#847)
Co-authored-by: Pritish Budhiraja <[email protected]>
- Loading branch information
1 parent
f6df0c3
commit 8ca1fe4
Showing
170 changed files
with
1,301 additions
and
832 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ | |
"postcss-preset-env": "^6.7.0", | ||
"prettier": "^3.1.0", | ||
"react-refresh": "^0.10.0", | ||
"rescript": "^10.1.2", | ||
"rescript": "^11.1.1", | ||
"serve": "^14.2.1", | ||
"terser-webpack-plugin": "^5.1.3", | ||
"webpack": "^5.3.2", | ||
|
@@ -65,8 +65,7 @@ | |
"@juspay-tech/react-hyper-js": "^1.0.2", | ||
"@monaco-editor/react": "^4.4.5", | ||
"@rescript/core": "^0.6.0", | ||
"@rescript/react": "^0.11.0", | ||
"@ryyppy/rescript-promise": "^2.1.0", | ||
"@rescript/react": "^0.12.0", | ||
"bs-fetch": "^0.6.2", | ||
"csvjson-csv2json": "^5.0.6", | ||
"csvjson-json2csv": "^1.0.3", | ||
|
@@ -98,7 +97,7 @@ | |
"react-virtualized-auto-sizer": "^1.0.11", | ||
"react-window": "^1.8.8", | ||
"recoil": "^0.1.2", | ||
"rescript-webapi": "^0.7.0", | ||
"rescript-webapi": "^0.9.1", | ||
"tailwindcss": "^3.0.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
|
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,19 +1,13 @@ | ||
let historyDefaultCols = Recoil.atom(. | ||
"hyperSwitchHistoryDefaultCols", | ||
HistoryEntity.defaultColumns, | ||
) | ||
let historyDefaultCols = Recoil.atom("hyperSwitchHistoryDefaultCols", HistoryEntity.defaultColumns) | ||
|
||
let refundsMapDefaultCols = Recoil.atom(. "refundsMapDefaultCols", RefundEntity.defaultColumns) | ||
let refundsMapDefaultCols = Recoil.atom("refundsMapDefaultCols", RefundEntity.defaultColumns) | ||
|
||
let payoutsMapDefaultCols = Recoil.atom(. "payoutsMapDefaultCols", PayoutsEntity.defaultColumns) | ||
let payoutsMapDefaultCols = Recoil.atom("payoutsMapDefaultCols", PayoutsEntity.defaultColumns) | ||
|
||
let ordersMapDefaultCols = Recoil.atom(. "ordersMapDefaultCols", OrderEntity.defaultColumns) | ||
let ordersMapDefaultCols = Recoil.atom("ordersMapDefaultCols", OrderEntity.defaultColumns) | ||
|
||
let disputesMapDefaultCols = Recoil.atom(. "disputesMapDefaultCols", DisputesEntity.defaultColumns) | ||
let disputesMapDefaultCols = Recoil.atom("disputesMapDefaultCols", DisputesEntity.defaultColumns) | ||
|
||
let apiDefaultCols = Recoil.atom(. "hyperSwitchApiDefaultCols", DeveloperUtils.defaultColumns) | ||
let apiDefaultCols = Recoil.atom("hyperSwitchApiDefaultCols", DeveloperUtils.defaultColumns) | ||
|
||
let customersMapDefaultCols = Recoil.atom(. | ||
"customersMapDefaultCols", | ||
CustomersEntity.defaultColumns, | ||
) | ||
let customersMapDefaultCols = Recoil.atom("customersMapDefaultCols", CustomersEntity.defaultColumns) |
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
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
Oops, something went wrong.