chore: Bump next to non-vulnerable version (#31277)
* Add next to pnpm catalog and use that next version from all apps and packages. * Remove vite direct dependency. * Set the @types/node to version 20. * Stabilize supports-color by adding it in the main package.json. This will make it appear in all packages that have it as optional. * Use built-in matchers for vitest in @testing-library/jest-dom. * Add libpg-query as a dependency to docs. * Remove nextjs-node-loader for the built-in external packages feature on nextjs. * Clean up extra comment.
This commit is contained in:
@@ -38,12 +38,14 @@
|
||||
"api:codegen": "cd packages/api-types && pnpm run codegen"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "catalog:",
|
||||
"eslint": "^8.57.0",
|
||||
"prettier": "3.2.4",
|
||||
"prettier-plugin-sql-cst": "^0.11.0",
|
||||
"rimraf": "^6.0.0",
|
||||
"sass": "^1.72.0",
|
||||
"supabase": "^1.151.1",
|
||||
"supports-color": "^8.0.0",
|
||||
"turbo": "2.0.4",
|
||||
"typescript": "~5.5.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user