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

@@ -15,7 +15,7 @@
"./route-handler": "./src/keystatic-route-handler.ts"
},
"dependencies": {
"@keystatic/core": "0.5.24",
"@keystatic/core": "0.5.26",
"@keystatic/next": "^5.0.1",
"@markdoc/markdoc": "^0.4.0"
},