Skip to content

Commit

Permalink
deps: updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
eser committed Apr 15, 2024
1 parent 2e18cfc commit b364603
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 20 deletions.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,19 @@ repos:
- id: check-toml
- id: check-xml
- id: check-yaml
args: [--allow-multiple-documents]
- id: destroyed-symlinks
- id: detect-private-key
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: forbid-new-submodules
- id: mixed-line-ending
args: ["--fix=lf"]
- id: pretty-format-json
args: ["--autofix", "--no-ensure-ascii", "--no-sort-keys"]
- id: trailing-whitespace
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.0.0
rev: v3.2.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 21.5.0
nodejs 21.6.1
pre-commit 3.6.0
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,32 +41,31 @@
"format": "biome format src --write"
},
"devDependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/markdoc": "^0.8.2",
"@astrojs/mdx": "^2.0.3",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/check": "^0.5.10",
"@astrojs/markdoc": "^0.10.0",
"@astrojs/mdx": "^2.3.0",
"@astrojs/sitemap": "^3.1.2",
"@astrojs/svelte": "^5.4.0",
"@astrojs/tailwind": "^5.1.0",
"@biomejs/biome": "1.4.1",
"@biomejs/biome": "1.6.4",
"@fontsource/fira-sans": "^5.0.19",
"@iconify-json/mdi": "^1.1.64",
"@libsql/client": "0.4.0-pre.7",
"@iconify-json/mdi": "^1.1.66",
"@libsql/client": "0.6.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20.12.7",
"@types/react-dom": "^18.2.21",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.2.78",
"astro-icon": "^1.0.2",
"astro": "^4.1.1",
"globby": "^14.0.0",
"astro-icon": "^1.1.0",
"astro": "^4.6.1",
"globby": "^14.0.1",
"gray-matter": "^4.0.3",
"lunr": "^2.3.9",
"remark-code-titles": "^0.1.2",
"svelte": "^4.2.12",
"tailwindcss": "^3.4.1",
"svelte": "^4.2.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"dependencies": {
}
"dependencies": {}
}
73 changes: 72 additions & 1 deletion public/search-index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/content/projects/yazilimciagi.com.mdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "yazilimaciagi.com"
title: "yazilimciagi.com"
description: "Açık Yazılım Ağı gibi oluşumların yapı taşı olan yazılım gönüllülerinin bir arada olabilmesi, iletişimi kaybetmemeleri için oluşturulan bir yazılım topluluğu."
link: "https://yazilimciagi.com"
date: "2024-01-07T00:00:00.004Z"
Expand Down

0 comments on commit b364603

Please sign in to comment.