@atlaskit/editor-plugin-card 4.5.8 → 4.5.9

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/editor-plugin-card
2
2
 
3
+ ## 4.5.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 4.5.8
4
10
 
5
11
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { DatasourceModalType } from '@atlaskit/editor-common/types';
3
- import type { APIError } from '@atlaskit/smart-card';
3
+ import type { APIError } from '@atlaskit/linking-common';
4
4
  import type { DatasourceProps } from '../nodeviews/datasource';
5
5
  export type DatasourceErrorBoundaryProps = React.PropsWithChildren<{
6
6
  url?: string;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { DatasourceModalType } from '@atlaskit/editor-common/types';
3
- import type { APIError } from '@atlaskit/smart-card';
3
+ import type { APIError } from '@atlaskit/linking-common';
4
4
  import type { DatasourceProps } from '../nodeviews/datasource';
5
5
  export type DatasourceErrorBoundaryProps = React.PropsWithChildren<{
6
6
  url?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-card",
3
- "version": "4.5.8",
3
+ "version": "4.5.9",
4
4
  "description": "Card plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,7 +34,7 @@
34
34
  "@atlaskit/adf-schema": "^46.1.0",
35
35
  "@atlaskit/analytics-next": "^10.2.0",
36
36
  "@atlaskit/custom-steps": "^0.9.0",
37
- "@atlaskit/editor-common": "^97.0.0",
37
+ "@atlaskit/editor-common": "^97.1.0",
38
38
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
39
39
  "@atlaskit/editor-plugin-decorations": "^1.3.0",
40
40
  "@atlaskit/editor-plugin-editor-disabled": "^1.3.0",
@@ -55,7 +55,7 @@
55
55
  "@atlaskit/menu": "2.13.7",
56
56
  "@atlaskit/platform-feature-flags": "^0.3.0",
57
57
  "@atlaskit/primitives": "^13.3.0",
58
- "@atlaskit/smart-card": "^32.8.0",
58
+ "@atlaskit/smart-card": "^33.0.0",
59
59
  "@atlaskit/theme": "^14.0.0",
60
60
  "@atlaskit/tmp-editor-statsig": "^2.29.0",
61
61
  "@atlaskit/tokens": "^2.5.0",