@atlaskit/page-layout 3.9.0 → 3.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 +22 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @atlaskit/page-layout
2
2
 
3
+ ## 3.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#127511](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127511)
8
+ [`db30e29344013`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/db30e29344013) -
9
+ Widening range of `react` and `react-dom` peer dependencies from `^16.8.0 || ^17.0.0 || ~18.2.0`
10
+ to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
11
+
12
+ This change has been done to enable usage of `react@18.3` as well as to have a consistent peer
13
+ dependency range for `react` and `react-dom` for `/platform` packages.
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
19
+ ## 3.9.1
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+
3
25
  ## 3.9.0
4
26
 
5
27
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "3.9.0",
3
+ "version": "3.10.0",
4
4
  "description": "A collection of components which let you compose an application's page layout.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,37 +39,37 @@
39
39
  },
40
40
  "homepage": "https://atlassian.design/components/page-layout/",
41
41
  "dependencies": {
42
- "@atlaskit/ds-lib": "^2.3.0",
43
- "@atlaskit/icon": "^22.10.0",
44
- "@atlaskit/link": "^1.1.0",
45
- "@atlaskit/motion": "^1.8.0",
46
- "@atlaskit/primitives": "^11.1.0",
47
- "@atlaskit/theme": "^12.11.0",
48
- "@atlaskit/tokens": "^1.57.0",
42
+ "@atlaskit/ds-lib": "^2.4.0",
43
+ "@atlaskit/icon": "^22.12.0",
44
+ "@atlaskit/link": "^1.2.0",
45
+ "@atlaskit/motion": "^1.9.0",
46
+ "@atlaskit/primitives": "^12.0.0",
47
+ "@atlaskit/theme": "^12.12.0",
48
+ "@atlaskit/tokens": "^1.58.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/react": "^11.7.1",
51
51
  "bind-event-listener": "^3.0.0",
52
52
  "raf-schd": "^4.0.3"
53
53
  },
54
54
  "peerDependencies": {
55
- "react": "^16.8.0 || ^17.0.0 || ~18.2.0",
56
- "react-dom": "^16.8.0 || ^17.0.0 || ~18.2.0"
55
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
56
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@af/accessibility-testing": "*",
60
60
  "@af/integration-testing": "*",
61
- "@atlaskit/atlassian-navigation": "^4.4.0",
61
+ "@atlaskit/atlassian-navigation": "^4.5.0",
62
62
  "@atlaskit/atlassian-notifications": "^0.4.0",
63
- "@atlaskit/drawer": "^7.13.0",
64
- "@atlaskit/logo": "^14.1.0",
65
- "@atlaskit/menu": "^2.10.0",
63
+ "@atlaskit/drawer": "^7.14.0",
64
+ "@atlaskit/logo": "^14.2.0",
65
+ "@atlaskit/menu": "^2.11.0",
66
66
  "@atlaskit/notification-indicator": "^9.2.0",
67
67
  "@atlaskit/notification-log-client": "^6.1.0",
68
- "@atlaskit/popup": "^1.21.0",
69
- "@atlaskit/side-navigation": "^3.3.0",
68
+ "@atlaskit/popup": "^1.22.0",
69
+ "@atlaskit/side-navigation": "^3.4.0",
70
70
  "@atlaskit/ssr": "*",
71
- "@atlaskit/toggle": "^13.2.0",
72
- "@atlaskit/tooltip": "^18.6.0",
71
+ "@atlaskit/toggle": "^13.3.0",
72
+ "@atlaskit/tooltip": "^18.7.0",
73
73
  "@atlaskit/visual-regression": "*",
74
74
  "@testing-library/dom": "^10.1.0",
75
75
  "@testing-library/react": "^12.1.5",