Skip to content

Commit

Permalink
Update dependencies again (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing authored Nov 20, 2023
1 parent b475deb commit 896845b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.4",
"@astrojs/starlight": "^0.11.2",
"@astrojs/react": "^3.0.5",
"@astrojs/starlight": "^0.12.1",
"@interledger/docs-design-system": "^0.1.2",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"astro": "3.4.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"astro": "3.5.5",
"astro-i18next": "^1.0.0-beta.21",
"prettier": "^3.0.3",
"prism-react-renderer": "^2.1.0",
"prettier": "^3.1.0",
"prism-react-renderer": "^2.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-minimal-pie-chart": "^8.4.0",
"remark-mermaidjs": "^6.0.0",
"respec": "^34.2.0",
"respec": "^34.2.2",
"sharp": "^0.32.6"
},
"devDependencies": {
Expand Down
7 changes: 6 additions & 1 deletion src/content/docs/docs/intro/web-monetization-flow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ title: Web Monetization flow
---

import { Tabs, TabItem } from '@astrojs/starlight/components'
import { CodeBlock, LargeImg, LinkOut, MermaidWrapper, Tooltip } from '@interledger/docs-design-system'
import {
CodeBlock,
LinkOut,
MermaidWrapper,
Tooltip,
} from '@interledger/docs-design-system'

Web Monetization (WM) relies on <LinkOut href="https://openpayments.guide">Open Payments</LinkOut> (OP) and OP-enabled accounts to coordinate payments.

Expand Down

0 comments on commit 896845b

Please sign in to comment.