Skip to content

Commit ef0b380

Browse files
committed
chore(examples): align example names and versions
1 parent da614b9 commit ef0b380

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

examples/gnt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"private": true,
32
"name": "example-gnt",
4-
"version": "0.1.0",
3+
"version": "0.0.0-development",
4+
"private": true,
55
"scripts": {
66
"build": "next build",
77
"codegen": "dotenv -c local -- bash -c 'pnpm exec gqty --no-react -H apiKey:$NEXT_PUBLIC_SUPABASE_API_KEY $NEXT_PUBLIC_SUPABASE_ENDPOINT'",

examples/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"private": true,
32
"name": "example-react",
4-
"version": "1.0.0",
3+
"version": "0.0.0-development",
4+
"private": true,
55
"scripts": {
66
"build": "next build",
77
"build-example": "next build",

examples/solid/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
{
2-
"name": "@gqty/example-solid",
2+
"name": "example-solid",
33
"version": "0.0.0-development",
4-
"type": "module",
54
"private": true,
5+
"license": "MIT",
66
"author": "Vicary Archangel <vicary.archangel@member.mensa.org>",
7+
"type": "module",
78
"scripts": {
8-
"start": "vite",
9-
"dev": "vite",
109
"build": "vite build",
11-
"serve": "vite preview"
10+
"dev": "vite",
11+
"serve": "vite preview",
12+
"start": "vite"
13+
},
14+
"dependencies": {
15+
"@gqty/solid": "workspace:^",
16+
"gqty": "workspace:^",
17+
"solid-js": "^1.8.11"
1218
},
13-
"license": "MIT",
1419
"devDependencies": {
1520
"@tailwindcss/typography": "^0.5.13",
1621
"autoprefixer": "^10.4.19",
@@ -21,10 +26,5 @@
2126
"typescript": "^5.3.3",
2227
"vite": "^5.0.11",
2328
"vite-plugin-solid": "^2.8.2"
24-
},
25-
"dependencies": {
26-
"@gqty/solid": "workspace:^",
27-
"gqty": "workspace:^",
28-
"solid-js": "^1.8.11"
2929
}
3030
}

examples/vite-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2+
"name": "example-vite-react",
3+
"version": "0.0.0-development",
24
"private": true,
3-
"name": "example-vite",
4-
"version": "0.0.0",
55
"scripts": {
66
"build": "tsc && vite build",
77
"dev": "vite",

0 commit comments

Comments
 (0)