Skip to content

Commit

Permalink
chore: update deps and commands
Browse files Browse the repository at this point in the history
  • Loading branch information
windchime-yk committed Nov 26, 2024
1 parent 9a6f0aa commit 18795d9
Show file tree
Hide file tree
Showing 3 changed files with 1,131 additions and 10 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Learn Repo Template
![Status: ToDo](https://flat.badgen.net/static/Status/ToDo/red)
<!-- ![Status: In Progress](https://flat.badgen.net/static/Status/In%20Progress/yellow) -->
# Verify Division Store
<!-- ![Status: ToDo](https://flat.badgen.net/static/Status/ToDo/red) -->
![Status: In Progress](https://flat.badgen.net/static/Status/In%20Progress/yellow)
<!-- ![Status: Done](https://flat.badgen.net/static/Status/Done/green) -->

## 本リポジトリの目的
練習用リポジトリを目的や達成目標を持って実施できるようにするため
Wikiシステムの中で使いたいテキストの差分管理と記事間の差分表示を模索したい
(多くのテキストを扱うWikiシステムという性格上、全文保存による差分表示はDBへの負担が重いため)

## 本リポジトリの達成目標
このテンプレートリポジトリを使って練習用リポジトリを作成されるようになる
- [ ] テキスト差分アルゴリズムを使って、前後のバージョンでテキスト差分が表示されることを確認
- [ ] 遠くのバージョンと突き合わせてテキスト差分が表示されることを確認

## 参考資料
- 特になし
- [SQLite | Node.js v22.11.0 Documentation](https://nodejs.org/docs/latest-v22.x/api/sqlite.html)
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"scripts": {
"check": "biome check --unsafe .",
"check:write": "pnpm check --write"
"format": "pnpm check --write"
},
"volta": {
"node": "20.16.0"
"node": "22.11.0"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.14.2",
"devDependencies": {
"@biomejs/biome": "^1.8.3"
"@biomejs/biome": "^1.8.3",
"@types/node": "^22.10.0",
"tsx": "^4.19.2",
"vitest": "^2.1.6"
}
}
Loading

0 comments on commit 18795d9

Please sign in to comment.