This commit updates the package version of 'next' from 14.3.0-canary.7 to 14.3.0-canary.9 throughout the pnpm-lock.yaml file. Other dependencies updated with the respective package include '@makerkit/data-loader-supabase-nextjs', '@keystatic/next' and so on. This update is important to ensure the latest features are being utilized while retaining compatibility with existing code.
63 lines
2.1 KiB
JSON
63 lines
2.1 KiB
JSON
{
|
|
"name": "next-supabase-saas-kit-turbo",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"engines": {
|
|
"node": ">=v18.17.1"
|
|
},
|
|
"author": {
|
|
"url": "https://makerkit.dev",
|
|
"name": "MakerKit"
|
|
},
|
|
"scripts": {
|
|
"build": "turbo build --cache-dir=.turbo",
|
|
"clean": "git clean -xdf node_modules dist .next",
|
|
"clean:workspaces": "turbo clean",
|
|
"dev": "cross-env FORCE_COLOR=1 turbo dev --parallel",
|
|
"dev:web": "turbo dev --parallel",
|
|
"format": "turbo format --cache-dir=.turbo --continue -- --cache --cache-location='node_modules/.cache/.prettiercache' --ignore-path='../../.gitignore'",
|
|
"format:fix": "turbo format --cache-dir=.turbo --continue -- --write --cache --cache-location='node_modules/.cache/.prettiercache' --ignore-path='../../.gitignore'",
|
|
"lint": "turbo lint --cache-dir=.turbo --continue -- --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg check",
|
|
"lint:fix": "turbo lint --cache-dir=.turbo --continue -- --fix --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg fix",
|
|
"typecheck": "turbo typecheck --cache-dir=.turbo",
|
|
"test": "turbo test --cache-dir=.turbo",
|
|
"update": "pnpm update -r",
|
|
"supabase:web:start": "pnpm --filter web supabase:start",
|
|
"supabase:web:stop": "pnpm --filter web supabase:stop",
|
|
"supabase:web:typegen": "pnpm --filter web supabase:typegen",
|
|
"supabase:web:reset": "pnpm --filter web supabase:reset",
|
|
"stripe:listen": "pnpm --filter '@kit/stripe' start"
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"packageManager": "pnpm@8.15.5",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/**",
|
|
"tooling/*"
|
|
],
|
|
"dependencies": {
|
|
"@manypkg/cli": "^0.21.4",
|
|
"@turbo/gen": "^1.13.2",
|
|
"cross-env": "^7.0.3",
|
|
"pnpm": "^8.15.7",
|
|
"prettier": "^3.2.5",
|
|
"turbo": "^1.13.2",
|
|
"typescript": "^5.4.5",
|
|
"yarn": "^1.22.22"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"next": "14.3.0-canary.9",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"iOS >= 9",
|
|
"Android >= 4.4",
|
|
"last 2 versions",
|
|
"> 0.2%",
|
|
"not dead"
|
|
]
|
|
}
|