@atlaskit/app-provider 1.1.0 → 1.2.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 +6 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/app-provider
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#87603](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87603) [`07a08e440f76`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/07a08e440f76) - Added support for React 18
8
+
3
9
  ## 1.1.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/app-provider",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "A top level provider for the Design System.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -17,7 +17,8 @@
17
17
  "status": {
18
18
  "type": "beta"
19
19
  }
20
- }
20
+ },
21
+ "runReact18": true
21
22
  },
22
23
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
23
24
  "main": "dist/cjs/index.js",
@@ -38,12 +39,12 @@
38
39
  ".": "./src/index.tsx"
39
40
  },
40
41
  "dependencies": {
41
- "@atlaskit/tokens": "^1.42.0",
42
+ "@atlaskit/tokens": "^1.43.0",
42
43
  "@babel/runtime": "^7.0.0",
43
44
  "bind-event-listener": "^2.1.1"
44
45
  },
45
46
  "peerDependencies": {
46
- "react": "^16.8.0"
47
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
47
48
  },
48
49
  "devDependencies": {
49
50
  "@af/visual-regression": "*",