diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c19316b..c67ba08 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"] diff --git a/src/chladni-patterns/view/ChladniScreenSummaryContent.ts b/src/chladni-patterns/view/ChladniScreenSummaryContent.ts index a4392f3..747720e 100644 --- a/src/chladni-patterns/view/ChladniScreenSummaryContent.ts +++ b/src/chladni-patterns/view/ChladniScreenSummaryContent.ts @@ -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"; diff --git a/src/common/view/OscillatorScreenSummaryContent.ts b/src/common/view/OscillatorScreenSummaryContent.ts index b22e1d3..f175507 100644 --- a/src/common/view/OscillatorScreenSummaryContent.ts +++ b/src/common/view/OscillatorScreenSummaryContent.ts @@ -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";