@atlaskit/portal
Advanced tools
Comparing version 3.0.4 to 3.0.5
[ | ||
{ | ||
"team": "core", | ||
"package": "@atlaskit/portal", | ||
"version": "3.0.2", | ||
"dependent": true, | ||
"id": "src.main", | ||
"name": "main", | ||
"stats": { | ||
"size": 3332, | ||
"gzipSize": 1441 | ||
"size": 3072, | ||
"gzipSize": 1281 | ||
} | ||
}, | ||
{ | ||
"team": "core", | ||
"package": "@atlaskit/portal", | ||
"version": "3.0.2", | ||
"dependent": true, | ||
"id": "node_modules.main", | ||
"name": "node_modules [main]", | ||
"stats": { | ||
"size": 2594, | ||
"gzipSize": 958 | ||
"size": 763, | ||
"gzipSize": 402 | ||
} | ||
}, | ||
{ | ||
"team": "core", | ||
"package": "@atlaskit/portal", | ||
"version": "3.0.2", | ||
"dependent": true, | ||
"id": "combined.main", | ||
"name": "main", | ||
"stats": { | ||
"size": 5262, | ||
"gzipSize": 1908 | ||
"size": 3175, | ||
"gzipSize": 1245 | ||
} | ||
} | ||
] |
# @atlaskit/portal | ||
## 3.0.5 | ||
### Patch Changes | ||
- [patch][93bcf314c6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/93bcf314c6): | ||
Added missing tslib dep | ||
## 3.0.4 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Atlaskit wrapper for rendering components in React portals", | ||
@@ -25,3 +25,4 @@ "repository": "https://bitbucket.org/atlassian/atlaskit-mk-2", | ||
"exenv": "^1.2.2", | ||
"tiny-invariant": "^0.0.3" | ||
"tiny-invariant": "^0.0.3", | ||
"tslib": "^1.9.3" | ||
}, | ||
@@ -35,8 +36,8 @@ "peerDependencies": { | ||
"@atlaskit/docs": "^8.1.2", | ||
"@atlaskit/flag": "^12.0.4", | ||
"@atlaskit/icon": "^18.0.1", | ||
"@atlaskit/inline-dialog": "^12.0.1", | ||
"@atlaskit/flag": "^12.0.7", | ||
"@atlaskit/icon": "^18.0.3", | ||
"@atlaskit/inline-dialog": "^12.0.2", | ||
"@atlaskit/modal-dialog": "^10.0.4", | ||
"@atlaskit/onboarding": "^8.0.4", | ||
"@atlaskit/tooltip": "^15.0.0", | ||
"@atlaskit/tooltip": "^15.0.1", | ||
"@atlaskit/visual-regression": "^0.1.0", | ||
@@ -43,0 +44,0 @@ "enzyme": "^3.7.0", |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"sideEffects": false | ||
} |
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
22070
215
6
+ Addedtslib@^1.9.3
+ Addedtslib@1.14.1(transitive)