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:
Ivan Vasilov
2025-01-03 13:25:00 +01:00
committed by GitHub
parent a069a1e836
commit 06aa80e9f0
21 changed files with 829 additions and 1601 deletions

View File

@@ -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"
},