@atlaskit/tile 1.0.3 → 1.0.4
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 +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"atlaskit:src": "src/index.tsx",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@atlaskit/skeleton": "^2.1.0",
|
|
29
|
-
"@atlaskit/tokens": "^
|
|
29
|
+
"@atlaskit/tokens": "^10.0.0",
|
|
30
30
|
"@babel/runtime": "^7.0.0",
|
|
31
31
|
"@compiled/react": "^0.18.6"
|
|
32
32
|
},
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@af/visual-regression": "workspace:^",
|
|
39
39
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
40
40
|
"@atlaskit/ssr": "workspace:^",
|
|
41
|
-
"@testing-library/react": "^
|
|
41
|
+
"@testing-library/react": "^16.3.0",
|
|
42
42
|
"react-dom": "^18.2.0"
|
|
43
43
|
},
|
|
44
44
|
"techstack": {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"name": "@atlaskit/tile",
|
|
82
|
-
"version": "1.0.
|
|
82
|
+
"version": "1.0.4",
|
|
83
83
|
"description": "A tile is a rounded square that takes an asset and represents a noun.",
|
|
84
84
|
"author": "Atlassian Pty Ltd",
|
|
85
85
|
"license": "Apache-2.0",
|