@atlaskit/portal
Advanced tools
Comparing version 4.2.10 to 4.2.11
# @atlaskit/portal | ||
## 4.2.11 | ||
### Patch Changes | ||
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5` | ||
## 4.2.10 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "4.2.10", | ||
"version": "4.2.11", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "4.2.10", | ||
"version": "4.2.11", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "4.2.10", | ||
"version": "4.2.11", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/portal", | ||
"version": "4.2.10", | ||
"version": "4.2.11", | ||
"description": "Atlaskit wrapper for rendering components in React portals", | ||
@@ -15,2 +15,9 @@ "publishConfig": { | ||
"types": "dist/types/index.d.ts", | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
"*": [ | ||
"dist/types-ts4.0/*" | ||
] | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -31,3 +38,3 @@ "atlaskit:src": "src/index.tsx", | ||
"dependencies": { | ||
"@atlaskit/theme": "^12.1.0", | ||
"@atlaskit/theme": "^12.2.0", | ||
"@babel/runtime": "^7.0.0" | ||
@@ -42,6 +49,6 @@ }, | ||
"@atlaskit/docs": "*", | ||
"@atlaskit/flag": "^14.6.0", | ||
"@atlaskit/flag": "^14.7.0", | ||
"@atlaskit/icon": "^21.10.0", | ||
"@atlaskit/inline-dialog": "^13.3.0", | ||
"@atlaskit/modal-dialog": "^12.2.0", | ||
"@atlaskit/inline-dialog": "^13.4.0", | ||
"@atlaskit/modal-dialog": "^12.3.0", | ||
"@atlaskit/onboarding": "^10.5.0", | ||
@@ -53,3 +60,3 @@ "@atlaskit/ssr": "*", | ||
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1", | ||
"@testing-library/react": "^8.0.1", | ||
"@testing-library/react": "^12.1.5", | ||
"bind-event-listener": "^2.1.1", | ||
@@ -59,3 +66,3 @@ "enzyme": "^3.10.0", | ||
"storybook-addon-performance": "^0.16.0", | ||
"typescript": "4.3.5" | ||
"typescript": "4.5.5" | ||
}, | ||
@@ -62,0 +69,0 @@ "keywords": [ |
@@ -7,3 +7,10 @@ { | ||
"sideEffects": false, | ||
"types": "../dist/types/entry-points/types.d.ts" | ||
"types": "../dist/types/entry-points/types.d.ts", | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
"*": [ | ||
"../dist/types-ts4.0/entry-points/types.d.ts" | ||
] | ||
} | ||
} | ||
} |
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
57936
71
754
Updated@atlaskit/theme@^12.2.0