File tree Expand file tree Collapse file tree 3 files changed +460
-763
lines changed
Expand file tree Collapse file tree 3 files changed +460
-763
lines changed Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " npm" # See documentation for possible values
9+ directory : " /" # Location of package manifests
10+ schedule :
11+ interval : " daily"
Original file line number Diff line number Diff line change 1313 "dependencies" : {
1414 "gray-matter" : " ^4.0.3" ,
1515 "highlight.js" : " ^11.11.1" ,
16- "i18next" : " ^25.0.1 " ,
16+ "i18next" : " ^25.1.3 " ,
1717 "i18next-browser-languagedetector" : " ^8.1.0" ,
1818 "i18next-http-backend" : " ^3.0.2" ,
1919 "install" : " ^0.13.0" ,
3535 "remark-gfm" : " ^4.0.1" ,
3636 "remark-parse" : " ^11.0.0" ,
3737 "remark-rehype" : " ^11.1.2" ,
38- "shiki" : " ^3.3.0 " ,
38+ "shiki" : " ^3.4.2 " ,
3939 "unified" : " ^11.0.5" ,
4040 "yarn" : " ^1.22.22"
4141 },
4242 "devDependencies" : {
4343 "@eslint/eslintrc" : " ^3" ,
4444 "@tailwindcss/postcss" : " ^4" ,
45- "@types/node" : " ^20 " ,
45+ "@types/node" : " ^22 " ,
4646 "@types/react" : " ^19" ,
4747 "@types/react-dom" : " ^19" ,
4848 "eslint" : " ^9" ,
49- "eslint-config-next" : " 15.3.1 " ,
49+ "eslint-config-next" : " 15.3.2 " ,
5050 "tailwindcss" : " ^4" ,
5151 "typescript" : " ^5"
5252 }
You can’t perform that action at this time.
0 commit comments