diff --git a/community-templates/capacitor-vue-ts/package.json b/community-templates/capacitor-vue-ts/package.json index de4c0e2..2dcf737 100644 --- a/community-templates/capacitor-vue-ts/package.json +++ b/community-templates/capacitor-vue-ts/package.json @@ -48,7 +48,7 @@ "npm-run-all2": "^6.1.0", "prettier": "^3.0.0", "typescript": "~5.2.0", - "vite": "^4.4.0", + "vite": "^8.0.8", "vue-tsc": "^1.8.0" }, "engines": { diff --git a/community-templates/chrome-extension-starter/package.json b/community-templates/chrome-extension-starter/package.json index 08c606b..d4baba9 100644 --- a/community-templates/chrome-extension-starter/package.json +++ b/community-templates/chrome-extension-starter/package.json @@ -24,7 +24,7 @@ "eslint": "^8.51.0", "prettier": "^3.0.3", "typescript": "^5.2.2", - "vite": "^4.4.11" + "vite": "^8.0.8" }, "dependencies": { "react": "^18.2.0", diff --git a/community-templates/docker-nextjs-lowdb/package.json b/community-templates/docker-nextjs-lowdb/package.json index 61962a1..62b4020 100644 --- a/community-templates/docker-nextjs-lowdb/package.json +++ b/community-templates/docker-nextjs-lowdb/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "lowdb": "^6.0.1", - "next": "^14.0.0", + "next": "^16.2.4", "react": "^18.2.0", "react-dom": "^18.2.0", "cors": "^2.8.5", diff --git a/community-templates/electron-svelte-ts/package.json b/community-templates/electron-svelte-ts/package.json index f78aeb4..28ea03b 100644 --- a/community-templates/electron-svelte-ts/package.json +++ b/community-templates/electron-svelte-ts/package.json @@ -27,7 +27,7 @@ "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "concurrently": "^8.2.2", - "electron": "^28.1.0", + "electron": "^41.2.1", "electron-builder": "^24.9.1", "eslint": "^8.55.0", "eslint-plugin-svelte": "^2.35.1", @@ -37,7 +37,7 @@ "svelte-preprocess": "^5.1.3", "tslib": "^2.6.2", "typescript": "^5.3.3", - "vite": "^5.0.8" + "vite": "^8.0.8" }, "dependencies": { "autoprefixer": "^10.4.16", diff --git a/community-templates/firestore-integration/package.json b/community-templates/firestore-integration/package.json index a655eb5..1473106 100644 --- a/community-templates/firestore-integration/package.json +++ b/community-templates/firestore-integration/package.json @@ -15,7 +15,7 @@ "firebase": "^10.7.0" }, "devDependencies": { - "vite": "^5.0.8" + "vite": "^8.0.8" }, "keywords": ["firebase", "firestore", "oauth", "google", "realtime", "integration"], "author": "Codiner", diff --git a/community-templates/nestjs-api-ts/package.json b/community-templates/nestjs-api-ts/package.json index 0770e5f..a1d1e07 100644 --- a/community-templates/nestjs-api-ts/package.json +++ b/community-templates/nestjs-api-ts/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@nestjs/common": "^10.0.0", - "@nestjs/core": "^10.0.0", + "@nestjs/core": "^11.1.19", "@nestjs/platform-express": "^10.0.0", "@nestjs/config": "^3.0.0", "@nestjs/jwt": "^10.0.0", diff --git a/community-templates/nextjs-official/package.json b/community-templates/nextjs-official/package.json index af6d8e9..9b9d23b 100644 --- a/community-templates/nextjs-official/package.json +++ b/community-templates/nextjs-official/package.json @@ -15,7 +15,7 @@ "setup": "node scripts/install.js" }, "dependencies": { - "next": "^14.0.0", + "next": "^16.2.4", "react": "^18.2.0", "react-dom": "^18.2.0", "@radix-ui/react-slot": "^1.0.2", diff --git a/community-templates/portal-mini-store/package.json b/community-templates/portal-mini-store/package.json index f500c0e..00af0b5 100644 --- a/community-templates/portal-mini-store/package.json +++ b/community-templates/portal-mini-store/package.json @@ -22,7 +22,7 @@ "db:seed": "tsx src/lib/seed.ts" }, "dependencies": { - "next": "^14.0.0", + "next": "^16.2.4", "react": "^18.2.0", "react-dom": "^18.2.0", "@payloadcms/db-postgres": "^0.2.0", @@ -42,7 +42,7 @@ "tailwindcss-animate": "^1.0.7", "stripe": "^14.0.0", "@stripe/stripe-js": "^3.0.0", - "drizzle-orm": "^0.29.0", + "drizzle-orm": "^0.45.2", "postgres": "^3.4.0", "@neondatabase/serverless": "^0.7.0", "zod": "^3.22.0", diff --git a/community-templates/qwik-ts-tailwind/package.json b/community-templates/qwik-ts-tailwind/package.json index dd1e364..48e5268 100644 --- a/community-templates/qwik-ts-tailwind/package.json +++ b/community-templates/qwik-ts-tailwind/package.json @@ -33,7 +33,7 @@ "tailwindcss": "^3.4.0", "typescript": "^5.3.3", "undici": "^6.2.1", - "vite": "^5.0.8", + "vite": "^8.0.8", "vite-tsconfig-paths": "^4.2.2" }, "engines": { diff --git a/community-templates/react-official/package.json b/community-templates/react-official/package.json index 0a6838c..013bf49 100644 --- a/community-templates/react-official/package.json +++ b/community-templates/react-official/package.json @@ -56,7 +56,7 @@ "prettier": "^3.1.1", "tailwindcss": "^3.4.0", "typescript": "~5.3.3", - "vite": "^5.0.8" + "vite": "^8.0.8" }, "keywords": ["react", "vite", "shadcn", "tailwindcss", "typescript"], "author": "Codiner", diff --git a/community-templates/react-router-7/package.json b/community-templates/react-router-7/package.json index dcac91e..c5141e3 100644 --- a/community-templates/react-router-7/package.json +++ b/community-templates/react-router-7/package.json @@ -33,7 +33,7 @@ "prettier": "^3.0.3", "tailwindcss": "^3.3.5", "typescript": "~5.2.2", - "vite": "^4.4.11" + "vite": "^8.0.8" }, "keywords": ["react", "react-router", "typescript", "vite", "tailwindcss"], "author": "Codiner", diff --git a/community-templates/solidjs-ts-tailwind/package.json b/community-templates/solidjs-ts-tailwind/package.json index 2233390..bd6405d 100644 --- a/community-templates/solidjs-ts-tailwind/package.json +++ b/community-templates/solidjs-ts-tailwind/package.json @@ -21,7 +21,7 @@ "prettier": "^3.1.1", "tailwindcss": "^3.4.0", "typescript": "^5.3.3", - "vite": "^5.0.8", + "vite": "^8.0.8", "vite-plugin-solid": "^2.8.0" }, "keywords": ["solidjs", "typescript", "tailwindcss"], diff --git a/community-templates/sveltekit-ts-tailwind/package.json b/community-templates/sveltekit-ts-tailwind/package.json index badc43a..b12c181 100644 --- a/community-templates/sveltekit-ts-tailwind/package.json +++ b/community-templates/sveltekit-ts-tailwind/package.json @@ -31,7 +31,7 @@ "tailwindcss": "^3.4.0", "tslib": "^2.4.1", "typescript": "^5.0.0", - "vite": "^5.0.0" + "vite": "^8.0.8" }, "type": "module", "keywords": ["svelte", "sveltekit", "typescript", "tailwindcss"], diff --git a/community-templates/tauri-react-ts/package.json b/community-templates/tauri-react-ts/package.json index 1505d1c..ca09001 100644 --- a/community-templates/tauri-react-ts/package.json +++ b/community-templates/tauri-react-ts/package.json @@ -46,7 +46,7 @@ "prettier": "^3.1.1", "tailwindcss": "^3.4.0", "typescript": "^5.3.3", - "vite": "^5.0.8" + "vite": "^8.0.8" }, "engines": { "node": ">=18.0.0" diff --git a/community-templates/vue-ts-vite-tailwind/package.json b/community-templates/vue-ts-vite-tailwind/package.json index 308fba4..ab1b638 100644 --- a/community-templates/vue-ts-vite-tailwind/package.json +++ b/community-templates/vue-ts-vite-tailwind/package.json @@ -30,7 +30,7 @@ "prettier": "^3.0.3", "tailwindcss": "^3.3.5", "typescript": "~5.2.0", - "vite": "^4.4.11", + "vite": "^8.0.8", "vue-tsc": "^1.8.19" }, "keywords": ["vue", "vue3", "typescript", "vite", "tailwindcss"], diff --git a/packages/@codiner-sh/react-vite-component-tagger/package-lock.json b/packages/@codiner-sh/react-vite-component-tagger/package-lock.json index 02a7b18..7f339bb 100644 --- a/packages/@codiner-sh/react-vite-component-tagger/package-lock.json +++ b/packages/@codiner-sh/react-vite-component-tagger/package-lock.json @@ -1,13 +1,13 @@ { "name": "@codiner-sh/react-vite-component-tagger", - "version": "0.0.1", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@codiner-sh/react-vite-component-tagger", - "version": "0.0.1", - "license": "MIT", + "version": "0.8.0", + "license": "Apache-2.0", "dependencies": { "@babel/parser": "^7.23.0", "estree-walker": "^2.0.2", @@ -18,10 +18,10 @@ "eslint": "^8.52.0", "tsup": "^8.0.2", "typescript": "^5.2.2", - "vite": "^5.0.0" + "vite": "^6.4.2" }, "peerDependencies": { - "vite": "^3.0.0 || ^4.0.0 || ^5.0.0" + "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0" } }, "node_modules/@babel/helper-string-parser": { @@ -2263,9 +2263,9 @@ "license": "ISC" }, "node_modules/picomatch": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", - "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", "dev": true, "license": "MIT", "engines": { @@ -2987,21 +2987,24 @@ } }, "node_modules/vite": { - "version": "5.4.19", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.19.tgz", - "integrity": "sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz", + "integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==", "dev": true, "license": "MIT", "dependencies": { - "esbuild": "^0.21.3", - "postcss": "^8.4.43", - "rollup": "^4.20.0" + "esbuild": "^0.25.0", + "fdir": "^6.4.4", + "picomatch": "^4.0.2", + "postcss": "^8.5.3", + "rollup": "^4.34.9", + "tinyglobby": "^0.2.13" }, "bin": { "vite": "bin/vite.js" }, "engines": { - "node": "^18.0.0 || >=20.0.0" + "node": "^18.0.0 || ^20.0.0 || >=22.0.0" }, "funding": { "url": "https://github.com/vitejs/vite?sponsor=1" @@ -3010,19 +3013,25 @@ "fsevents": "~2.3.3" }, "peerDependencies": { - "@types/node": "^18.0.0 || >=20.0.0", + "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", + "jiti": ">=1.21.0", "less": "*", "lightningcss": "^1.21.0", "sass": "*", "sass-embedded": "*", "stylus": "*", "sugarss": "*", - "terser": "^5.4.0" + "terser": "^5.16.0", + "tsx": "^4.8.1", + "yaml": "^2.4.2" }, "peerDependenciesMeta": { "@types/node": { "optional": true }, + "jiti": { + "optional": true + }, "less": { "optional": true }, @@ -3043,439 +3052,15 @@ }, "terser": { "optional": true + }, + "tsx": { + "optional": true + }, + "yaml": { + "optional": true } } }, - "node_modules/vite/node_modules/@esbuild/aix-ppc64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", - "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/android-arm": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", - "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/android-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", - "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/android-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", - "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/darwin-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", - "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/darwin-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", - "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", - "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/freebsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", - "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-arm": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", - "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", - "cpu": [ - "arm" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", - "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-ia32": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", - "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-loong64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", - "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", - "cpu": [ - "loong64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-mips64el": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", - "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", - "cpu": [ - "mips64el" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-ppc64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", - "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", - "cpu": [ - "ppc64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-riscv64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", - "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", - "cpu": [ - "riscv64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-s390x": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", - "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", - "cpu": [ - "s390x" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", - "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/netbsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", - "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/openbsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", - "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/sunos-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", - "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/win32-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", - "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", - "cpu": [ - "arm64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/win32-ia32": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", - "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", - "cpu": [ - "ia32" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/win32-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", - "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/esbuild": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", - "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", - "dev": true, - "hasInstallScript": true, - "license": "MIT", - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=12" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.21.5", - "@esbuild/android-arm": "0.21.5", - "@esbuild/android-arm64": "0.21.5", - "@esbuild/android-x64": "0.21.5", - "@esbuild/darwin-arm64": "0.21.5", - "@esbuild/darwin-x64": "0.21.5", - "@esbuild/freebsd-arm64": "0.21.5", - "@esbuild/freebsd-x64": "0.21.5", - "@esbuild/linux-arm": "0.21.5", - "@esbuild/linux-arm64": "0.21.5", - "@esbuild/linux-ia32": "0.21.5", - "@esbuild/linux-loong64": "0.21.5", - "@esbuild/linux-mips64el": "0.21.5", - "@esbuild/linux-ppc64": "0.21.5", - "@esbuild/linux-riscv64": "0.21.5", - "@esbuild/linux-s390x": "0.21.5", - "@esbuild/linux-x64": "0.21.5", - "@esbuild/netbsd-x64": "0.21.5", - "@esbuild/openbsd-x64": "0.21.5", - "@esbuild/sunos-x64": "0.21.5", - "@esbuild/win32-arm64": "0.21.5", - "@esbuild/win32-ia32": "0.21.5", - "@esbuild/win32-x64": "0.21.5" - } - }, "node_modules/webidl-conversions": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", diff --git a/packages/@codiner-sh/react-vite-component-tagger/package.json b/packages/@codiner-sh/react-vite-component-tagger/package.json index 6bd9e30..be55a3a 100644 --- a/packages/@codiner-sh/react-vite-component-tagger/package.json +++ b/packages/@codiner-sh/react-vite-component-tagger/package.json @@ -36,7 +36,7 @@ "eslint": "^8.52.0", "tsup": "^8.0.2", "typescript": "^5.2.2", - "vite": "^5.0.0" + "vite": "^6.4.2" }, "publishConfig": { "access": "public"