-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from brightlayer-ui/dev
Publish @brightlayer-ui/[email protected]
- Loading branch information
Showing
4 changed files
with
447 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Changelog | ||
|
||
## v3.0.0 (January 14, 2022) | ||
|
||
### Changed | ||
|
||
- Updated all dependencies to latest available versions. (`[email protected]` `@typescript-eslint/[email protected]`, `[email protected]`) ([#50](https://github.com/brightlayer-ui/code-standards/issues/50)). | ||
- Removed duplicated `no-shadow` rule and only use the `@typescript-eslint/no-shadow` rule. ([#33](https://github.com/brightlayer-ui/code-standards/issues/33)). | ||
|
||
## v2.0.5 (October 19, 2021) | ||
|
||
### Changed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@brightlayer-ui/eslint-config", | ||
"version": "2.0.5", | ||
"version": "3.0.0", | ||
"description": "ESLint profile for Brightlayer UI", | ||
"author": "Brightlayer UI <[email protected]>", | ||
"main": "index.js", | ||
|
@@ -30,16 +30,16 @@ | |
"prettier": "prettier \"**/**.{ts,tsx,js,jsx,json,css,scss,html,md}\" --write" | ||
}, | ||
"peerDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.8.0", | ||
"eslint": ">= 5.0.0", | ||
"typescript": ">= 3.4.0" | ||
"@typescript-eslint/eslint-plugin": "^5.9.0", | ||
"eslint": ">= 8.6.0", | ||
"typescript": ">= 4.0.0" | ||
}, | ||
"dependencies": { | ||
"@typescript-eslint/parser": "^4.8.0", | ||
"eslint-config-prettier": ">= 6.3.0" | ||
"@typescript-eslint/parser": "^5.9.0", | ||
"eslint-config-prettier": ">= 8.0.0" | ||
}, | ||
"optionalDependencies": { | ||
"eslint-plugin-react": "^7.16.0" | ||
"eslint-plugin-react": "^7.28.0" | ||
}, | ||
"keywords": [ | ||
"eslint", | ||
|
@@ -50,7 +50,11 @@ | |
], | ||
"prettier": "@brightlayer-ui/prettier-config", | ||
"devDependencies": { | ||
"@brightlayer-ui/prettier-config": "latest", | ||
"prettier": "^2.2.1" | ||
"@brightlayer-ui/prettier-config": "^1.0.3", | ||
"@typescript-eslint/eslint-plugin": "^5.9.0", | ||
"eslint": ">= 8.6.0", | ||
"eslint-plugin-react": "^7.28.0", | ||
"prettier": "2.5.1", | ||
"typescript": ">= 4.0.0" | ||
} | ||
} |
Oops, something went wrong.