We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e058a commit 96351d9Copy full SHA for 96351d9
.github/dependabot.yaml
@@ -19,10 +19,20 @@ updates:
19
patterns:
20
- '@chakra-ui*'
21
- '@emotion*'
22
+ - '@giscus*'
23
- '@mdx-js*'
24
- '@next*'
25
+ - 'apexcharts'
26
- 'd3'
27
- 'date*'
28
+ - 'framer*'
29
+ - 'isomorphic*'
30
- 'next*'
31
- 'react*'
32
+ - 'rehype*'
33
- 'swr'
34
+ dev-dependencies:
35
+ patterns:
36
+ - '@types/*'
37
+ - 'eslint*'
38
+ - 'playwright'
package.json
@@ -28,7 +28,7 @@
"@next/mdx": "^14.0.3",
"apexcharts": "3.45.2",
"d3": "^7.8.5",
- "date-fns": "^2.30.0",
+ "date-fns": "2.30.0",
"date-fns-tz": "^2.0.0",
"feed": "^4.2.2",
"framer-motion": "^10.16.12",
0 commit comments