@atlaskit/onboarding 12.2.3 → 12.3.1

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,23 @@
1
1
  # @atlaskit/onboarding
2
2
 
3
+ ## 12.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 12.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
14
+ [`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
15
+ Update `React` from v16 to v18
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 12.2.3
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "12.2.3",
3
+ "version": "12.3.1",
4
4
  "description": "An onboarding spotlight introduces new features to users through focused messages or multi-step tours.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -38,18 +38,18 @@
38
38
  "runReact18": true
39
39
  },
40
40
  "dependencies": {
41
- "@atlaskit/button": "^20.3.0",
42
- "@atlaskit/ds-lib": "^3.3.0",
43
- "@atlaskit/heading": "^4.0.0",
44
- "@atlaskit/layering": "^1.0.0",
45
- "@atlaskit/modal-dialog": "^12.19.0",
46
- "@atlaskit/motion": "^1.9.0",
47
- "@atlaskit/platform-feature-flags": "^0.3.0",
48
- "@atlaskit/popper": "^6.3.0",
49
- "@atlaskit/portal": "^4.10.0",
50
- "@atlaskit/primitives": "^13.3.0",
51
- "@atlaskit/theme": "^14.0.0",
52
- "@atlaskit/tokens": "^3.0.0",
41
+ "@atlaskit/button": "^20.4.0",
42
+ "@atlaskit/ds-lib": "^3.5.0",
43
+ "@atlaskit/heading": "^4.1.0",
44
+ "@atlaskit/layering": "^1.1.0",
45
+ "@atlaskit/modal-dialog": "^12.20.0",
46
+ "@atlaskit/motion": "^1.10.0",
47
+ "@atlaskit/platform-feature-flags": "^1.0.0",
48
+ "@atlaskit/popper": "^6.4.0",
49
+ "@atlaskit/portal": "^4.11.0",
50
+ "@atlaskit/primitives": "^13.4.0",
51
+ "@atlaskit/theme": "^14.1.0",
52
+ "@atlaskit/tokens": "^3.3.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@emotion/react": "^11.7.1",
55
55
  "bind-event-listener": "^3.0.0",
@@ -71,14 +71,14 @@
71
71
  "@af/visual-regression": "*",
72
72
  "@atlaskit/ssr": "*",
73
73
  "@atlaskit/visual-regression": "*",
74
- "@testing-library/react": "^12.1.5",
74
+ "@testing-library/react": "^13.4.0",
75
75
  "@testing-library/react-hooks": "^8.0.1",
76
76
  "@testing-library/user-event": "^14.4.3",
77
77
  "@types/exenv": "^1.2.0",
78
78
  "@types/react-node-resolver": "^2.0.0",
79
79
  "@types/react-transition-group": "^2.0.6",
80
80
  "raf-stub": "^2.0.1",
81
- "react-dom": "^16.8.0",
81
+ "react-dom": "^18.2.0",
82
82
  "react-lorem-component": "^0.13.0",
83
83
  "typescript": "~5.4.2"
84
84
  },
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
-
3
- import { SpotlightCard } from '../src';
4
-
5
- export default () => <SpotlightCard heading="Why are you trying Jira Software?" isFlat />;