Skip to content

Commit

Permalink
chore(lerna): fix releases
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Sep 20, 2023
1 parent fa8d3cd commit 88a54fa
Show file tree
Hide file tree
Showing 6 changed files with 2,330 additions and 3,940 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"version": {
"allowBranch": "master",
"conventionalCommits": true,
"createRelease": "github",
"message": "chore(release): publish",
"ignoreChanges": ["**/*.md"]
},
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"lerna": "^3",
"lint-staged": "^10.2.6",
"prettier": "^2.5.1"
"lerna": "^7.3.0",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3"
},
"workspaces": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@babel/core": "^7.22.20",
"@babel/eslint-parser": "^7.22.15",
"@rushstack/eslint-patch": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.1",
"eslint-config-next": "^12.0.8",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint-config-next": "^13.5.2",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"dependencies": {
"stylelint-a11y": "^1.2.3",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0"
"stylelint-config-standard": "^34.0.0"
}
}
Loading

0 comments on commit 88a54fa

Please sign in to comment.