@payloadcms/live-preview-react
Advanced tools
Comparing version 3.0.0-canary.f6e77b8 to 3.0.0-canary.f83d96a
{ | ||
"name": "@payloadcms/live-preview-react", | ||
"version": "3.0.0-canary.f6e77b8", | ||
"version": "3.0.0-canary.f83d96a", | ||
"description": "The official live preview React SDK for Payload", | ||
@@ -17,4 +17,4 @@ "homepage": "https://payloadcms.com", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
@@ -28,11 +28,13 @@ }, | ||
"dependencies": { | ||
"@payloadcms/live-preview": "3.0.0-canary.f6e77b8" | ||
"@payloadcms/live-preview": "3.0.0-canary.f83d96a" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "18.2.74", | ||
"@payloadcms/eslint-config": "1.1.1", | ||
"payload": "3.0.0-canary.f6e77b8" | ||
"@types/react": "npm:types-react@19.0.0-beta.2", | ||
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2", | ||
"payload": "3.0.0-canary.f83d96a", | ||
"@payloadcms/eslint-config": "1.1.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
"react": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522", | ||
"react-dom": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522" | ||
}, | ||
@@ -42,5 +44,9 @@ "publishConfig": { | ||
}, | ||
"overrides": { | ||
"@types/react": "npm:types-react@19.0.0-beta.2", | ||
"@types/react-dom": "npm:types-react-dom@19.0.0-beta.2" | ||
}, | ||
"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", | ||
@@ -47,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
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
11286
3
4
+ Added@payloadcms/live-preview@3.0.0-canary.f83d96a(transitive)
+ Addedreact@19.0.0(transitive)
+ Addedreact-dom@19.0.0(transitive)
+ Addedscheduler@0.25.0(transitive)
- Removed@payloadcms/live-preview@3.0.0-canary.f6e77b8(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedreact@18.3.1(transitive)