@storis/prettier-config
Advanced tools
Comparing version 0.0.2 to 1.0.0
@@ -10,2 +10,10 @@ # Changelog | ||
## [1.0.0] - 2022-05-13 | ||
This release changes the version to 1.0.0 only so it can more easily align with semantic versioning in the future. It does not contain any breaking changes. | ||
### Added | ||
- Update engines to indicate Node 18 support ([#75](https://github.com/STORIS/prettier-config/pull/75)) | ||
## [0.0.2] - 2022-01-19 | ||
@@ -21,4 +29,5 @@ | ||
[unreleased]: https://github.com/storis/prettier-config/compare/0.0.1...HEAD | ||
[unreleased]: https://github.com/storis/prettier-config/compare/1.0.0...HEAD | ||
[1.0.0]: https://github.com/storis/prettier-config/compare/0.0.2...1.0.0 | ||
[0.0.2]: https://github.com/storis/prettier-config/compare/0.0.1...0.0.2 | ||
[0.0.1]: https://github.com/storis/prettier-config/releases/tag/0.0.1 |
{ | ||
"name": "@storis/prettier-config", | ||
"version": "0.0.2", | ||
"version": "1.0.0", | ||
"description": "STORIS prettier configuration", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"engines": { | ||
"node": "^16.0.0" | ||
"node": "^16.0.0 || ^18.0.0" | ||
}, | ||
@@ -39,20 +39,20 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@storis/eslint-config": "0.0.9", | ||
"@storis/tsconfig": "0.0.2", | ||
"@typescript-eslint/eslint-plugin": "5.10.0", | ||
"@typescript-eslint/parser": "5.10.0", | ||
"eslint": "8.7.0", | ||
"@storis/eslint-config": "3.2.0", | ||
"@storis/tsconfig": "1.0.0", | ||
"@typescript-eslint/eslint-plugin": "5.23.0", | ||
"@typescript-eslint/parser": "5.23.0", | ||
"eslint": "8.15.0", | ||
"eslint-config-airbnb": "19.0.4", | ||
"eslint-config-airbnb-typescript": "16.1.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-config-airbnb-typescript": "17.0.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-import-resolver-babel-module": "5.3.1", | ||
"eslint-plugin-import": "2.25.4", | ||
"eslint-plugin-jest": "25.7.0", | ||
"husky": "7.0.4", | ||
"jest": "27.4.7", | ||
"lint-staged": "12.2.1", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-jest": "26.1.5", | ||
"husky": "8.0.1", | ||
"jest": "28.1.0", | ||
"lint-staged": "12.4.1", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.5.1", | ||
"typescript": "4.5.4" | ||
"prettier": "2.6.2", | ||
"typescript": "4.6.4" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5111
0