@podium/layout
Advanced tools
Comparing version 4.6.100 to 4.6.101
@@ -0,1 +1,8 @@ | ||
## [4.6.101](https://github.com/podium-lib/layout/compare/v4.6.100...v4.6.101) (2021-11-09) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.7.1 ([a9740cc](https://github.com/podium-lib/layout/commit/a9740cc839199f0d07641f42e4ba010eb4d9f4d3)) | ||
## [4.6.100](https://github.com/podium-lib/layout/compare/v4.6.99...v4.6.100) (2021-10-27) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@podium/layout", | ||
"version": "4.6.100", | ||
"version": "4.6.101", | ||
"description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", | ||
@@ -48,13 +48,13 @@ "main": "lib/layout.js", | ||
"objobj": "1.0.0", | ||
"ajv": "8.6.3" | ||
"ajv": "8.7.1" | ||
}, | ||
"devDependencies": { | ||
"@semantic-release/changelog": "6.0.0", | ||
"@semantic-release/changelog": "6.0.1", | ||
"@semantic-release/commit-analyzer": "9.0.1", | ||
"@semantic-release/git": "10.0.0", | ||
"@semantic-release/github": "8.0.1", | ||
"@semantic-release/npm": "8.0.2", | ||
"@semantic-release/git": "10.0.1", | ||
"@semantic-release/github": "8.0.2", | ||
"@semantic-release/npm": "8.0.3", | ||
"@semantic-release/release-notes-generator": "10.0.2", | ||
"semantic-release": "18.0.0", | ||
"@podium/podlet": "4.4.39", | ||
"@podium/podlet": "4.4.40", | ||
"@podium/test-utils": "2.4.1", | ||
@@ -61,0 +61,0 @@ "eslint": "7.32.0", |
61836