Skip to content

Commit

Permalink
Merge pull request #125 from OUCC/update-packages
Browse files Browse the repository at this point in the history
パッケージを更新
  • Loading branch information
miyaji255 authored Jun 29, 2024
2 parents d7a593e + 2ccb6b3 commit 5b2b69b
Show file tree
Hide file tree
Showing 10 changed files with 2,412 additions and 3,850 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"json.schemas": [
{
"fileMatch": ["/src/content/authors/*.json"],
"url": "/src/content/_AuthorSchema.json"
"url": "/.astro/collections/authors.schema.json"
},
{
"fileMatch": ["/src/content/tags/*.json"],
"url": "/src/content/_TagSchema.json"
"url": "/.astro/collections/tags.schema.json"
}
]
}
3 changes: 3 additions & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@ export default defineConfig({
],
],
},
experimental: {
contentCollectionJsonSchema: true,
},
integrations: [tailwind(), pagefind(), sitemap(), mdx()],
})
6,081 changes: 2,398 additions & 3,683 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,17 @@
"typecheck": "astro check && tsc --noEmit",
"lint": "prettier --check .",
"format": "prettier --write .",
"json-schema": "quicktype --src ./src/content/_schema.ts --lang schema --out ./src/content/_schema.json",
"validate-blog": "ts-node --esm tools/validate-blog.ts",
"update-blogmeta": "ts-node --esm tools/update-blogmeta.ts"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/mdx": "^2.0.1",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.3",
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.1.1",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@pagefind/default-ui": "^1.1.0",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.0.4",
"astro": "^4.11.0",
"pagefind": "^1.1.0",
"polished": "^4.2.2",
"remark-link-card": "^1.3.1",
Expand All @@ -33,10 +32,9 @@
"typescript": "^5.3.3"
},
"devDependencies": {
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"quicktype": "^23.0.80",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"schema-dts": "^1.1.2",
"sirv": "^2.0.4",
"ts-node": "^10.9.2"
Expand Down
4 changes: 0 additions & 4 deletions src/content/_AuthorSchema.json

This file was deleted.

4 changes: 0 additions & 4 deletions src/content/_TagSchema.json

This file was deleted.

72 changes: 0 additions & 72 deletions src/content/_schema.json

This file was deleted.

20 changes: 0 additions & 20 deletions src/content/_schema.ts

This file was deleted.

3 changes: 1 addition & 2 deletions src/content/tags/power-point.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"name": "Power Point",
"image": "./power-point.svg"
"name": "Power Point"
}
53 changes: 0 additions & 53 deletions src/content/tags/power-point.svg

This file was deleted.

0 comments on commit 5b2b69b

Please sign in to comment.