Skip to content

Commit

Permalink
Merge pull request #92 from syfxlin/develop
Browse files Browse the repository at this point in the history
fix(footer): Add theme info to footer
  • Loading branch information
syfxlin authored Jan 29, 2024
2 parents b902c1b + f184da5 commit 812d676
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Sync
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.SYNC_NTC_TOKEN }}
repository: syfxlin/next-theme-coline
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-use": "^17.4.3",
"rss": "^1.2.2",
"sharp": "^0.32.6",
"shikiji": "0.10.0-beta.8",
"shikiji": "0.10.2",
"swr": "^2.2.4"
},
"devDependencies": {
Expand All @@ -61,7 +61,7 @@
"@types/react-dom": "^18.2.18",
"@types/rss": "^0.0.32",
"@vanilla-extract/next-plugin": "^2.3.3",
"esbuild": "^0.19.11",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"typescript": "^5.3.3",
Expand Down
Loading

0 comments on commit 812d676

Please sign in to comment.