Compare commits

...

2 Commits

Author SHA1 Message Date
Mark Sinclair 79a36479fc Set minor version 2023-11-03 19:22:37 +00:00
Mark Sinclair 8ffb34f8ed Remove RC versions from TS SDK doc dependencies 2023-11-03 19:19:32 +00:00
+5 -5
View File
@@ -28,10 +28,10 @@
"@mui/icons-material": "^5.14.9",
"@mui/lab": "^5.0.0-alpha.145",
"@mui/material": "^5.14.8",
"@nymproject/contract-clients": ">=1.2.1-rc.0 || ^1",
"@nymproject/mix-fetch": ">=1.2.1-rc.0 || ^1",
"@nymproject/mix-fetch-full-fat": ">=1.2.1-rc.0 || ^1",
"@nymproject/sdk-full-fat": ">=1.2.1-rc.0 || ^1",
"@nymproject/contract-clients": "^1.2.2",
"@nymproject/mix-fetch": "^1.2.2",
"@nymproject/mix-fetch-full-fat": "^1.2.2",
"@nymproject/sdk-full-fat": "^1.2.2",
"chain-registry": "^1.19.0",
"cosmjs-types": "^0.8.0",
"next": "^13.4.19",
@@ -51,4 +51,4 @@
"typescript": "^4.9.3"
},
"private": false
}
}