react-jsbox
Advanced tools
Comparing version 0.0.14 to 0.0.15
{ | ||
"name": "react-jsbox", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "A Custom React Renderer for writing JSBox apps in React.", | ||
@@ -40,6 +40,6 @@ "keywords": [ | ||
"peerDependencies": { | ||
"react": "canary" | ||
"react": "^16.8.6" | ||
}, | ||
"dependencies": { | ||
"react-reconciler": "canary" | ||
"react-reconciler": "^0.20.4" | ||
}, | ||
@@ -46,0 +46,0 @@ "devDependencies": { |
@@ -60,3 +60,3 @@ import Reconciler from 'react-reconciler' | ||
scheduledCallback = callback | ||
const timeoutId = setTimeout(setTimeoutCallback, 1) | ||
const timeoutId = setTimeout(setTimeoutCallback, options.timeout) | ||
return timeoutId | ||
@@ -63,0 +63,0 @@ }, |
Sorry, the diff of this file is too big to display
89846
603
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@16.14.0(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedreact-reconciler@0.20.4(transitive)
+ Addedscheduler@0.13.6(transitive)
- Removedreact@19.1.0-canary-f83903bf-20250212(transitive)
- Removedreact-reconciler@0.32.0-canary-f83903bf-20250212(transitive)
- Removedscheduler@0.26.0-canary-f83903bf-20250212(transitive)
Updatedreact-reconciler@^0.20.4