-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Геннадий Иванов
committed
Dec 6, 2023
1 parent
031aaa0
commit 6a2e1eb
Showing
9 changed files
with
18,167 additions
and
10,472 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
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,7 +1,4 @@ | ||
{ | ||
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "independent", | ||
"ignoreChanges": ["*.md"], | ||
"loglevel": "verbose", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -3,6 +3,9 @@ | |
"version": "0.0.0", | ||
"description": "Holy grail of Salute Team configs", | ||
"private": true, | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"scripts": { | ||
"release": "auto shipit", | ||
"postinstall": "husky install" | ||
|
@@ -14,15 +17,15 @@ | |
"author": "Salute Frontend Team <[email protected]>", | ||
"homepage": "https://github.com/salute-developers/grail#readme", | ||
"devDependencies": { | ||
"@auto-it/conventional-commits": "10.37.1", | ||
"@auto-it/npm": "10.37.1", | ||
"@commitlint/cli": "17.0.2", | ||
"@commitlint/config-conventional": "17.0.2", | ||
"auto": "10.37.1", | ||
"husky": "8.0.1", | ||
"lerna": "5.0.0", | ||
"lint-staged": "10.5.4", | ||
"prettier": "2.6.2", | ||
"@auto-it/conventional-commits": "11.0.4", | ||
"@auto-it/npm": "11.0.4", | ||
"@commitlint/cli": "18.4.3", | ||
"@commitlint/config-conventional": "18.4.3", | ||
"auto": "11.0.4", | ||
"husky": "8.0.3", | ||
"lerna": "8.0.0", | ||
"lint-staged": "15.2.0", | ||
"prettier": "3.1.0", | ||
"pretty-quick": "3.1.3" | ||
}, | ||
"auto": { | ||
|
Oops, something went wrong.