@payloadcms/live-preview-react
Advanced tools
Comparing version 3.0.0-canary.78bbed6 to 3.0.0-canary.79ab53e
{ | ||
"name": "@payloadcms/live-preview-react", | ||
"version": "3.0.0-canary.78bbed6", | ||
"version": "3.0.0-canary.79ab53e", | ||
"description": "The official React SDK for Payload Live Preview", | ||
@@ -27,3 +27,3 @@ "homepage": "https://payloadcms.com", | ||
"dependencies": { | ||
"@payloadcms/live-preview": "3.0.0-canary.78bbed6" | ||
"@payloadcms/live-preview": "3.0.0-canary.79ab53e" | ||
}, | ||
@@ -33,4 +33,4 @@ "devDependencies": { | ||
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0", | ||
"payload": "3.0.0-canary.78bbed6", | ||
"@payloadcms/eslint-config": "3.0.0-beta.59" | ||
"@payloadcms/eslint-config": "3.0.0-beta.97", | ||
"payload": "3.0.0-canary.79ab53e" | ||
}, | ||
@@ -53,4 +53,6 @@ "peerDependencies": { | ||
"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
+ Added@payloadcms/live-preview@3.0.0-canary.79ab53e(transitive)
- Removed@payloadcms/live-preview@3.0.0-canary.78bbed6(transitive)