@payloadcms/live-preview-react
Advanced tools
Comparing version 3.0.0-canary.98cbdb9 to 3.0.0-canary.98e0119
{ | ||
"name": "@payloadcms/live-preview-react", | ||
"version": "3.0.0-canary.98cbdb9", | ||
"version": "3.0.0-canary.98e0119", | ||
"description": "The official React SDK for Payload Live Preview", | ||
@@ -13,2 +13,9 @@ "homepage": "https://payloadcms.com", | ||
"author": "Payload <dev@payloadcms.com> (https://payloadcms.com)", | ||
"maintainers": [ | ||
{ | ||
"name": "Payload", | ||
"email": "info@payloadcms.com", | ||
"url": "https://payloadcms.com" | ||
} | ||
], | ||
"type": "module", | ||
@@ -28,13 +35,13 @@ "exports": { | ||
"dependencies": { | ||
"@payloadcms/live-preview": "3.0.0-canary.98cbdb9" | ||
"@payloadcms/live-preview": "3.0.0-canary.98e0119" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "npm:types-react@19.0.0-rc.0", | ||
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0", | ||
"payload": "3.0.0-canary.98cbdb9", | ||
"@payloadcms/eslint-config": "3.0.0-beta.59" | ||
"@types/react": "npm:types-react@19.0.0-rc.1", | ||
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", | ||
"payload": "3.0.0-canary.98e0119", | ||
"@payloadcms/eslint-config": "3.0.0-beta.112" | ||
}, | ||
"peerDependencies": { | ||
"react": "^19.0.0 || ^19.0.0-rc-06d0b89e-20240801", | ||
"react-dom": "^19.0.0 || ^19.0.0-rc-06d0b89e-20240801" | ||
"react": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020", | ||
"react-dom": "^19.0.0 || ^19.0.0-rc-65a56d0e-20241020" | ||
}, | ||
@@ -45,4 +52,4 @@ "publishConfig": { | ||
"overrides": { | ||
"@types/react": "npm:types-react@19.0.0-rc.0", | ||
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0" | ||
"@types/react": "npm:types-react@19.0.0-rc.1", | ||
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1" | ||
}, | ||
@@ -54,4 +61,6 @@ "scripts": { | ||
"clean": "rimraf {dist,*.tsbuildinfo}", | ||
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png,json}\" dist/" | ||
"copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png,json}\" dist/", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix" | ||
} | ||
} |
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
12823
14
+ Added@payloadcms/live-preview@3.0.0-canary.98e0119(transitive)
- Removed@payloadcms/live-preview@3.0.0-canary.98cbdb9(transitive)