Skip to content

Commit

Permalink
chore: basic dependency bump (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoblersTune authored Dec 13, 2024
1 parent 6e0b506 commit a1b5f17
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/starlight": "^0.26.1",
"@interledger/docs-design-system": "^0.5.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "4.14.2",
"@astrojs/react": "^4.1.0",
"@astrojs/starlight": "^0.29.3",
"@interledger/docs-design-system": "^0.5.4",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"astro": "4.16.16",
"astro-i18next": "^1.0.0-beta.21",
"prettier": "^3.3.3",
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-minimal-pie-chart": "^8.4.0",
"remark-mermaidjs": "^6.0.0",
"respec": "^35.1.1",
"prettier": "^3.4.2",
"prism-react-renderer": "^2.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-minimal-pie-chart": "^9.1.0",
"remark-mermaidjs": "^7.0.0",
"respec": "^35.2.0",
"sharp": "^0.33.5",
"starlight-links-validator": "^0.10.1"
"starlight-links-validator": "^0.13.4"
}
}
3 changes: 0 additions & 3 deletions src/layouts/Base.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
import i18next, { t, changeLanguage } from "i18next";
import { HeadHrefLangs } from "astro-i18next/components";
import TopNav from "../components/pages/TopNav.astro";
import Footer from "../components/pages/Footer.astro";
import '/node_modules/@interledger/docs-design-system/src/styles/teal-theme.css';
Expand Down Expand Up @@ -43,8 +42,6 @@ changeLanguage("en");
<meta property="twitter:description" content={description} />
<meta property="twitter:image" content={new URL(image, Astro.url)} />

<HeadHrefLangs />

<body>
<TopNav />

Expand Down

0 comments on commit a1b5f17

Please sign in to comment.