@atlaskit/tabs
Advanced tools
Comparing version 13.3.0 to 13.3.1
# @atlaskit/tabs | ||
## 13.3.1 | ||
### Patch Changes | ||
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5` | ||
## 13.3.0 | ||
@@ -4,0 +10,0 @@ |
@@ -39,3 +39,3 @@ "use strict"; | ||
packageName: "@atlaskit/tabs", | ||
packageVersion: "13.3.0" | ||
packageVersion: "13.3.1" | ||
}; | ||
@@ -42,0 +42,0 @@ |
{ | ||
"name": "@atlaskit/tabs", | ||
"version": "13.3.0", | ||
"version": "13.3.1", | ||
"sideEffects": false | ||
} |
@@ -14,3 +14,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/tabs", | ||
packageVersion: "13.3.0" | ||
packageVersion: "13.3.1" | ||
}; | ||
@@ -17,0 +17,0 @@ |
{ | ||
"name": "@atlaskit/tabs", | ||
"version": "13.3.0", | ||
"version": "13.3.1", | ||
"sideEffects": false | ||
} |
@@ -21,3 +21,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/tabs", | ||
packageVersion: "13.3.0" | ||
packageVersion: "13.3.1" | ||
}; | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "@atlaskit/tabs", | ||
"version": "13.3.0", | ||
"version": "13.3.1", | ||
"sideEffects": false | ||
} |
@@ -7,3 +7,10 @@ { | ||
"sideEffects": false, | ||
"types": "../dist/types/hooks.d.ts" | ||
"types": "../dist/types/hooks.d.ts", | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
"*": [ | ||
"../dist/types-ts4.0/hooks.d.ts" | ||
] | ||
} | ||
} | ||
} |
{ | ||
"name": "@atlaskit/tabs", | ||
"version": "13.3.0", | ||
"version": "13.3.1", | ||
"description": "Tabs are used to organize content by grouping similar information on the same page.", | ||
@@ -15,2 +15,9 @@ "publishConfig": { | ||
"types": "dist/types/index.d.ts", | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
"*": [ | ||
"dist/types-ts4.0/*" | ||
] | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -48,3 +55,3 @@ "atlaskit:src": "src/index.tsx", | ||
"@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", | ||
"enzyme": "^3.10.0", | ||
@@ -55,3 +62,3 @@ "jscodeshift": "^0.13.0", | ||
"storybook-addon-performance": "^0.16.0", | ||
"typescript": "4.3.5", | ||
"typescript": "4.5.5", | ||
"wait-for-expect": "^1.2.0" | ||
@@ -58,0 +65,0 @@ }, |
@@ -7,3 +7,10 @@ { | ||
"sideEffects": false, | ||
"types": "../dist/types/types.d.ts" | ||
"types": "../dist/types/types.d.ts", | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
"*": [ | ||
"../dist/types-ts4.0/types.d.ts" | ||
] | ||
} | ||
} | ||
} |
224969
89
4740