Skip to content

Commit 96351d9

Browse files
authored
Update dependencies in dependabot.yaml and package.json (#655)
1 parent 77e058a commit 96351d9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/dependabot.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,20 @@ updates:
1919
patterns:
2020
- '@chakra-ui*'
2121
- '@emotion*'
22+
- '@giscus*'
2223
- '@mdx-js*'
2324
- '@next*'
25+
- 'apexcharts'
2426
- 'd3'
2527
- 'date*'
28+
- 'framer*'
29+
- 'isomorphic*'
2630
- 'next*'
2731
- 'react*'
32+
- 'rehype*'
2833
- 'swr'
34+
dev-dependencies:
35+
patterns:
36+
- '@types/*'
37+
- 'eslint*'
38+
- 'playwright'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@next/mdx": "^14.0.3",
2929
"apexcharts": "3.45.2",
3030
"d3": "^7.8.5",
31-
"date-fns": "^2.30.0",
31+
"date-fns": "2.30.0",
3232
"date-fns-tz": "^2.0.0",
3333
"feed": "^4.2.2",
3434
"framer-motion": "^10.16.12",

0 commit comments

Comments
 (0)