Skip to content

Commit

Permalink
Update prettier (#1412)
Browse files Browse the repository at this point in the history
* Update prettier

* Format
  • Loading branch information
Methuselah96 authored Dec 14, 2024
1 parent ec4e203 commit ace78b0
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 43 deletions.
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"
}
}

0 comments on commit ace78b0

Please sign in to comment.