Skip to content

Commit c9ee5c8

Browse files
chore: bump TEMPLATES_REF to templates main (f88b107) for the @solidjs/meta 1.0.0-next.2 repin — solid-v2-basic fixture mirrors the templates' new caret ranges (@solidjs/meta ^1.0.0-next.2, @solidjs/router ^2.0.0-next.16, @solidjs/vite-plugin ^3.0.0-next.28)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 623bc44 commit c9ee5c8

2 files changed

Lines changed: 4 additions & 4 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 = "b09b545bd62057ffd620ff6f80052e47d99b4672";
12+
export const TEMPLATES_REF: string | undefined = "f88b107279694c1cb9a6de8bb1daad09abb263b0";
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: 3 additions & 3 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.28",
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",
@@ -22,8 +22,8 @@
2222
"vitest": "^4.0.0"
2323
},
2424
"dependencies": {
25-
"@solidjs/meta": "1.0.0-next.1",
26-
"@solidjs/router": "2.0.0-next.16",
25+
"@solidjs/meta": "^1.0.0-next.2",
26+
"@solidjs/router": "^2.0.0-next.16",
2727
"@solidjs/web": "^2.0.0-rc.0",
2828
"solid-js": "^2.0.0-rc.0"
2929
}

0 commit comments

Comments
 (0)