Update package dependencies

Updated several package dependencies to their latest versions, improving the general robustness and bringing in the latest features and fixes. This includes the '@typescript-eslint' related packages, '@keystatic/core', and '@sentry/nextjs'.
This commit is contained in:
gbuomprisco
2024-07-04 21:04:43 +08:00
parent fe8dfd0bea
commit c5a50fa6c7
4 changed files with 190 additions and 177 deletions

View File

@@ -16,8 +16,8 @@
"@next/eslint-plugin-next": "^14.2.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.6",
"eslint-plugin-import": "^2.29.1",