Skip to content

Commit e84f640

Browse files
committed
fix: updated Next.JS
1 parent 86a4552 commit e84f640

File tree

2 files changed

+441
-442
lines changed

2 files changed

+441
-442
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,26 @@
3030
"bootstrap": "^5.3.8",
3131
"gray-matter": "^4.0.3",
3232
"marked": "^16.4.2",
33-
"next": "15.5.4",
34-
"react": "^19.2.0",
35-
"react-dom": "^19.2.0",
36-
"sass": "^1.94.0"
33+
"next": "15.5.7",
34+
"react": "^19.2.1",
35+
"react-dom": "^19.2.1",
36+
"sass": "^1.94.2"
3737
},
3838
"devDependencies": {
39-
"@commitlint/cli": "^20.1.0",
40-
"@commitlint/config-conventional": "^20.0.0",
41-
"@commitlint/types": "^20.0.0",
39+
"@commitlint/cli": "^20.2.0",
40+
"@commitlint/config-conventional": "^20.2.0",
41+
"@commitlint/types": "^20.2.0",
4242
"@eslint/js": "^9.39.1",
4343
"@next/eslint-plugin-next": "15.5.4",
44-
"@playwright/test": "^1.56.1",
44+
"@playwright/test": "^1.57.0",
4545
"@testing-library/jest-dom": "^6.9.1",
4646
"@testing-library/react": "^16.3.0",
4747
"@testing-library/user-event": "^14.6.1",
4848
"@types/node": "^20.19.25",
49-
"@types/react": "^19.2.5",
49+
"@types/react": "^19.2.7",
5050
"@types/react-dom": "^19.2.3",
51-
"@typescript-eslint/eslint-plugin": "^8.46.4",
52-
"@typescript-eslint/parser": "^8.46.4",
51+
"@typescript-eslint/eslint-plugin": "^8.48.1",
52+
"@typescript-eslint/parser": "^8.48.1",
5353
"@vitejs/plugin-react": "^5.1.1",
5454
"@vitest/coverage-v8": "3.2.4",
5555
"conventional-changelog-atom": "^5.0.0",
@@ -59,9 +59,9 @@
5959
"globals": "^15.15.0",
6060
"husky": "^9.1.7",
6161
"jsdom": "^27.2.0",
62-
"lint-staged": "^16.2.6",
62+
"lint-staged": "^16.2.7",
6363
"postcss": "^8.5.6",
64-
"prettier": "^3.6.2",
64+
"prettier": "^3.7.4",
6565
"tailwindcss": "^3.4.18",
6666
"typescript": "^5.9.3",
6767
"vitest": "^3.2.4"

0 commit comments

Comments
 (0)