Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prettier #1412

Merged
merged 2 commits into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
34 changes: 17 additions & 17 deletions examples-testing/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Update patch

- `pnpm run create-examples`
- Commit changes
- `git apply changes.patch`
- Make changes
- `pnpm run type-check`
- `git diff > ../changes.patch`
- Reset changes
- Move patch file
- `pnpm run create-examples`
- Commit changes
- `git apply changes.patch`
- Make changes
- `pnpm run type-check`
- `git diff > ../changes.patch`
- Reset changes
- Move patch file

# Update sources

- `pnpm run create-examples`
- Commit changes
- `git apply --reject changes.patch`
- Fix conflicts
- `pnpm run type-check`
- `git diff > ../changes.patch`
- Reset example changes
- Move patch file
- Commit changes
- `pnpm run create-examples`
- Commit changes
- `git apply --reject changes.patch`
- Fix conflicts
- `pnpm run type-check`
- `git diff > ../changes.patch`
- Reset example changes
- Move patch file
- Commit changes
2 changes: 1 addition & 1 deletion examples-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "ISC",
"dependencies": {
"@types/three": "file:../types/three",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"stats-gl": "^3.6.0",
"typescript": "latest"
}
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

34 changes: 17 additions & 17 deletions src-testing/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Update patch

- `pnpm run create-examples`
- Commit changes
- `git apply changes.patch`
- Make changes
- `pnpm run type-check`
- `git diff > ../changes.patch`
- Reset changes
- Move patch file
- `pnpm run create-examples`
- Commit changes
- `git apply changes.patch`
- Make changes
- `pnpm run type-check`
- `git diff > ../changes.patch`
- Reset changes
- Move patch file

# Update sources

- `pnpm run create-examples`
- Commit changes
- `git apply --reject changes.patch`
- Fix conflicts
- `pnpm run type-check`
- `git diff > ../changes.patch`
- Reset example changes
- Move patch file
- Commit changes
- `pnpm run create-examples`
- Commit changes
- `git apply --reject changes.patch`
- Fix conflicts
- `pnpm run type-check`
- `git diff > ../changes.patch`
- Reset example changes
- Move patch file
- Commit changes
2 changes: 1 addition & 1 deletion src-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@types/three": "file:../types/three",
"dprint": "^0.47.4",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"typescript": "latest"
}
}
Loading