@atlaskit/empty-state 9.0.0 → 9.0.2

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 +15 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atlaskit/empty-state
2
2
 
3
+ ## 9.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#129972](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/129972)
8
+ [`b2d69a39e6687`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b2d69a39e6687) -
9
+ Update `@compiled/react` dependency for improved type checking support.
10
+ - Updated dependencies
11
+
12
+ ## 9.0.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 9.0.0
4
19
 
5
20
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/empty-state",
3
- "version": "9.0.0",
3
+ "version": "9.0.2",
4
4
  "description": "An empty state appears when there is no data to display and describes what the user can do next.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,27 +25,27 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@atlaskit/button": "^21.0.0",
29
- "@atlaskit/heading": "^5.0.0",
30
- "@atlaskit/primitives": "^14.0.0",
28
+ "@atlaskit/button": "^21.1.0",
29
+ "@atlaskit/heading": "^5.1.0",
30
+ "@atlaskit/primitives": "^14.2.0",
31
31
  "@atlaskit/spinner": "^18.0.0",
32
- "@atlaskit/theme": "^17.0.0",
33
- "@atlaskit/tokens": "^4.0.0",
32
+ "@atlaskit/theme": "^18.0.0",
33
+ "@atlaskit/tokens": "^4.5.0",
34
34
  "@babel/runtime": "^7.0.0",
35
- "@compiled/react": "^0.18.2"
35
+ "@compiled/react": "^0.18.3"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "^18.2.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@af/accessibility-testing": "*",
42
- "@af/integration-testing": "*",
43
- "@af/visual-regression": "*",
44
- "@atlaskit/docs": "*",
41
+ "@af/accessibility-testing": "^2.0.0",
42
+ "@af/integration-testing": "^0.5.0",
43
+ "@af/visual-regression": "^1.3.0",
44
+ "@atlaskit/docs": "^10.0.0",
45
45
  "@atlaskit/ds-lib": "^4.0.0",
46
- "@atlaskit/link": "*",
47
- "@atlaskit/section-message": "*",
48
- "@atlaskit/ssr": "*",
46
+ "@atlaskit/link": "^3.0.0",
47
+ "@atlaskit/section-message": "^8.2.0",
48
+ "@atlaskit/ssr": "^0.4.0",
49
49
  "@testing-library/react": "^13.4.0",
50
50
  "react-dom": "^18.2.0",
51
51
  "typescript": "~5.4.2"