Skip to content

Commit

Permalink
Merge pull request #86 from daku10/preview
Browse files Browse the repository at this point in the history
Preview
  • Loading branch information
daku10 authored Jun 20, 2024
2 parents d4ab0a0 + 2e69098 commit 8ccced2
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 182 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: actions/[email protected]
with:
node-version-file: ".node-version"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-preview-with-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
fetch-depth: 0
- name: Sync Preview with Main
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"dependencies": {
"@headlessui/react": "2.0.4",
"@next/third-parties": "14.2.3",
"@tabler/icons-react": "3.5.0",
"@next/third-parties": "14.2.4",
"@tabler/icons-react": "3.6.0",
"clsx": "2.1.1",
"gray-matter": "4.0.3",
"image-size": "1.1.1",
"next": "14.2.3",
"next": "14.2.4",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -34,42 +34,42 @@
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
"rss": "1.2.2",
"shiki": "1.6.3",
"simple-icons": "12.2.0",
"shiki": "1.7.0",
"simple-icons": "12.3.0",
"tailwind-merge": "2.3.0",
"unified": "11.0.4",
"unist-util-visit": "5.0.0",
"valibot": "0.31.1"
"valibot": "0.32.0"
},
"devDependencies": {
"@eslint/js": "8.57.0",
"@markuplint/jsx-parser": "4.6.1",
"@markuplint/ml-core": "4.6.1",
"@markuplint/react-spec": "4.4.1",
"@next/bundle-analyzer": "14.2.3",
"@next/eslint-plugin-next": "14.2.3",
"@next/bundle-analyzer": "14.2.4",
"@next/eslint-plugin-next": "14.2.4",
"@tailwindcss/typography": "0.5.13",
"@types/eslint": "8.56.10",
"@types/eslint__js": "8.42.3",
"@types/hast": "3.0.4",
"@types/node": "20.14.2",
"@types/node": "20.14.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/rss": "0.0.32",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"autoprefixer": "10.4.19",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-next": "14.2.4",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-unused-imports": "3.2.0",
"markuplint": "4.6.1",
"postcss": "8.4.38",
"prettier": "3.3.1",
"prettier-plugin-tailwindcss": "0.6.2",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.5",
"serve": "14.2.3",
"tailwindcss": "3.4.4",
"textlint": "14.0.4",
Expand All @@ -78,5 +78,5 @@
"textlint-rule-spellcheck-tech-word": "5.0.0",
"typescript": "5.4.5"
},
"packageManager": "yarn@4.2.2"
"packageManager": "yarn@4.3.0"
}
Loading

0 comments on commit 8ccced2

Please sign in to comment.