Skip to content

Commit 623bc44

Browse files
chore: bump TEMPLATES_REF to templates main (b09b545) for the solid 2.0.0-rc.0 repin — solid-v2-basic fixture mirrors the template's new pins (solid ^2.0.0-rc.0, @solidjs/vite-plugin 3.0.0-next.28, @solidjs/router 2.0.0-next.16)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 7381194 commit 623bc44

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/create/src/utils/download.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const TEMPLATES_REPO = { owner: "solidjs", name: "templates" } as const;
99
* later reorganizations of the templates repo. `undefined` means live HEAD of the
1010
* default branch, which is the historical behavior.
1111
*/
12-
export const TEMPLATES_REF: string | undefined = "6f2ef070adf5d3ad981c94cc891256def7090067";
12+
export const TEMPLATES_REF: string | undefined = "b09b545bd62057ffd620ff6f80052e47d99b4672";
1313

1414
/** `SOLID_CLI_TEMPLATES_REF` overrides the baked ref, for testing against branches/forks */
1515
export const templatesRef = () => process.env.SOLID_CLI_TEMPLATES_REF || TEMPLATES_REF;

packages/create/tests/fixtures/solid-v2-basic/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"devDependencies": {
1515
"@solidjs/testing-library": "1.0.0-beta.2",
16-
"@solidjs/vite-plugin": "3.0.0-next.27",
16+
"@solidjs/vite-plugin": "3.0.0-next.28",
1717
"@testing-library/jest-dom": "^6.6.3",
1818
"filesystem-routing": "0.2.1",
1919
"jsdom": "^25.0.1",
@@ -23,8 +23,8 @@
2323
},
2424
"dependencies": {
2525
"@solidjs/meta": "1.0.0-next.1",
26-
"@solidjs/router": "2.0.0-next.15",
27-
"@solidjs/web": "2.0.0-beta.33",
28-
"solid-js": "2.0.0-beta.33"
26+
"@solidjs/router": "2.0.0-next.16",
27+
"@solidjs/web": "^2.0.0-rc.0",
28+
"solid-js": "^2.0.0-rc.0"
2929
}
3030
}

0 commit comments

Comments
 (0)