Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump dependencies to latest version #43

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading