Skip to content

Commit

Permalink
chore(docs/deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Dec 29, 2023
1 parent f8f4f18 commit d85ae4e
Show file tree
Hide file tree
Showing 6 changed files with 243 additions and 221 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file.

---
## [0.17.7](https://github.com/GZTimeWalker/GZCTF/compare/v0.17.6..v0.17.7) - 2023-12-24
## [0.17.7](https://github.com/GZTimeWalker/GZCTF/compare/v0.17.6..v0.17.7) - 2023-12-30

### ⛰️ Features

- expose Kestrel options in appsettings.json (#174) - ([dfb614](https://github.com/GZTimeWalker/GZCTF/commit/dfb614)) by **Steve**
- always store file to fs - ([3f1132](https://github.com/GZTimeWalker/GZCTF/commit/3f1132)) by **GZTime**
- database sink - ([aba911](https://github.com/GZTimeWalker/GZCTF/commit/aba911)) by **GZTime**

### 🐛 Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GZ::CTF 是一个基于 ASP.NET Core 的开源 CTF 平台。

## 关于 i18n 🌐

暂不考虑进行多语言适配
目前多语言适配工作正在进行中,请在[#156](https://github.com/GZTimeWalker/GZCTF/issues/156)中了解详情或参与翻译工作

## 贡献者 👋

Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"build": "next build"
},
"dependencies": {
"@vercel/analytics": "^1.1.0",
"next": "^13.5.4",
"@vercel/analytics": "^1.1.1",
"next": "^14.0.4",
"next-themes": "^0.2.1",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.8.3",
"@types/react": "^18.2.25",
"typescript": "^5.2.2"
"@types/node": "^20.10.5",
"@types/react": "^18.2.46",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit d85ae4e

Please sign in to comment.