node-hot-loader
Advanced tools
Comparing version 1.17.8 to 1.17.9
@@ -0,1 +1,7 @@ | ||
## <small>1.17.9 (2020-04-04)</small> | ||
* Update deps ([5067e20](https://github.com/vlazh/node-hot-loader/commit/5067e20)) | ||
## <small>1.17.8 (2020-01-12)</small> | ||
@@ -2,0 +8,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.8").alias('version', 'v').options({ | ||
const params = _yargs.default.config(options).usage('Usage: $0 [args]').help('help').alias('help', 'h').alias('help', '?').version("1.17.9").alias('version', 'v').options({ | ||
config: { | ||
@@ -25,0 +25,0 @@ type: 'string', |
{ | ||
"name": "node-hot-loader", | ||
"version": "1.17.8", | ||
"version": "1.17.9", | ||
"description": "Hot module replacement for Node.js applications", | ||
@@ -55,26 +55,26 @@ "author": "Vladimir Zhukov", | ||
"dependencies": { | ||
"@babel/register": "^7.8.0", | ||
"@babel/register": "^7.9.0", | ||
"require-from-string": "^2.0.2", | ||
"source-map-support": "^0.5.16", | ||
"yargs": "^15.1.0" | ||
"yargs": "^15.3.1" | ||
}, | ||
"devDependencies": { | ||
"@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/cli": "^7.8.4", | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/preset-env": "^7.9.0", | ||
"@types/webpack-env": "^1.15.1", | ||
"@vzh/configs": "^3.46.0", | ||
"babel-eslint": "^10.1.0", | ||
"babel-plugin-transform-inline-environment-variables": "^0.4.3", | ||
"conventional-changelog-cli": "^2.0.31", | ||
"copyfiles": "^2.1.1", | ||
"copyfiles": "^2.2.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-config-prettier": "^6.9.0", | ||
"eslint-plugin-import": "^2.20.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-config-prettier": "^6.10.1", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"prettier": "^1.19.1", | ||
"rimraf": "^3.0.0", | ||
"webpack": "^4.41.5" | ||
"prettier": "^2.0.2", | ||
"rimraf": "^3.0.2", | ||
"webpack": "^4.42.1" | ||
}, | ||
@@ -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
57244
Updated@babel/register@^7.9.0
Updatedyargs@^15.3.1