next-sanity
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "next-sanity", | ||
"description": "Sanity.io toolkit for Next.js", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"author": "Sanity.io <hello@sanity.io>", | ||
@@ -28,16 +28,16 @@ "license": "MIT", | ||
"dependencies": { | ||
"@sanity/block-content-to-react": "^2.0.7", | ||
"@sanity/client": "^2.11.0", | ||
"@sanity/groq-store": "^0.2.0", | ||
"@sanity/block-content-to-react": "^3.0.0", | ||
"@sanity/client": "^2.14.0", | ||
"@sanity/groq-store": "^0.2.1", | ||
"@sanity/image-url": "^0.140.22", | ||
"groq": "^2.2.6", | ||
"groq": "^2.14.0", | ||
"use-deep-compare-effect": "^1.6.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.23", | ||
"@types/react": "^17.0.12", | ||
"@types/react-dom": "^17.0.8", | ||
"@typescript-eslint/eslint-plugin": "^4.28.1", | ||
"@typescript-eslint/parser": "^4.28.1", | ||
"eslint": "^7.29.0", | ||
"@types/jest": "^27.0.0", | ||
"@types/react": "^17.0.17", | ||
"@types/react-dom": "^17.0.9", | ||
"@typescript-eslint/eslint-plugin": "^4.29.1", | ||
"@typescript-eslint/parser": "^4.29.1", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^7.0.0", | ||
@@ -44,0 +44,0 @@ "eslint-config-react-app": "^6.0.0", |
@@ -143,3 +143,3 @@ # next-sanity | ||
import {groq} from 'next-sanity' | ||
import {getClient, usePreviewSubscription, urlFor, PortableText} from '../../lib/sanity' | ||
import {usePreviewSubscription, urlFor, PortableText} from '../../lib/sanity' | ||
import {getClient} from '../../lib/sanity.server' | ||
@@ -146,0 +146,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64861
+ Added@sanity/block-content-to-hyperscript@3.0.0(transitive)
+ Added@sanity/block-content-to-react@3.0.0(transitive)
- Removed@sanity/block-content-to-hyperscript@2.0.10(transitive)
- Removed@sanity/block-content-to-react@2.0.7(transitive)
Updated@sanity/client@^2.14.0
Updated@sanity/groq-store@^0.2.1
Updatedgroq@^2.14.0