Skip to content

Commit

Permalink
Bump dependencies (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing authored Nov 29, 2023
1 parent 3691968 commit 190caf9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ export default defineConfig({
components: {
Header: "./src/components/Header.astro",
},
expressiveCode: {
styleOverrides: {
borderColor: "transparent",
borderRadius: "var(--border-radius)",
},
},
social: {
github: "https://github.com/interledger/paymentpointers.org",
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.11.2",
"@interledger/docs-design-system": "^0.1.2",
"astro": "latest",
"@astrojs/starlight": "^0.13.1",
"@interledger/docs-design-system": "^0.1.3",
"astro": "^3.6.3",
"sharp": "^0.32.6"
}
}

0 comments on commit 190caf9

Please sign in to comment.