Skip to content

Commit 714ea17

Browse files
authored
Merge pull request #155 from mrkpatchaa/renovate/all-minorpatch-npm-dependencies
fix(deps): update all minor/patch npm dependencies
2 parents 8bd0b30 + d4ccaa9 commit 714ea17

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dotenv": "^17.2.3",
2424
"glob": "^11.0.3",
2525
"gray-matter": "4.0.3",
26-
"next": "16.0.1",
26+
"next": "16.0.3",
2727
"node-fetch": "^3.3.2",
2828
"prismjs": "^1.30.0",
2929
"react": "19.2.0",
@@ -36,14 +36,14 @@
3636
},
3737
"devDependencies": {
3838
"@eslint/eslintrc": "3.3.1",
39-
"@eslint/js": "9.38.0",
39+
"@eslint/js": "9.39.1",
4040
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
41-
"@types/node": "24.9.2",
42-
"@types/react": "19.2.2",
43-
"@types/react-dom": "19.2.2",
44-
"@typescript-eslint/eslint-plugin": "8.46.2",
45-
"eslint": "9.38.0",
46-
"eslint-config-next": "16.0.1",
41+
"@types/node": "24.10.1",
42+
"@types/react": "19.2.5",
43+
"@types/react-dom": "19.2.3",
44+
"@typescript-eslint/eslint-plugin": "8.46.4",
45+
"eslint": "9.39.1",
46+
"eslint-config-next": "16.0.3",
4747
"eslint-config-prettier": "10.1.8",
4848
"eslint-plugin-prettier": "5.5.4",
4949
"eslint-plugin-tailwindcss": "3.18.2",
@@ -52,7 +52,7 @@
5252
"prettier-plugin-tailwindcss": "0.7.1"
5353
},
5454
"overrides": {
55-
"@types/react": "19.2.2",
56-
"@types/react-dom": "19.2.2"
55+
"@types/react": "19.2.5",
56+
"@types/react-dom": "19.2.3"
5757
}
5858
}

0 commit comments

Comments
 (0)