Skip to content
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
2 changes: 1 addition & 1 deletion internal/scaffold/scaffold_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func TestRenderPageMoney(t *testing.T) {
// @civitai/app-sdk@0.14.0+. The pins track the CURRENT published minors — the
// pins-vs-published guard (TestScaffoldPinsSatisfyPublished) fails CI if they
// fall behind npm, so bump BOTH assertions here in lockstep with the .tmpl.
mustContain(t, pkg, `"@civitai/blocks-react": "^0.45.0"`)
mustContain(t, pkg, `"@civitai/blocks-react": "^0.46.0"`)
mustContain(t, pkg, `"@civitai/app-sdk": "^0.37.0"`)
mustContain(t, pkg, `"@civitai/app-sdk"`)
mustContain(t, pkg, `"dev:harness"`)
Expand Down
2 changes: 1 addition & 1 deletion internal/scaffold/templates/page-money/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ debit). Note this can be **blue** even when you paid: a gen covered mostly by
free/earned Buzz reports `blue`. It's informational only.

`accountType` / `spentAccountType` / `useBuzzBalance` require
`@civitai/app-sdk@^0.37.0` + `@civitai/blocks-react@^0.45.0` (already pinned in
`@civitai/app-sdk@^0.37.0` + `@civitai/blocks-react@^0.46.0` (already pinned in
`package.json`).

## Develop
Expand Down
2 changes: 1 addition & 1 deletion internal/scaffold/templates/page-money/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@civitai/app-sdk": "^0.37.0",
"@civitai/blocks-react": "^0.45.0",
"@civitai/blocks-react": "^0.46.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions internal/scaffold/testdata/design-tokens.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# The guard fails when `pin` no longer matches the template.
#
# package: @civitai/blocks-react
# pin: ^0.45.0
# version: 0.45.0
# pin: ^0.46.0
# version: 0.46.0

--civitai-bp-lg
--civitai-bp-md
Expand Down
Loading