@atlaskit/util-data-test 18.0.1 → 18.0.2

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/util-data-test
2
2
 
3
+ ## 18.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 18.0.1
4
10
 
5
11
  ### Patch Changes
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const _default: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const _default: () => React.JSX.Element;
3
3
  export default _default;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const _default: () => JSX.Element;
1
+ import React from 'react';
2
+ declare const _default: () => React.JSX.Element;
3
3
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/util-data-test",
3
- "version": "18.0.1",
3
+ "version": "18.0.2",
4
4
  "description": "Shared test and story data",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -67,14 +67,14 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "@atlaskit/analytics-next": "^10.3.0",
70
- "@atlaskit/emoji": "67.13.1",
71
- "@atlaskit/icon": "^23.6.0",
72
- "@atlaskit/mention": "23.11.1",
70
+ "@atlaskit/emoji": "67.13.2",
71
+ "@atlaskit/icon": "^23.7.0",
72
+ "@atlaskit/mention": "23.11.2",
73
73
  "@atlaskit/primitives": "^13.4.0",
74
74
  "@atlaskit/profilecard": "^22.0.0",
75
- "@atlaskit/theme": "^14.1.0",
75
+ "@atlaskit/theme": "^15.0.0",
76
76
  "@atlaskit/tokens": "^3.3.0",
77
- "@atlaskit/user-picker": "10.31.1",
77
+ "@atlaskit/user-picker": "10.31.2",
78
78
  "@atlaskit/util-service-support": "^6.2.0",
79
79
  "@babel/runtime": "^7.0.0",
80
80
  "lodash": "^4.17.21",