We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313c74b commit b502254Copy full SHA for b502254
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
id-token: write # to enable use of OIDC for npm provenance
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
with:
23
fetch-depth: 0
24
token: ${{ secrets.RELEASE_TOKEN }}
package.json
@@ -44,7 +44,7 @@
44
"eslint": "^8.56.0",
45
"eslint-config-airbnb": "19.0.4",
46
"eslint-config-airbnb-typescript": "^17.0.0",
47
- "eslint-config-mantine": "3.1.0",
+ "eslint-config-mantine": "3.2.0",
48
"eslint-plugin-import": "^2.29.1",
49
"eslint-plugin-jsx-a11y": "^6.8.0",
50
"eslint-plugin-react": "^7.32.2",
0 commit comments