Socket
Socket
Sign inDemoInstall

@sanity/preview-kit-compat

Package Overview
Dependencies
Maintainers
48
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/preview-kit-compat - npm Package Compare versions

Comparing version 1.4.15 to 1.4.16

14

CHANGELOG.md

@@ -39,2 +39,16 @@ <!-- markdownlint-disable --><!-- textlint-disable -->

## [1.4.16](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.4.15...preview-kit-compat-v1.4.16) (2024-04-16)
### Bug Fixes
* **deps:** update dependency @sanity/client to v6.15.13 ([#1327](https://github.com/sanity-io/visual-editing/issues/1327)) ([a52f2c2](https://github.com/sanity-io/visual-editing/commit/a52f2c2180e1da09a8166e516aaeb206e13e13ae))
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @repo/visual-editing-helpers bumped from 0.6.4 to 0.6.5
## [1.4.15](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.4.14...preview-kit-compat-v1.4.15) (2024-04-05)

@@ -41,0 +55,0 @@

27

package.json
{
"name": "@sanity/preview-kit-compat",
"version": "1.4.15",
"version": "1.4.16",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/preview-kit-compat#readme",

@@ -28,3 +28,2 @@ "bugs": {

"module": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",

@@ -99,9 +98,9 @@ "files": [

"devDependencies": {
"@sanity/channels": "0.4.0",
"@sanity/client": "^6.15.11",
"@sanity/pkg-utils": "^5.1.11",
"@sanity/visual-editing-helpers": "0.6.4",
"@types/react": "^18.2.74",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@repo/channels": "0.4.0",
"@repo/visual-editing-helpers": "0.6.5",
"@sanity/client": "^6.15.14",
"@sanity/pkg-utils": "6.6.5",
"@types/react": "^18.2.79",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^8.57.0",

@@ -112,7 +111,8 @@ "eslint-config-prettier": "^9.1.0",

"react": "^18.2.0",
"typescript": "5.4.2",
"vitest": "^1.4.0"
"typescript": "5.4.5",
"vitest": "^1.5.0",
"@repo/package.config": "0.0.0"
},
"peerDependencies": {
"@sanity/client": "^6.15.11",
"@sanity/client": "^6.15.14",
"react": "^18.2.0"

@@ -127,4 +127,3 @@ },

"scripts": {
"prebuild": "rimraf dist",
"build": "pkg build --strict && pkg --strict",
"build": "pkg build --strict --check --clean",
"lint": "eslint .",

@@ -131,0 +130,0 @@ "test": "vitest --pass-with-no-tests --typecheck",

@@ -6,2 +6,2 @@ export * from './useDocumentsInUse'

useRevalidate,
} from '@sanity/visual-editing-helpers/hooks'
} from '@repo/visual-editing-helpers/hooks'

@@ -1,3 +0,2 @@

import { type ChannelsNode, createChannelsNode } from '@sanity/channels'
import type { ContentSourceMapDocuments } from '@sanity/client/csm'
import { type ChannelsNode, createChannelsNode } from '@repo/channels'
import {

@@ -7,3 +6,4 @@ type PresentationMsg,

type VisualEditingConnectionIds,
} from '@sanity/visual-editing-helpers'
} from '@repo/visual-editing-helpers'
import type { ContentSourceMapDocuments } from '@sanity/client/csm'
import { useEffect, useState } from 'react'

@@ -10,0 +10,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc