@atlaskit/logo 16.0.1 → 16.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 +8 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/logo
2
2
 
3
+ ## 16.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
+
3
11
  ## 16.0.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/logo",
3
- "version": "16.0.1",
3
+ "version": "16.0.2",
4
4
  "description": "A logo is a visual representation of a brand or product. It can be a word or an image, or a combination of both.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -27,26 +27,26 @@
27
27
  "dependencies": {
28
28
  "@atlaskit/ds-lib": "^4.0.0",
29
29
  "@atlaskit/theme": "^18.0.0",
30
- "@atlaskit/tokens": "^4.3.0",
30
+ "@atlaskit/tokens": "^4.5.0",
31
31
  "@babel/runtime": "^7.0.0",
32
- "@compiled/react": "^0.18.2"
32
+ "@compiled/react": "^0.18.3"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "^18.2.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@af/accessibility-testing": "*",
39
- "@af/integration-testing": "*",
40
- "@af/visual-regression": "*",
38
+ "@af/accessibility-testing": "^2.0.0",
39
+ "@af/integration-testing": "^0.5.0",
40
+ "@af/visual-regression": "^1.3.0",
41
41
  "@atlaskit/code": "^16.0.0",
42
- "@atlaskit/docs": "*",
42
+ "@atlaskit/docs": "^10.0.0",
43
43
  "@atlaskit/form": "^12.0.0",
44
- "@atlaskit/link": "*",
44
+ "@atlaskit/link": "^3.0.0",
45
45
  "@atlaskit/lozenge": "^12.2.0",
46
- "@atlaskit/primitives": "^14.1.0",
47
- "@atlaskit/section-message": "*",
46
+ "@atlaskit/primitives": "^14.2.0",
47
+ "@atlaskit/section-message": "^8.2.0",
48
48
  "@atlaskit/select": "^20.0.0",
49
- "@atlaskit/ssr": "*",
49
+ "@atlaskit/ssr": "^0.4.0",
50
50
  "@testing-library/react": "^13.4.0",
51
51
  "jscodeshift": "^0.13.0",
52
52
  "lodash": "^4.17.21",