@atlaskit/give-kudos 2.1.10 → 2.1.11

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 +8 -0
  2. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlassian/give-kudos
2
2
 
3
+ ## 2.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [#141350](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/141350)
8
+ [`85981116041dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85981116041dd) -
9
+ Added react 18 to peer dependency
10
+
3
11
  ## 2.1.10
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/give-kudos",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
4
4
  "description": "Give Kudos experience ",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -12,7 +12,8 @@
12
12
  "website": {
13
13
  "name": "Give Kudos"
14
14
  },
15
- "i18n": true
15
+ "i18n": true,
16
+ "runReact18": true
16
17
  },
17
18
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
18
19
  "main": "dist/cjs/index.js",
@@ -41,18 +42,18 @@
41
42
  "@atlaskit/analytics-next": "^10.1.0",
42
43
  "@atlaskit/button": "^20.1.0",
43
44
  "@atlaskit/drawer": "^8.0.0",
44
- "@atlaskit/icon": "^22.17.0",
45
+ "@atlaskit/icon": "^22.18.0",
45
46
  "@atlaskit/intl-messages-provider": "^1.0.2",
46
47
  "@atlaskit/modal-dialog": "^12.15.0",
47
48
  "@atlaskit/portal": "^4.9.0",
48
49
  "@atlaskit/theme": "^13.0.0",
49
- "@atlaskit/tokens": "^1.59.0",
50
+ "@atlaskit/tokens": "^1.60.0",
50
51
  "@babel/runtime": "^7.0.0",
51
52
  "@emotion/react": "^11.7.1",
52
53
  "react-intl-next": "npm:react-intl@^5.18.1"
53
54
  },
54
55
  "peerDependencies": {
55
- "react": "^16.8.0",
56
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
56
57
  "react-intl-next": "npm:react-intl@^5.18.1"
57
58
  },
58
59
  "devDependencies": {