Skip to content

Commit 20c5322

Browse files
Update auto (#442)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 7ad4b7f commit 20c5322

File tree

5 files changed

+340
-130
lines changed

5 files changed

+340
-130
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
yarn install --frozen-lockfile
1818
yarn run format
1919
- name: Commit changes
20-
uses: stefanzweifel/git-auto-commit-action@v4.1.2
20+
uses: stefanzweifel/git-auto-commit-action@v4.14.1
2121
with:
2222
commit_message: Apply formatting changes
2323
branch: ${{ github.head_ref }}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"access": "public"
3535
},
3636
"devDependencies": {
37-
"@auto-it/all-contributors": "10.18.3",
38-
"@auto-it/first-time-contributor": "10.18.3",
39-
"@auto-it/released": "10.18.3",
40-
"auto": "10.18.3",
37+
"@auto-it/all-contributors": "10.36.5",
38+
"@auto-it/first-time-contributor": "10.36.5",
39+
"@auto-it/released": "10.36.5",
40+
"auto": "10.36.5",
4141
"change-case": "4.1.1",
4242
"copy-template-dir": "1.4.0",
4343
"lerna": "4.0.0",

packages/svg-icon-builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"svgo": "1.3.2"
4747
},
4848
"devDependencies": {
49-
"@auto-it/jira": "10.18.3",
50-
"@auto-it/slack": "10.18.3",
49+
"@auto-it/jira": "10.36.5",
50+
"@auto-it/slack": "10.36.5",
5151
"@design-systems/cli": "link:../cli",
5252
"@types/change-case": "2.3.1",
5353
"@types/fs-extra": "9.0.1",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@testing-library/react-hooks": "1.1.0",
4747
"@types/classnames": "2.2.11",
4848
"@types/react-dom": "16.9.0",
49-
"auto": "10.18.3",
49+
"auto": "10.36.5",
5050
"husky": "3.0.1",
5151
"lint-staged": "9.2.1",
5252
"prettier": "1.19.1",

0 commit comments

Comments
 (0)