Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing committed Nov 29, 2023
1 parent 5ce9f33 commit 9958d96
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
18 changes: 12 additions & 6 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ export default defineConfig({
'./node_modules/@interledger/docs-design-system/src/styles/green-theme.css',
'./node_modules/@interledger/docs-design-system/src/styles/ilf-docs.css',
],
expressiveCode: {
styleOverrides: {
borderColor: 'transparent',
borderRadius: 'var(--border-radius)',
},
},
locales: {
root: {
label: 'English',
Expand Down Expand Up @@ -183,27 +189,27 @@ export default defineConfig({
{
label: 'Interledger',
link: 'https://interledger.org/',
attrs: { target: '_blank'},
attrs: { target: '_blank' },
},
{
label: 'Open Payments API',
link: 'https://openpayments.guide/',
attrs: { target: '_blank'},
attrs: { target: '_blank' },
},
{
label: 'Payment Handler API',
link: 'https://w3c.github.io/payment-handler/',
attrs: { target: '_blank'},
attrs: { target: '_blank' },
},
{
label: 'Payment pointers',
link: 'https://paymentpointers.org/',
attrs: { target: '_blank'},
attrs: { target: '_blank' },
},
{
label: 'Payment Request API',
link: 'https://www.w3.org/TR/payment-request/',
attrs: { target: '_blank'},
attrs: { target: '_blank' },
},
],
},
Expand All @@ -212,7 +218,7 @@ export default defineConfig({
{
label: 'Specification',
link: 'https://webmonetization.org/specification/',
attrs: { target: '_blank'},
attrs: { target: '_blank' },
},
],
}),
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.5",
"@astrojs/starlight": "^0.12.1",
"@interledger/docs-design-system": "^0.1.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"astro": "3.5.5",
"@astrojs/react": "^3.0.6",
"@astrojs/starlight": "^0.13.1",
"@interledger/docs-design-system": "^0.1.4",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"astro": "3.6.3",
"astro-i18next": "^1.0.0-beta.21",
"prettier": "^3.1.0",
"prism-react-renderer": "^2.2.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-minimal-pie-chart": "^8.4.0",
Expand Down

0 comments on commit 9958d96

Please sign in to comment.