Skip to content

Commit

Permalink
Bump dependencies to latest version (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing authored Mar 19, 2024
1 parent 708c8c7 commit 01a8965
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ export default defineConfig({
description:
"Payment Pointers are a standardized identifier for payment accounts. In the same way that an email address provides an identifier for a mailbox in the email ecosystem a payment pointer is used by an account holder to share the details of their account with a counter-party.",
customCss: [
"./node_modules/@interledger/docs-design-system/src/styles/green-theme.css",
"./node_modules/@interledger/docs-design-system/src/styles/teal-theme.css",
"./node_modules/@interledger/docs-design-system/src/styles/ilf-docs.css",
"./src/styles/paymentpointers.css",
],
components: {
Header: "./src/components/Header.astro",
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.16.0",
"@interledger/docs-design-system": "^0.2.1",
"astro": "^4.2.4",
"@astrojs/starlight": "^0.21.1",
"@interledger/docs-design-system": "^0.3.2",
"astro": "^4.5.6",
"sharp": "^0.33.2"
}
}
6 changes: 0 additions & 6 deletions src/styles/paymentpointers.css

This file was deleted.

0 comments on commit 01a8965

Please sign in to comment.