Skip to content

Commit d1b1185

Browse files
committed
chore: version bump
1 parent dd1684e commit d1b1185

File tree

4 files changed

+3986
-3313
lines changed

4 files changed

+3986
-3313
lines changed

.markdownlint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"MD032": false,
1212
"MD033": false,
1313
"MD034": false,
14-
"MD041": false
14+
"MD041": false,
15+
"MD059": false
1516
}

docs/redstone-credora/faq/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Ratings are now live in [Morpho](https://x.com/CredoraNetwork/status/19987547510
3131
### b. At a Loan Pair Level
3232

3333
- **i. Liquidation Probability:**
34-
3534
- Pair Price Volatility
3635
- Market Extreme Tail events
3736
- Collateral Default
@@ -40,7 +39,6 @@ Ratings are now live in [Morpho](https://x.com/CredoraNetwork/status/19987547510
4039
- Market Characteristics (LTV, LIF)
4140

4241
- **ii. Bad debt given Liquidation Probability:**
43-
4442
- Base Liquidity
4543
- Pair Usage across Lending Protocols
4644
- Pair Usage in the Rated Protocol

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@
1616
"lint:fix": "prettier --write **/*.md{,x} && markdownlint-cli2 **/*.md{,x} --fix"
1717
},
1818
"dependencies": {
19-
"@algolia/client-search": "5.3.2",
20-
"@docusaurus/core": "^3.5.2",
21-
"@docusaurus/plugin-client-redirects": "^3.5.2",
22-
"@docusaurus/preset-classic": "^3.5.2",
23-
"@mdx-js/react": "^3.0.1",
24-
"@types/react": "^18.3.5",
19+
"@algolia/client-search": "5.47.0",
20+
"@docusaurus/core": "~3.8.1",
21+
"@docusaurus/plugin-client-redirects": "~3.8.1",
22+
"@docusaurus/preset-classic": "~3.8.1",
23+
"@mdx-js/react": "^3.1.1",
24+
"@types/react": "^18.3.19",
2525
"clsx": "^2.1.1",
26-
"prism-react-renderer": "^2.4.0",
26+
"prism-react-renderer": "^2.4.1",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1",
2929
"react-loadable": "^5.5.0",
30-
"search-insights": "^2.17.1",
31-
"typescript": "^5.5.0"
30+
"search-insights": "^2.17.3",
31+
"typescript": "^5.9.3"
3232
},
3333
"devDependencies": {
34-
"@docusaurus/module-type-aliases": "^3.5.2",
35-
"markdownlint-cli2": "^0.14.0",
36-
"prettier": "^3.3.3"
34+
"@docusaurus/module-type-aliases": "~3.8.1",
35+
"markdownlint-cli2": "^0.20.0",
36+
"prettier": "^3.8.0"
3737
},
3838
"browserslist": {
3939
"production": [
@@ -47,5 +47,5 @@
4747
"last 1 safari version"
4848
]
4949
},
50-
"packageManager": "yarn@4.3.1"
50+
"packageManager": "yarn@4.11.0"
5151
}

0 commit comments

Comments
 (0)