eslint-config-openlayers
Advanced tools
Comparing version 15.1.0 to 16.0.0
{ | ||
"name": "eslint-config-openlayers", | ||
"version": "15.1.0", | ||
"version": "16.0.0", | ||
"description": "ESLint configuration for OpenLayers", | ||
@@ -28,4 +28,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^7.29.0", | ||
"eslint-plugin-react": "^7.13.0", | ||
"eslint": "^8.0.0", | ||
"eslint-plugin-react": "^7.26.1", | ||
"prop-types": "^15.7.2", | ||
@@ -35,13 +35,10 @@ "react": "^16.8.6", | ||
}, | ||
"peerDependencies": { | ||
"eslint": ">=7" | ||
}, | ||
"dependencies": { | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-jsdoc": "^35.4.0", | ||
"eslint-plugin-import": "^2.25.1", | ||
"eslint-plugin-jsdoc": "^36.1.1", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0", | ||
"prettier": "^2.3.1" | ||
"prettier": "^2.4.1" | ||
} | ||
} |
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
6
10846
+ Added@es-joy/jsdoccomment@0.10.8(transitive)
+ Addedcomment-parser@1.2.4(transitive)
+ Addedeslint-plugin-jsdoc@36.1.1(transitive)
+ Addedjsdoc-type-pratt-parser@1.1.1(transitive)
- Removed@es-joy/jsdoccomment@0.9.0-alpha.1(transitive)
- Removedcomment-parser@1.1.6-beta.0(transitive)
- Removedeslint-plugin-jsdoc@35.5.1(transitive)
- Removedjsdoc-type-pratt-parser@1.0.4(transitive)
Updatedeslint-plugin-import@^2.25.1
Updatedeslint-plugin-jsdoc@^36.1.1
Updatedprettier@^2.4.1