source-map-loader
Advanced tools
Comparing version 4.0.2 to 5.0.0
{ | ||
"name": "source-map-loader", | ||
"version": "4.0.2", | ||
"version": "5.0.0", | ||
"description": "extracts inlined source map and offers it to webpack", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">= 14.15.0" | ||
"node": ">= 18.12.0" | ||
}, | ||
@@ -52,22 +52,22 @@ "scripts": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.23.0", | ||
"@babel/core": "^7.23.0", | ||
"@babel/preset-env": "^7.22.20", | ||
"@commitlint/cli": "^17.7.2", | ||
"@commitlint/config-conventional": "^16.2.4", | ||
"@babel/cli": "^7.23.4", | ||
"@babel/core": "^7.23.7", | ||
"@babel/preset-env": "^7.23.8", | ||
"@commitlint/cli": "^18.4.4", | ||
"@commitlint/config-conventional": "^18.4.4", | ||
"@webpack-contrib/eslint-config-webpack": "^3.0.0", | ||
"babel-jest": "^29.7.0", | ||
"cross-env": "^7.0.3", | ||
"cspell": "^6.31.3", | ||
"del": "^6.0.0", | ||
"del-cli": "^4.0.1", | ||
"cspell": "^8.3.2", | ||
"del": "^7.1.0", | ||
"del-cli": "^5.1.0", | ||
"eslint": "^8.50.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"husky": "^8.0.3", | ||
"jest": "^29.7.0", | ||
"lint-staged": "^13.3.0", | ||
"memfs": "^3.5.3", | ||
"lint-staged": "^15.2.0", | ||
"memfs": "^4.6.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.8.8", | ||
"prettier": "^3.2.2", | ||
"standard-version": "^9.5.0", | ||
@@ -74,0 +74,0 @@ "webpack": "^5.88.2" |
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
35896