Skip to content

Commit

Permalink
chore(examples): align example names and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed Aug 26, 2024
1 parent da614b9 commit ef0b380
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions examples/gnt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-gnt",
"version": "0.1.0",
"version": "0.0.0-development",
"private": true,
"scripts": {
"build": "next build",
"codegen": "dotenv -c local -- bash -c 'pnpm exec gqty --no-react -H apiKey:$NEXT_PUBLIC_SUPABASE_API_KEY $NEXT_PUBLIC_SUPABASE_ENDPOINT'",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-react",
"version": "1.0.0",
"version": "0.0.0-development",
"private": true,
"scripts": {
"build": "next build",
"build-example": "next build",
Expand Down
22 changes: 11 additions & 11 deletions examples/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
{
"name": "@gqty/example-solid",
"name": "example-solid",
"version": "0.0.0-development",
"type": "module",
"private": true,
"license": "MIT",
"author": "Vicary Archangel <[email protected]>",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
"dev": "vite",
"serve": "vite preview",
"start": "vite"
},
"dependencies": {
"@gqty/solid": "workspace:^",
"gqty": "workspace:^",
"solid-js": "^1.8.11"
},
"license": "MIT",
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
Expand All @@ -21,10 +26,5 @@
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-solid": "^2.8.2"
},
"dependencies": {
"@gqty/solid": "workspace:^",
"gqty": "workspace:^",
"solid-js": "^1.8.11"
}
}
4 changes: 2 additions & 2 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-vite-react",
"version": "0.0.0-development",
"private": true,
"name": "example-vite",
"version": "0.0.0",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
Expand Down

0 comments on commit ef0b380

Please sign in to comment.