Skip to content

Commit b502254

Browse files
fix(deps): update all non-major dependencies
1 parent 313c74b commit b502254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id-token: write # to enable use of OIDC for npm provenance
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424
token: ${{ secrets.RELEASE_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint": "^8.56.0",
4545
"eslint-config-airbnb": "19.0.4",
4646
"eslint-config-airbnb-typescript": "^17.0.0",
47-
"eslint-config-mantine": "3.1.0",
47+
"eslint-config-mantine": "3.2.0",
4848
"eslint-plugin-import": "^2.29.1",
4949
"eslint-plugin-jsx-a11y": "^6.8.0",
5050
"eslint-plugin-react": "^7.32.2",

0 commit comments

Comments
 (0)