@graffy/react
Advanced tools
Comparing version 0.14.7-alpha.11 to 0.14.7-alpha.12
@@ -5,4 +5,9 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.14.7-alpha.11", | ||
"main": "./index.js", | ||
"version": "0.14.7-alpha.12", | ||
"main": "./cjs/index.js", | ||
"exports": { | ||
"import": "./esm/index.js", | ||
"require": "./cjs/index.js" | ||
}, | ||
"module": "./esm/index.js", | ||
"repository": { | ||
@@ -14,3 +19,3 @@ "type": "git", | ||
"dependencies": { | ||
"@babel/runtime-corejs3": "^7.9.2", | ||
"@babel/runtime": "^7.9.2", | ||
"prop-types": "^15.7.2", | ||
@@ -17,0 +22,0 @@ "lodash": "^4.17.15" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7735
12
222
1
+ Added@babel/runtime@^7.9.2
+ Added@babel/runtime@7.26.7(transitive)
- Removed@babel/runtime-corejs3@^7.9.2
- Removed@babel/runtime-corejs3@7.26.7(transitive)
- Removedcore-js-pure@3.40.0(transitive)