Skip to content

Commit

Permalink
add @sanity/client
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 20, 2024
1 parent 24302fa commit b0b0046
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 41 deletions.
3 changes: 2 additions & 1 deletion astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.0.0-beta.8",
"@astrojs/check": "^0.9.4",
"@sanity/client": "^6.22.5",
"astro": "^5.0.0-beta.8",
"typescript": "^5.6.3"
}
}
11 changes: 6 additions & 5 deletions next-13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"@sanity/client": "^6.22.5",
"next": "13.5.7",
"react": "^18",
"react-dom": "^18",
"next": "13.5.7"
"react-dom": "^18"
},
"devDependencies": {
"typescript": "^5.6.3",
"@types/node": "^20",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "13.5.7",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"eslint": "^8.57.1",
"eslint-config-next": "13.5.7"
"typescript": "^5.6.3"
}
}
11 changes: 6 additions & 5 deletions next-14/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"@sanity/client": "^6.22.5",
"next": "14.2.18",
"react": "^18",
"react-dom": "^18",
"next": "14.2.18"
"react-dom": "^18"
},
"devDependencies": {
"typescript": "^5.6.3",
"@types/node": "^20",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.18",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.18"
"typescript": "^5.6.3"
}
}
11 changes: 6 additions & 5 deletions next-15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"@sanity/client": "^6.22.5",
"next": "15.0.3",
"react": "rc",
"react-dom": "rc",
"next": "15.0.3"
"react-dom": "rc"
},
"devDependencies": {
"typescript": "^5.6.3",
"@types/node": "^20",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"eslint": "^9.15.0",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"eslint": "^9.15.0",
"eslint-config-next": "15.0.3"
"typescript": "^5.6.3"
},
"overrides": {
"@types/react": "npm:types-react@rc",
Expand Down
11 changes: 6 additions & 5 deletions next-canary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"@sanity/client": "^6.22.5",
"next": "canary",
"react": "rc",
"react-dom": "rc",
"next": "canary"
"react-dom": "rc"
},
"devDependencies": {
"typescript": "^5.6.3",
"@types/node": "^20",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"eslint": "^9.15.0",
"eslint-config-next": "canary",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"eslint": "^9.15.0",
"eslint-config-next": "canary"
"typescript": "^5.6.3"
},
"overrides": {
"@types/react": "npm:types-react@rc",
Expand Down
1 change: 1 addition & 0 deletions nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@sanity/client": "^6.22.5",
"nuxt": "^3.14.159",
"vue": "latest",
"vue-router": "latest"
Expand Down
69 changes: 49 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11"
},
"dependencies": {
"@sanity/client": "^6.22.5"
}
}
1 change: 1 addition & 0 deletions tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"start": "vinxi start"
},
"dependencies": {
"@sanity/client": "^6.22.5",
"@tanstack/react-router": "^1.82.1",
"@tanstack/router-devtools": "^1.82.1",
"@tanstack/start": "^1.82.1",
Expand Down

0 comments on commit b0b0046

Please sign in to comment.