@gondel/plugin-hot
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.1.0](https://github.com/namics/gondel/compare/v1.0.0...v1.1.0) (2020-01-16) | ||
**Note:** Version bump only for package @gondel/plugin-hot | ||
# [1.0.0](https://github.com/namics/gondel/compare/v0.1.0...v1.0.0) (2019-11-28) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@gondel/plugin-hot", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Hot module reloading for Gondel component development", | ||
@@ -26,11 +26,11 @@ "bugs": "https://github.com/namics/gondel/issues", | ||
"devDependencies": { | ||
"@gondel/core": "^1.0.0", | ||
"@types/webpack-env": "1.14.0", | ||
"@gondel/core": "^1.1.0", | ||
"@types/webpack-env": "1.14.1", | ||
"npm-run-all": "4.1.5", | ||
"react": "16.9.0", | ||
"react-dom": "16.9.0", | ||
"react": "16.12.0", | ||
"react-dom": "16.12.0", | ||
"rimraf": "3.0.0", | ||
"typescript": "3.6.2" | ||
"typescript": "3.7.4" | ||
}, | ||
"gitHead": "45edacbe40d1307cf4a7471a85554dba385b144d" | ||
"gitHead": "f5265fead99d39b1b5fee5572e5216c1fcb0a34f" | ||
} |
6823