From 3e2fd84287ef1c87af9443da7981cf077b72ecc8 Mon Sep 17 00:00:00 2001 From: M-Gabrielly Date: Wed, 1 Oct 2025 18:21:54 -0300 Subject: [PATCH] chore: update package dependencies and types --- susconecta/next-env.d.ts | 3 ++- susconecta/package-lock.json | 28 +++++++++++++++++++++++++++- susconecta/package.json | 5 ++++- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/susconecta/next-env.d.ts b/susconecta/next-env.d.ts index 40c3d68..830fb59 100644 --- a/susconecta/next-env.d.ts +++ b/susconecta/next-env.d.ts @@ -1,5 +1,6 @@ /// /// +/// // NOTE: This file should not be edited -// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. +// see https://nextjs.org/docs/app/api-reference/config/typescript for more information. diff --git a/susconecta/package-lock.json b/susconecta/package-lock.json index a8798d2..1fe2dc8 100644 --- a/susconecta/package-lock.json +++ b/susconecta/package-lock.json @@ -68,6 +68,7 @@ "zod": "3.25.67" }, "devDependencies": { + "@eslint/js": "^9.36.0", "@tailwindcss/postcss": "^4.1.9", "@types/node": "^22", "@types/react": "^18", @@ -82,7 +83,8 @@ "postcss": "^8.5", "tailwindcss": "^4.1.9", "tw-animate-css": "1.3.3", - "typescript": "^5" + "typescript": "^5", + "typescript-eslint": "^8.45.0" } }, "node_modules/@alloc/quick-lru": { @@ -9039,6 +9041,30 @@ "node": ">=14.17" } }, + "node_modules/typescript-eslint": { + "version": "8.45.0", + "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.45.0.tgz", + "integrity": "sha512-qzDmZw/Z5beNLUrXfd0HIW6MzIaAV5WNDxmMs9/3ojGOpYavofgNAAD/nC6tGV2PczIi0iw8vot2eAe/sBn7zg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/eslint-plugin": "8.45.0", + "@typescript-eslint/parser": "8.45.0", + "@typescript-eslint/typescript-estree": "8.45.0", + "@typescript-eslint/utils": "8.45.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0", + "typescript": ">=4.8.4 <6.0.0" + } + }, "node_modules/unbox-primitive": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz", diff --git a/susconecta/package.json b/susconecta/package.json index 777066c..d0eacfd 100644 --- a/susconecta/package.json +++ b/susconecta/package.json @@ -2,6 +2,7 @@ "name": "my-v0-project", "version": "0.1.0", "private": true, + "type": "module", "scripts": { "build": "next build", "dev": "next dev", @@ -69,6 +70,7 @@ "zod": "3.25.67" }, "devDependencies": { + "@eslint/js": "^9.36.0", "@tailwindcss/postcss": "^4.1.9", "@types/node": "^22", "@types/react": "^18", @@ -83,6 +85,7 @@ "postcss": "^8.5", "tailwindcss": "^4.1.9", "tw-animate-css": "1.3.3", - "typescript": "^5" + "typescript": "^5", + "typescript-eslint": "^8.45.0" } }