diff --git a/internal/scaffold/scaffold_test.go b/internal/scaffold/scaffold_test.go index 8c0ad375..84440db1 100644 --- a/internal/scaffold/scaffold_test.go +++ b/internal/scaffold/scaffold_test.go @@ -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"`) diff --git a/internal/scaffold/templates/page-money/README.md.tmpl b/internal/scaffold/templates/page-money/README.md.tmpl index 66aae854..b3d39bf5 100644 --- a/internal/scaffold/templates/page-money/README.md.tmpl +++ b/internal/scaffold/templates/page-money/README.md.tmpl @@ -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 diff --git a/internal/scaffold/templates/page-money/package.json.tmpl b/internal/scaffold/templates/page-money/package.json.tmpl index 8d8ca5f8..a7632a86 100644 --- a/internal/scaffold/templates/page-money/package.json.tmpl +++ b/internal/scaffold/templates/page-money/package.json.tmpl @@ -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" }, diff --git a/internal/scaffold/testdata/design-tokens.txt b/internal/scaffold/testdata/design-tokens.txt index ae7bf5b2..88e5da4c 100644 --- a/internal/scaffold/testdata/design-tokens.txt +++ b/internal/scaffold/testdata/design-tokens.txt @@ -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