@payloadcms/live-preview-react
Advanced tools
Comparing version 3.0.0-canary.23fcb9e to 3.0.0-canary.28c161d
{ | ||
"name": "@payloadcms/live-preview-react", | ||
"version": "3.0.0-canary.23fcb9e", | ||
"version": "3.0.0-canary.28c161d", | ||
"description": "The official React SDK for Payload Live Preview", | ||
@@ -27,13 +27,13 @@ "homepage": "https://payloadcms.com", | ||
"dependencies": { | ||
"@payloadcms/live-preview": "3.0.0-canary.23fcb9e" | ||
"@payloadcms/live-preview": "3.0.0-canary.28c161d" | ||
}, | ||
"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.23fcb9e", | ||
"@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", | ||
"@payloadcms/eslint-config": "3.0.0-beta.97", | ||
"payload": "3.0.0-canary.28c161d" | ||
}, | ||
"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-3edc000d-20240926", | ||
"react-dom": "^19.0.0 || ^19.0.0-rc-3edc000d-20240926" | ||
}, | ||
@@ -44,4 +44,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" | ||
}, | ||
@@ -53,4 +53,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
11584
231
33
56
14
221
+ Added@payloadcms/live-preview@3.0.0-canary.28c161d(transitive)
- Removed@payloadcms/live-preview@3.0.0-canary.23fcb9e(transitive)