@atlaskit/page
Advanced tools
Comparing version 8.0.6 to 8.0.7
# @atlaskit/page | ||
## 8.0.7 | ||
- [patch] Upgrade react-syntax-highlighter again and use async loaded prism [260d66a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/260d66a) | ||
## 8.0.6 | ||
@@ -4,0 +7,0 @@ - [patch] Upgraded react-syntax-highlighter to 8.0.2 [7cc7000](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7cc7000) |
{ | ||
"name": "@atlaskit/page", | ||
"version": "8.0.6", | ||
"version": "8.0.7", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/page", | ||
"version": "8.0.6", | ||
"version": "8.0.7", | ||
"description": "A component for building page layouts. Also includes the Grid and GridColumn components.", | ||
@@ -37,3 +37,3 @@ "license": "Apache-2.0", | ||
"react-lorem-component": "^0.12.2", | ||
"react-syntax-highlighter": "^8.0.1" | ||
"react-syntax-highlighter": "^9.0.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "keywords": [ |
57562