Compare commits

...

6 Commits

Author SHA1 Message Date
b586cea7ff
Merge pull request #25 from maciejpedzich/dependabot/npm_and_yarn/multi-21e17d3bf1
Bump esbuild and astro
2025-03-31 21:18:44 +02:00
7fe7a5b89a
Merge pull request #24 from maciejpedzich/dependabot/npm_and_yarn/prismjs-1.30.0
Bump prismjs from 1.29.0 to 1.30.0
2025-03-31 21:18:34 +02:00
dependabot[bot]
cd65a3c688
Bump esbuild and astro
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.2 and updates ancestor dependency [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). These dependencies need to be updated together.


Updates `esbuild` from 0.24.2 to 0.25.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.2...v0.25.2)

Updates `astro` from 5.3.1 to 5.5.6
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.5.6/packages/astro)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: indirect
- dependency-name: astro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 19:08:56 +00:00
dependabot[bot]
7afd776ee9
Bump prismjs from 1.29.0 to 1.30.0
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 19:08:47 +00:00
262e3a2c9e
Merge pull request #23 from maciejpedzich/dependabot/npm_and_yarn/vite-6.2.4
Bump vite from 6.2.0 to 6.2.4
2025-03-31 21:07:50 +02:00
dependabot[bot]
c6be19c862
Bump vite from 6.2.0 to 6.2.4
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.0 to 6.2.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 17:35:22 +00:00
2 changed files with 300 additions and 880 deletions

1178
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@fontsource/roboto": "^5.1.1",
"astro": "^5.3.1",
"astro": "^5.5.6",
"rehype-mathjax": "^7.1.0",
"remark-math": "^6.0.0"
}