chore: update package versions and configurations (#382)
- Bumped application version from 2.17.0 to 2.17.1 in package.json. - Updated Node.js engine requirement from >=v18.18.0 to >=20.10.0. - Upgraded Supabase dependency from 2.47.2 to 2.48.3 in both package.json and pnpm-lock.yaml. - Updated schema-utils from 4.3.2 to 4.3.3 in pnpm-lock.yaml. - Changed major version in Supabase configuration from 15 to 17.
This commit is contained in:
committed by
GitHub
parent
67a60ef385
commit
195cf41680
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "next-supabase-saas-kit-turbo",
|
||||
"version": "2.17.0",
|
||||
"version": "2.17.1",
|
||||
"private": true,
|
||||
"sideEffects": false,
|
||||
"engines": {
|
||||
"node": ">=v18.18.0"
|
||||
"node": ">=20.10.0"
|
||||
},
|
||||
"author": {
|
||||
"url": "https://makerkit.dev",
|
||||
|
||||
Reference in New Issue
Block a user