@atlassian/clientside-extensions-components 5.1.0 → 5.1.1
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/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlassian/clientside-extensions-components",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.1",
|
|
4
4
|
"description": "React components to assist in the authoring of extension points that work at product runtime.",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"homepage": "https://bitbucket.org/atlassian/atlassian-clientside-extensions#readme",
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
"@atlaskit/heading": "5.2.3",
|
|
71
71
|
"@atlaskit/modal-dialog": "14.3.2",
|
|
72
72
|
"@atlaskit/tokens": "5.6.2",
|
|
73
|
-
"@atlassian/clientside-extensions": "^5.1.
|
|
74
|
-
"@atlassian/clientside-extensions-base": "^5.1.
|
|
75
|
-
"@atlassian/clientside-extensions-debug": "^5.1.
|
|
76
|
-
"@atlassian/clientside-extensions-registry": "^5.1.
|
|
77
|
-
"@atlassian/clientside-extensions-schema": "^5.1.
|
|
73
|
+
"@atlassian/clientside-extensions": "^5.1.1",
|
|
74
|
+
"@atlassian/clientside-extensions-base": "^5.1.1",
|
|
75
|
+
"@atlassian/clientside-extensions-debug": "^5.1.1",
|
|
76
|
+
"@atlassian/clientside-extensions-registry": "^5.1.1",
|
|
77
|
+
"@atlassian/clientside-extensions-schema": "^5.1.1",
|
|
78
78
|
"@emotion/react": "^11.13.5",
|
|
79
79
|
"@emotion/styled": "^11.13.5",
|
|
80
80
|
"lodash.isequal": "^4.5.0",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"engines": {
|
|
102
102
|
"node": ">=20.18.1"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "435c0d1351646cd51849e1f857097c08fa527700"
|
|
105
105
|
}
|