@atlaskit/blanket
Advanced tools
Comparing version 12.2.15 to 12.2.16
# @atlaskit/blanket | ||
## 12.2.16 | ||
### Patch Changes | ||
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5` | ||
## 12.2.15 | ||
@@ -4,0 +10,0 @@ |
@@ -31,3 +31,3 @@ "use strict"; | ||
var packageName = "@atlaskit/blanket"; | ||
var packageVersion = "12.2.15"; | ||
var packageVersion = "12.2.16"; | ||
var analyticsAttributes = { | ||
@@ -34,0 +34,0 @@ componentName: 'blanket', |
{ | ||
"name": "@atlaskit/blanket", | ||
"version": "12.2.15", | ||
"version": "12.2.16", | ||
"sideEffects": false | ||
} |
@@ -10,3 +10,3 @@ /** @jsx jsx */ | ||
const packageName = "@atlaskit/blanket"; | ||
const packageVersion = "12.2.15"; | ||
const packageVersion = "12.2.16"; | ||
const analyticsAttributes = { | ||
@@ -13,0 +13,0 @@ componentName: 'blanket', |
{ | ||
"name": "@atlaskit/blanket", | ||
"version": "12.2.15", | ||
"version": "12.2.16", | ||
"sideEffects": false | ||
} |
@@ -16,3 +16,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty"; | ||
var packageName = "@atlaskit/blanket"; | ||
var packageVersion = "12.2.15"; | ||
var packageVersion = "12.2.16"; | ||
var analyticsAttributes = { | ||
@@ -19,0 +19,0 @@ componentName: 'blanket', |
{ | ||
"name": "@atlaskit/blanket", | ||
"version": "12.2.15", | ||
"version": "12.2.16", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/blanket", | ||
"version": "12.2.15", | ||
"version": "12.2.16", | ||
"description": "A blanket covers the underlying UI for a layered component, such as a modal dialog or a tooltip.", | ||
@@ -15,2 +15,9 @@ "publishConfig": { | ||
"types": "dist/types/index.d.ts", | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
"*": [ | ||
"dist/types-ts4.0/*" | ||
] | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -35,3 +42,3 @@ "atlaskit:src": "src/index.tsx", | ||
"@atlaskit/ds-lib": "^2.1.0", | ||
"@atlaskit/theme": "^12.1.0", | ||
"@atlaskit/theme": "^12.2.0", | ||
"@atlaskit/tokens": "^0.10.0", | ||
@@ -49,8 +56,8 @@ "@babel/runtime": "^7.0.0", | ||
"@atlaskit/ssr": "*", | ||
"@atlaskit/toggle": "^12.4.0", | ||
"@atlaskit/toggle": "^12.5.0", | ||
"@atlaskit/visual-regression": "*", | ||
"@atlaskit/webdriver-runner": "*", | ||
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1", | ||
"@testing-library/dom": "^7.7.3", | ||
"@testing-library/react": "^8.0.1", | ||
"@testing-library/dom": "^8.17.1", | ||
"@testing-library/react": "^12.1.5", | ||
"jscodeshift": "^0.13.0", | ||
@@ -60,3 +67,3 @@ "react-dom": "^16.8.0", | ||
"storybook-addon-performance": "^0.16.0", | ||
"typescript": "4.3.5", | ||
"typescript": "4.5.5", | ||
"wait-for-expect": "^1.2.0" | ||
@@ -63,0 +70,0 @@ }, |
@@ -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
57964
38
680
Updated@atlaskit/theme@^12.2.0