[dev] updated deps + locks + gitattributes

This commit is contained in:
STAM 2025-07-20 18:28:05 +03:00
commit 4342248e10
No known key found for this signature in database
GPG Key ID: 711526C6938897F1
6 changed files with 13765 additions and 9 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.lockb binary diff=lockb

BIN
bun.lockb

Binary file not shown.

View File

@ -48,7 +48,7 @@ const config: Config = {
blog: {
showReadingTime: true,
feedOptions: {
type: ["rss", "atom"],
type: ["rss", "atom", "json"],
xslt: true,
},
// Please change this to your repo.

8
package-lock.json generated
View File

@ -12,15 +12,15 @@
"@docusaurus/plugin-client-redirects": "^3.8.1",
"@docusaurus/plugin-pwa": "^3.8.1",
"@docusaurus/preset-classic": "^3.8.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"@mdx-js/react": "^3.1.0",
"clsx": "^2.1.1",
"docusaurus-plugin-yandex-metrica": "^1.2.1",
"prism-react-renderer": "^2.3.0",
"prism-react-renderer": "^2.4.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.6.1",
"@docusaurus/module-type-aliases": "^3.8.1",
"@docusaurus/tsconfig": "^3.8.1",
"@docusaurus/types": "^3.8.1",
"typescript": "~5.8.3"

View File

@ -19,15 +19,15 @@
"@docusaurus/plugin-client-redirects": "^3.8.1",
"@docusaurus/plugin-pwa": "^3.8.1",
"@docusaurus/preset-classic": "^3.8.1",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"@mdx-js/react": "^3.1.0",
"clsx": "^2.1.1",
"docusaurus-plugin-yandex-metrica": "^1.2.1",
"prism-react-renderer": "^2.3.0",
"prism-react-renderer": "^2.4.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.6.1",
"@docusaurus/module-type-aliases": "^3.8.1",
"@docusaurus/tsconfig": "^3.8.1",
"@docusaurus/types": "^3.8.1",
"typescript": "~5.8.3"

13755
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff