Comparing version 7.4.2 to 7.4.3
# node-dev | ||
## v7.4.3 / 2022-04-17 | ||
- [`loaders`] Pass on unsupported extension errors when format is not `builtin` or `commonjs` (@bjornstar) | ||
- [`devDependencies`] Update most devDependencies to their latest versions (@bjornstar) | ||
- [`dependencies`] Update `minimist`, `resolve` & `semver` (@bjornstar) | ||
## v7.4.2 / 2022-03-29 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "node-dev", | ||
"version": "7.4.2", | ||
"version": "7.4.3", | ||
"description": "Restarts your app when files are modified", | ||
@@ -39,19 +39,19 @@ "keywords": [ | ||
"get-package-type": "^0.1.0", | ||
"minimist": "^1.2.5", | ||
"minimist": "^1.2.6", | ||
"node-notifier": "^8.0.1", | ||
"resolve": "^1.0.0", | ||
"semver": "^7.3.5" | ||
"resolve": "^1.22.0", | ||
"semver": "^7.3.7" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^16.11.3", | ||
"eslint": "^8.10.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"@types/node": "^17.0.24", | ||
"eslint": "^8.13.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"husky": "^7.0.4", | ||
"lint-staged": "^11.2.3", | ||
"prettier": "^2.2.1", | ||
"tap": "^15.1.6", | ||
"lint-staged": "^12.3.8", | ||
"prettier": "^2.6.2", | ||
"tap": "^16.0.1", | ||
"tap-xunit": "^2.4.1", | ||
"touch": "^3.1.0", | ||
"ts-node": "^10.3.1", | ||
"typescript": "^4.1.5" | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.6.3" | ||
}, | ||
@@ -58,0 +58,0 @@ "lint-staged": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
39765
512
Updatedminimist@^1.2.6
Updatedresolve@^1.22.0
Updatedsemver@^7.3.7