Skip to content

Commit 0079d78

Browse files
authored
Merge pull request #24 from Quantus-Network/feat/updated-whitepaper
Whitepaper v0.3.3
2 parents c6ad2bf + a69c4ce commit 0079d78

54 files changed

Lines changed: 7672 additions & 242 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/code-quality.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14+
- uses: actions/setup-node@v4
15+
with:
16+
node-version: 24.x
17+
1418
- uses: oven-sh/setup-bun@v2
1519
with:
1620
bun-version: latest
@@ -46,6 +50,10 @@ jobs:
4650
steps:
4751
- uses: actions/checkout@v4
4852

53+
- uses: actions/setup-node@v4
54+
with:
55+
node-version: 24.x
56+
4957
- uses: oven-sh/setup-bun@v2
5058
with:
5159
bun-version: latest

website/bun.lock

Lines changed: 100 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
"format:write": "prettier --write ."
1414
},
1515
"dependencies": {
16-
"@astrojs/mdx": "^4.3.13",
17-
"@astrojs/react": "^4.4.0",
18-
"@astrojs/sitemap": "^3.5.1",
16+
"@astrojs/mdx": "5.0.2",
17+
"@astrojs/react": "5.0.1",
18+
"@astrojs/sitemap": "3.7.1",
19+
"@fontsource/ibm-plex-mono": "^5.2.7",
20+
"@fontsource/ibm-plex-sans": "^5.2.8",
1921
"@fontsource/inter": "^5.2.6",
2022
"@fontsource/prompt": "^5.2.6",
2123
"@lucide/astro": "^0.541.0",
@@ -25,7 +27,7 @@
2527
"@tailwindcss/typography": "^0.5.19",
2628
"@tailwindcss/vite": "^4.1.12",
2729
"@tanstack/react-table": "^8.21.3",
28-
"astro": "^5.13.2",
30+
"astro": "6.0.7",
2931
"astro-seo": "^0.8.4",
3032
"chart.js": "^4.5.1",
3133
"chartjs-plugin-datalabels": "^2.2.0",
1.19 MB
Binary file not shown.
1.18 MB
Binary file not shown.
1.19 MB
Binary file not shown.
1.41 MB
Binary file not shown.
1.18 MB
Binary file not shown.
1.83 MB
Binary file not shown.
1.53 MB
Binary file not shown.

0 commit comments

Comments
 (0)