Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ updates:
prefix: "chore"
include: "scope"
# @types/node major versions track the Node.js runtime (see shared CI default).
# Bump TemplateSingleSim and repos together when CI node-version changes.
# Bump SceneryStackTemplate and repos together when CI node-version changes.
ignore:
- dependency-name: "@types/node"
update-types: ["version-update:semver-major"]
Expand Down
2 changes: 1 addition & 1 deletion src/chladni-patterns/view/ChladniScreenSummaryContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* the model (driving frequency and the number of grains on the nodal lines).
*
* Follows the OpenPhysics accessibility convention; see the canonical
* TemplateSingleSim/SimScreenSummaryContent.ts.
* SceneryStackTemplate/SimScreenSummaryContent.ts.
*/
import { DerivedProperty } from "scenerystack/axon";
import { StringUtils } from "scenerystack/phetcommon";
Expand Down
2 changes: 1 addition & 1 deletion src/common/view/OscillatorScreenSummaryContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* frequency, resonator count, playback state).
*
* Follows the OpenPhysics accessibility convention; see the canonical
* TemplateSingleSim/SimScreenSummaryContent.ts.
* SceneryStackTemplate/SimScreenSummaryContent.ts.
*/

import { DerivedProperty } from "scenerystack/axon";
Expand Down