@atlaskit/page
Advanced tools
Comparing version 8.0.5 to 8.0.6
# @atlaskit/page | ||
## 8.0.6 | ||
- [patch] Upgraded react-syntax-highlighter to 8.0.2 [7cc7000](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7cc7000) | ||
## 8.0.5 | ||
@@ -4,0 +7,0 @@ - [patch] Adds sideEffects: false to allow proper tree shaking [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04) |
{ | ||
"name": "@atlaskit/page", | ||
"version": "8.0.4", | ||
"version": "8.0.6", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/page", | ||
"version": "8.0.5", | ||
"version": "8.0.6", | ||
"description": "A component for building page layouts. Also includes the Grid and GridColumn components.", | ||
@@ -31,3 +31,3 @@ "license": "Apache-2.0", | ||
"@atlaskit/docs": "^5.0.2", | ||
"@atlaskit/icon": "^13.6.1", | ||
"@atlaskit/logo": "^9.2.2", | ||
"@atlaskit/navigation": "^33.1.8", | ||
@@ -38,3 +38,3 @@ "@atlaskit/toggle": "^5.0.8", | ||
"react-lorem-component": "^0.12.2", | ||
"react-syntax-highlighter": "^6.0.2" | ||
"react-syntax-highlighter": "^8.0.1" | ||
}, | ||
@@ -46,2 +46,2 @@ "keywords": [ | ||
] | ||
} | ||
} |
57403