Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
aa96ab0
feat: parallel rendering, make ffmpeg exporter default
justusmattern27 Apr 26, 2024
cad994c
chore: cleanup
justusmattern27 Apr 28, 2024
fff0cec
style: run prettier
justusmattern27 Apr 28, 2024
de0ae66
style: run prettier
justusmattern27 Apr 28, 2024
a9b532e
chore: fix imports
justusmattern27 Apr 28, 2024
6c30ede
chore: dependencies
justusmattern27 Apr 28, 2024
40b070d
chore: dependencies
justusmattern27 Apr 28, 2024
599c313
chore: fix tsconfig
justusmattern27 Apr 28, 2024
0b51216
fix: assign hidden folder id to prevent conflicts
justusmattern27 Apr 28, 2024
ce6db7d
chore: fix package-lock, remove logs
justusmattern27 Apr 28, 2024
156f85c
chore: pin dependencies
justusmattern27 Apr 28, 2024
9dec9f8
chore: package lock
justusmattern27 Apr 28, 2024
d218ed1
chore: rebuild
justusmattern27 Apr 28, 2024
f58e2b2
chore: fix dependencies
justusmattern27 Apr 28, 2024
017e822
chore: add ffmpeg to tests
justusmattern27 Apr 28, 2024
80efb81
chore: package-lock
justusmattern27 Apr 28, 2024
50c2085
ci: add ffmpeg to test action
justusmattern27 Apr 28, 2024
1faa30c
ci: add ffmpeg to e2e tests
justusmattern27 Apr 28, 2024
5234827
ci: add ffmpeg to all actions
justusmattern27 Apr 28, 2024
a55f155
style: remove unnecessary linebreaks
justusmattern27 Apr 29, 2024
b4d0707
perf: dont await all server starts before rendering
justusmattern27 Apr 29, 2024
e9e89ef
perf: faster file cleanup
justusmattern27 Apr 29, 2024
aae8f1e
chore: change back preview fps
justusmattern27 Apr 29, 2024
8d49560
chore: rename numworkers to workers
justusmattern27 Apr 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix dependencies
  • Loading branch information
justusmattern27 committed Apr 28, 2024
commit f58e2b201f296b358148dbd012f6f72f9faaa0f1
79 changes: 15 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "^5.2.2",
"vite": "^4.5.2"
Comment thread
hkonsti marked this conversation as resolved.
"vite": "4.5.2"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --fix",
"*.{js,jsx,ts,tsx,md,scss}": "prettier --write"
},
"dependencies": {
"@preact/preset-vite": "^2.5.0",
"@preact/preset-vite": "2.5.0",
Comment thread
hkonsti marked this conversation as resolved.
"@wooorm/starry-night": "^3.3.0",
"lunr": "^2.3.9",
"marked": "^12.0.1",
Expand Down