Skip to content

Commit e091507

Browse files
committed
Merge branch 'main' into dev
2 parents f12f24e + 3e94206 commit e091507

File tree

3 files changed

+460
-763
lines changed

3 files changed

+460
-763
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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",
@@ -35,18 +35,18 @@
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
}

0 commit comments

Comments
 (0)