@atlaskit/media-file-preview 0.9.7 → 0.10.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/media-file-preview
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
8
+ [`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
9
+ Update `React` from v16 to v18
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.9.7
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-file-preview",
3
- "version": "0.9.7",
3
+ "version": "0.10.0",
4
4
  "description": "A React Hook to fetch and render file previews. It's overloaded with fancy features like SSR, lazy loading, memory cache and local preview.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,10 +34,10 @@
34
34
  ".": "./src/index.ts"
35
35
  },
36
36
  "dependencies": {
37
- "@atlaskit/media-client": "^31.0.0",
38
- "@atlaskit/media-client-react": "^2.6.0",
39
- "@atlaskit/media-common": "^11.7.0",
40
- "@atlaskit/media-ui": "^27.3.0",
37
+ "@atlaskit/media-client": "^31.1.0",
38
+ "@atlaskit/media-client-react": "^2.7.0",
39
+ "@atlaskit/media-common": "^11.8.0",
40
+ "@atlaskit/media-ui": "^27.4.0",
41
41
  "@atlaskit/platform-feature-flags": "^0.3.0",
42
42
  "@babel/runtime": "^7.0.0",
43
43
  "eventemitter2": "^4.1.0",
@@ -51,13 +51,13 @@
51
51
  "@af/integration-testing": "*",
52
52
  "@af/visual-regression": "*",
53
53
  "@atlaskit/media-state": "^1.5.0",
54
- "@atlaskit/media-test-data": "^2.9.0",
55
- "@atlaskit/section-message": "^6.8.0",
54
+ "@atlaskit/media-test-data": "^2.11.0",
55
+ "@atlaskit/section-message": "^6.9.0",
56
56
  "@atlaskit/ssr": "*",
57
57
  "@atlaskit/visual-regression": "*",
58
- "@testing-library/react": "^12.1.5",
58
+ "@testing-library/react": "^13.4.0",
59
59
  "@testing-library/react-hooks": "^8.0.1",
60
- "react-dom": "^16.8.0",
60
+ "react-dom": "^18.2.0",
61
61
  "typescript": "~5.4.2",
62
62
  "wait-for-expect": "^1.2.0"
63
63
  },