We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25b49c3 + 2ce1488 commit 9354b8bCopy full SHA for 9354b8b
.github/workflows/publish-and-deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup Node.js
30
uses: actions/setup-node@v4
31
with:
32
- node-version: '22'
+ node-version: '22.8'
33
cache: yarn
34
- name: Restore cache
35
uses: actions/cache@v4
package.json
@@ -106,8 +106,8 @@
106
"webpack": "^5.94.0"
107
},
108
"peerDependencies": {
109
- "@mantine/core": ">=7",
110
- "@mantine/hooks": ">=7",
+ "@mantine/core": ">=7.12",
+ "@mantine/hooks": ">=7.12",
111
"clsx": ">=2",
112
"react": ">=18.2"
113
}
0 commit comments