chore(deps): update next to 15.2.4 and eslint to 9.23.0

This commit is contained in:
Mathias Schopmans
2025-03-26 10:07:43 +01:00
parent 3fd8287965
commit 375eea2bdd
3 changed files with 404 additions and 343 deletions

1
.gitignore vendored
View File

@@ -22,6 +22,7 @@
# misc # misc
.DS_Store .DS_Store
.idea/
*.pem *.pem
*.tgz *.tgz

740
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,8 +23,8 @@
"@types/react": "^19", "@types/react": "^19",
"@types/react-dom": "^19", "@types/react-dom": "^19",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"eslint": "^9.22.0", "eslint": "^9.23.0",
"eslint-config-next": "15.2.2", "eslint-config-next": "15.2.4",
"fuse.js": "^7.1.0", "fuse.js": "^7.1.0",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
@@ -32,7 +32,7 @@
"lint-staged": "^15.5.0", "lint-staged": "^15.5.0",
"marked": "^15.0.7", "marked": "^15.0.7",
"marked-highlight": "^2.2.1", "marked-highlight": "^2.2.1",
"next": "15.2.2", "next": "15.2.4",
"postcss-nested": "^7.0.2", "postcss-nested": "^7.0.2",
"postcss-preset-env": "^10.1.5", "postcss-preset-env": "^10.1.5",
"prettier": "^3.5.3", "prettier": "^3.5.3",