Skip to content

Commit 07c53ee

Browse files
authored
chore: take examples out of pnpm workspace (#1770)
1 parent ea92139 commit 07c53ee

11 files changed

Lines changed: 11220 additions & 4530 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,5 @@
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": [
11-
"example-bare",
12-
"example-basic",
13-
"example-experiments",
14-
"example-hackernews",
15-
"example-todomvc",
16-
"example-notes",
17-
"example-with-auth",
18-
"example-with-authjs",
19-
"example-with-mdx",
20-
"example-with-prisma",
21-
"example-with-solid-styled",
22-
"example-with-tailwindcss",
23-
"example-with-trpc",
24-
"example-with-unocss",
25-
"example-with-vitest",
26-
"landing-page",
27-
"server-function-test"
28-
]
10+
"ignore": ["landing-page", "server-function-test"]
2911
}

examples/pnpm-lock.yaml

Lines changed: 10801 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
packages:
2+
# all packages in subdirs of packages/ and examples/
3+
- "./*"

examples/with-authjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
"engines": {
3737
"node": ">=16"
3838
}
39-
}
39+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"cypress": "^14.0.0",
4040
"tinyglobby": "^0.2.2",
4141
"tippy.js": "^6.3.7",
42-
"typescript": "catalog:"
42+
"typescript": "^5.7.0"
4343
},
4444
"dependencies": {},
4545
"engines": {

packages/landing-page/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,18 @@
1818
"tailwindcss-animate": "^1.0.7",
1919
"tinyglobby": "^0.2.2",
2020
"tippy.js": "^6.3.7",
21-
"typescript": "catalog:",
22-
"vinxi": "catalog:",
23-
"vite": "catalog:"
21+
"vinxi": "^0.4.3"
22+
},
23+
"overrides": {
24+
"vite": "^5.4.10"
2425
},
2526
"dependencies": {
26-
"@solidjs/meta": "catalog:",
27-
"@solidjs/router": "catalog:",
28-
"@solidjs/start": "latest",
27+
"@solidjs/meta": "^0.29.4",
28+
"@solidjs/router": "^0.15.3",
29+
"@solidjs/start": "^1.0.11",
2930
"class-variance-authority": "^0.7.1",
3031
"clsx": "^2.1.1",
31-
"solid-js": "catalog:",
32+
"solid-js": "^1.9.4",
3233
"solid-transition-group": "^0.2.3"
3334
}
3435
}

packages/start/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@
5959
}
6060
},
6161
"devDependencies": {
62-
"solid-js": "catalog:",
63-
"typescript": "catalog:",
64-
"vinxi": "catalog:"
62+
"solid-js": "^1.9.4",
63+
"vinxi": "^0.4.3"
6564
},
6665
"dependencies": {
6766
"@vinxi/plugin-directives": "^0.4.3",
@@ -77,6 +76,6 @@
7776
"source-map-js": "^1.0.2",
7877
"terracotta": "^1.0.4",
7978
"tinyglobby": "^0.2.2",
80-
"vite-plugin-solid": "catalog:"
79+
"vite-plugin-solid": "^2.11.1"
8180
}
8281
}

pnpm-lock.yaml

Lines changed: 384 additions & 4468 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
packages:
2-
# all packages in subdirs of packages/ and examples/
2+
# all packages in subdirs of packages/
33
- "packages/*"
4-
- "examples/*"
54
- "tests/*"
65
- "!**/.tmp/**"
7-
catalog:
8-
vite: ^5.4.10
9-
typescript: ^5.7.0
10-
vinxi: ^0.4.3
11-
"vite-plugin-solid": ^2.11.1
12-
"@solidjs/router": ^0.15.3
13-
"@solidjs/meta": ^0.29.4
14-
"solid-js": ^1.9.4

tests/server-function/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"@vitest/ui": "^2.1.4",
2323
"jsdom": "^25.0.1",
2424
"lodash": "^4.17.21",
25-
"solid-js": "catalog:",
26-
"vinxi": "catalog:",
27-
"vite-plugin-solid": "catalog:",
25+
"solid-js": "^1.9.4",
26+
"vinxi": "^0.4.3",
27+
"vite-plugin-solid": "^2.11.1",
2828
"vitest": "^3.0.0"
2929
},
3030
"overrides": {
31-
"vite": "catalog:"
31+
"vite": "^5.4.10"
3232
},
3333
"engines": {
3434
"node": ">=18"

0 commit comments

Comments
 (0)