@atlaskit/util-data-test 17.9.48 → 17.9.50

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,17 @@
1
1
  # @atlaskit/util-data-test
2
2
 
3
+ ## 17.9.50
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 17.9.49
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 17.9.48
4
16
 
5
17
  ### Patch Changes
@@ -10,7 +10,10 @@ var _react = require("react");
10
10
  var _react2 = require("@emotion/react");
11
11
  var _chevronRight = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron-right"));
12
12
  var _colors = require("@atlaskit/theme/colors");
13
- /** @jsx jsx */
13
+ /**
14
+ * @jsxRuntime classic
15
+ * @jsx jsx
16
+ */
14
17
 
15
18
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
16
19
 
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  import { useCallback, useState } from 'react';
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { css, jsx } from '@emotion/react';
@@ -1,5 +1,8 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
2
- /** @jsx jsx */
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
3
6
  import { useCallback, useState } from 'react';
4
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
5
8
  import { css, jsx } from '@emotion/react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/util-data-test",
3
- "version": "17.9.48",
3
+ "version": "17.9.50",
4
4
  "description": "Shared test and story data",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -68,13 +68,13 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@atlaskit/analytics-next": "^9.3.0",
71
- "@atlaskit/emoji": "67.6.33",
72
- "@atlaskit/icon": "^22.6.0",
71
+ "@atlaskit/emoji": "67.7.0",
72
+ "@atlaskit/icon": "^22.8.0",
73
73
  "@atlaskit/mention": "23.2.0",
74
- "@atlaskit/profilecard": "^19.16.0",
74
+ "@atlaskit/profilecard": "^19.17.0",
75
75
  "@atlaskit/theme": "^12.11.0",
76
76
  "@atlaskit/tokens": "^1.56.0",
77
- "@atlaskit/user-picker": "10.22.1",
77
+ "@atlaskit/user-picker": "10.22.2",
78
78
  "@atlaskit/util-service-support": "^6.2.0",
79
79
  "@babel/runtime": "^7.0.0",
80
80
  "@emotion/react": "^11.7.1",