- Bumped versions of several packages across the codebase, including: - Updated `@supabase/supabase-js` from `2.51.0` to `2.52.0` - Incremented `next` from `15.4.1` to `15.4.2` - Updated `@types/node` from `^24.0.13` to `^24.0.15` - Upgraded `ai` from `4.3.18` to `4.3.19` - Updated `@next/bundle-analyzer` from `15.4.1` to `15.4.2` - Incremented `@next/eslint-plugin-next` from `15.4.1` to `15.4.2` - Bumped `eslint-config-next` from `15.3.5` to `15.4.2` - Updated `@kit/prettier-config` and other related packages for consistency and compatibility improvements.
42 lines
1011 B
JSON
42 lines
1011 B
JSON
{
|
|
"name": "@kit/keystatic",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"clean": "git clean -xdf .turbo node_modules",
|
|
"format": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./renderer": "./src/content-renderer.tsx",
|
|
"./admin": "./src/keystatic-admin.tsx",
|
|
"./route-handler": "./src/keystatic-route-handler.ts"
|
|
},
|
|
"dependencies": {
|
|
"@keystatic/core": "0.5.47",
|
|
"@keystatic/next": "^5.0.4",
|
|
"@markdoc/markdoc": "^0.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/cms-types": "workspace:*",
|
|
"@kit/eslint-config": "workspace:*",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@kit/ui": "workspace:*",
|
|
"@types/node": "^24.0.15",
|
|
"@types/react": "19.1.8",
|
|
"react": "19.1.0",
|
|
"zod": "^3.25.74"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|