@payloadcms/live-preview-react
Advanced tools
Comparing version 3.0.0-canary.f1db24e to 3.0.0-canary.f1f97ff
{ | ||
"name": "@payloadcms/live-preview-react", | ||
"version": "3.0.0-canary.f1db24e", | ||
"description": "The official live preview React SDK for Payload", | ||
"version": "3.0.0-canary.f1f97ff", | ||
"description": "The official React SDK for Payload Live Preview", | ||
"homepage": "https://payloadcms.com", | ||
@@ -17,4 +17,4 @@ "repository": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
@@ -28,13 +28,13 @@ }, | ||
"dependencies": { | ||
"@payloadcms/live-preview": "3.0.0-canary.f1db24e" | ||
"@payloadcms/live-preview": "3.0.0-canary.f1f97ff" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "npm:types-react@19.0.0-beta.2", | ||
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2", | ||
"@payloadcms/eslint-config": "1.1.1", | ||
"payload": "3.0.0-canary.f1db24e" | ||
"@types/react": "npm:types-react@19.0.0-rc.0", | ||
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0", | ||
"@payloadcms/eslint-config": "3.0.0-beta.59", | ||
"payload": "3.0.0-canary.f1f97ff" | ||
}, | ||
"peerDependencies": { | ||
"react": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522", | ||
"react-dom": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522" | ||
"react": "^19.0.0 || ^19.0.0-rc-6230622a1a-20240610", | ||
"react-dom": "^19.0.0 || ^19.0.0-rc-6230622a1a-20240610" | ||
}, | ||
@@ -45,8 +45,8 @@ "publishConfig": { | ||
"overrides": { | ||
"@types/react": "npm:types-react@19.0.0-beta.2", | ||
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2" | ||
"@types/react": "npm:types-react@19.0.0-rc.0", | ||
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0" | ||
}, | ||
"scripts": { | ||
"build": "pnpm copyfiles && pnpm build:swc && pnpm build:types", | ||
"build:swc": "swc ./src -d ./dist --config-file .swcrc", | ||
"build": "pnpm copyfiles && pnpm build:types && pnpm build:swc", | ||
"build:swc": "swc ./src -d ./dist --config-file .swcrc --strip-leading-paths", | ||
"build:types": "tsc --emitDeclarationOnly --outDir dist", | ||
@@ -53,0 +53,0 @@ "clean": "rimraf {dist,*.tsbuildinfo}", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11286
+ Added@payloadcms/live-preview@3.0.0-canary.f1f97ff(transitive)
- Removed@payloadcms/live-preview@3.0.0-canary.f1db24e(transitive)