node-hot-loader
Advanced tools
Comparing version 1.17.7 to 1.17.8
@@ -0,1 +1,8 @@ | ||
## <small>1.17.8 (2020-01-12)</small> | ||
* Update deps ([c459c4d](https://github.com/vlazh/node-hot-loader/commit/c459c4d)) | ||
* Update deps and configs ([a3ad711](https://github.com/vlazh/node-hot-loader/commit/a3ad711)) | ||
## <small>1.17.7 (2019-12-07)</small> | ||
@@ -2,0 +9,0 @@ |
@@ -22,3 +22,3 @@ #!/usr/bin/env node | ||
const params = _yargs.default.config(options).usage('Usage: $0 [args]').help('help').alias('help', 'h').alias('help', '?').version("1.17.7").alias('version', 'v').options({ | ||
const params = _yargs.default.config(options).usage('Usage: $0 [args]').help('help').alias('help', 'h').alias('help', '?').version("1.17.8").alias('version', 'v').options({ | ||
config: { | ||
@@ -25,0 +25,0 @@ type: 'string', |
{ | ||
"name": "node-hot-loader", | ||
"version": "1.17.7", | ||
"version": "1.17.8", | ||
"description": "Hot module replacement for Node.js applications", | ||
@@ -55,26 +55,26 @@ "author": "Vladimir Zhukov", | ||
"dependencies": { | ||
"@babel/register": "^7.7.4", | ||
"@babel/register": "^7.8.0", | ||
"require-from-string": "^2.0.2", | ||
"source-map-support": "^0.5.16", | ||
"yargs": "^15.0.2" | ||
"yargs": "^15.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.7.5", | ||
"@babel/core": "^7.7.5", | ||
"@babel/plugin-proposal-class-properties": "^7.7.4", | ||
"@babel/preset-env": "^7.7.5", | ||
"@types/webpack-env": "^1.14.1", | ||
"@vzh/configs": "^3.41.1", | ||
"@babel/cli": "^7.8.0", | ||
"@babel/core": "^7.8.0", | ||
"@babel/plugin-proposal-class-properties": "^7.8.0", | ||
"@babel/preset-env": "^7.8.0", | ||
"@types/webpack-env": "^1.15.0", | ||
"@vzh/configs": "^3.42.1", | ||
"babel-eslint": "^10.0.3", | ||
"babel-plugin-transform-inline-environment-variables": "^0.4.3", | ||
"conventional-changelog-cli": "^2.0.28", | ||
"conventional-changelog-cli": "^2.0.31", | ||
"copyfiles": "^2.1.1", | ||
"eslint": "^6.7.2", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"eslint-config-prettier": "^6.9.0", | ||
"eslint-plugin-import": "^2.20.0", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"prettier": "^1.19.1", | ||
"rimraf": "^3.0.0", | ||
"webpack": "^4.41.2" | ||
"webpack": "^4.41.5" | ||
}, | ||
@@ -81,0 +81,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57119
Updated@babel/register@^7.8.0
Updatedyargs@^15.1.0