react-konva
Advanced tools
Comparing version 16.13.0-6 to 17.0.0-0
@@ -82,2 +82,3 @@ 'use strict'; | ||
exports.unhideTextInstance = unhideTextInstance; | ||
exports.clearContainer = clearContainer; | ||
@@ -159,3 +160,3 @@ var _Core = require('konva/lib/Core'); | ||
function prepareForCommit() { | ||
// Noop | ||
return null; | ||
} | ||
@@ -277,2 +278,6 @@ | ||
// Noop | ||
} | ||
function clearContainer(container) { | ||
// Noop | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "React binding to canvas element via Konva framework", | ||
"version": "16.13.0-6", | ||
"version": "17.0.0-0", | ||
"keywords": [ | ||
@@ -20,12 +20,13 @@ "react", | ||
"dependencies": { | ||
"scheduler": "^0.19.1", | ||
"react-reconciler": "^0.25.1" | ||
"react-reconciler": "~0.26.0", | ||
"scheduler": "^0.20.0" | ||
}, | ||
"peerDependencies": { | ||
"konva": ">3.2.5", | ||
"react": "16.13.x", | ||
"react-dom": "16.13.x" | ||
"react": ">=17.0.0", | ||
"react-dom": ">=17.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^16.9.34", | ||
"@wojtekmaj/enzyme-adapter-react-17": "^0.1.1", | ||
"@types/react": "^16.9.53", | ||
"chai": "^4.2.0", | ||
@@ -36,7 +37,7 @@ "enzyme": "^3.11.0", | ||
"nwb": "^0.23.0", | ||
"react": "~16.10.0", | ||
"react-dom": "~16.10.0", | ||
"react": ">=17.0.0", | ||
"react-dom": ">=17.0.0", | ||
"sinon": "^7.5.0", | ||
"typescript": "^3.8.3", | ||
"use-image": "^1.0.5" | ||
"typescript": "^4.0.3", | ||
"use-image": "^1.0.6" | ||
}, | ||
@@ -43,0 +44,0 @@ "scripts": { |
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
40999
712
12
+ Addedreact@17.0.218.3.1(transitive)
+ Addedreact-dom@18.3.1(transitive)
+ Addedreact-reconciler@0.26.2(transitive)
+ Addedscheduler@0.20.20.23.2(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.13.1(transitive)
- Removedreact-dom@16.13.1(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedreact-reconciler@0.25.1(transitive)
- Removedscheduler@0.19.1(transitive)
Updatedreact-reconciler@~0.26.0
Updatedscheduler@^0.20.0