@atlaskit/menu 2.1.10 → 2.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/button-item/package.json +1 -1
- package/custom-item/package.json +1 -1
- package/heading-item/package.json +1 -1
- package/link-item/package.json +1 -1
- package/menu-group/package.json +1 -1
- package/package.json +5 -5
- package/popup-menu-group/package.json +1 -1
- package/section/package.json +1 -1
- package/skeleton-heading-item/package.json +1 -1
- package/skeleton-item/package.json +1 -1
- package/types/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/menu
|
|
2
2
|
|
|
3
|
+
## 2.1.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
8
|
+
|
|
3
9
|
## 2.1.10
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/button-item/package.json
CHANGED
package/custom-item/package.json
CHANGED
package/link-item/package.json
CHANGED
package/menu-group/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/menu",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.11",
|
|
4
4
|
"description": "A collection of composable menu components that can be used anywhere.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"@atlaskit/ds-lib": "^2.2.0",
|
|
46
46
|
"@atlaskit/focus-ring": "^1.3.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
48
|
-
"@atlaskit/primitives": "^5.
|
|
48
|
+
"@atlaskit/primitives": "^5.1.0",
|
|
49
49
|
"@atlaskit/theme": "^12.6.0",
|
|
50
|
-
"@atlaskit/tokens": "^1.
|
|
50
|
+
"@atlaskit/tokens": "^1.42.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
52
52
|
"@emotion/react": "^11.7.1"
|
|
53
53
|
},
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"jscodeshift": "^0.13.0",
|
|
72
72
|
"react-router-dom": "^4.2.2",
|
|
73
73
|
"storybook-addon-performance": "^0.16.0",
|
|
74
|
-
"typescript": "~4.
|
|
74
|
+
"typescript": "~5.4.2"
|
|
75
75
|
},
|
|
76
76
|
"keywords": [
|
|
77
77
|
"atlaskit",
|
|
@@ -129,4 +129,4 @@
|
|
|
129
129
|
},
|
|
130
130
|
"homepage": "https://atlassian.design/components/menu/",
|
|
131
131
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
|
|
132
|
-
}
|
|
132
|
+
}
|
package/section/package.json
CHANGED