diff --git a/apps/currencia/package.json b/apps/currencia/package.json index 57385f5..ed9fc9a 100644 --- a/apps/currencia/package.json +++ b/apps/currencia/package.json @@ -22,29 +22,29 @@ }, "devDependencies": { "@hrcd/eslint-config": "^2.1.1", - "@iconify-json/lucide": "^1.2.20", + "@iconify-json/lucide": "^1.2.22", "@nuxt/fonts": "^0.10.3", - "@nuxt/image": "^1.8.1", + "@nuxt/image": "^1.9.0", "@nuxt/scripts": "^0.9.5", "@nuxt/ui": "^2.20.0", - "@prisma/client": "^6.1.0", + "@prisma/client": "^6.2.1", "apexcharts": "^4.3.0", - "@vueuse/core": "^12.2.0", - "@vueuse/nuxt": "^12.2.0", + "@vueuse/core": "^12.3.0", + "@vueuse/nuxt": "^12.3.0", "dayjs": "^1.11.13", "dayjs-nuxt": "^2.1.11", "eslint": "^9.17.0", - "nuxt": "3.15.0", + "nuxt": "3.15.1", "nuxt-auth-utils": "^0.5.7", "nuxt-build-cache": "^0.1.1", - "prisma": "^6.1.0", + "prisma": "^6.2.1", "resend": "^4.0.1", "vue-sonner": "^1.3.0", "vue3-apexcharts": "^1.8.0", "zod": "^3.24.1", - "@shelve/cli": "^2.11.0" + "@shelve/cli": "^2.12.0" }, "dependencies": { - "@number-flow/vue": "^0.3.4" + "@number-flow/vue": "^0.4.1" } } diff --git a/bun.lockb b/bun.lockb index aacab0d..d492007 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d329f90..fd3e953 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@hrcd/eslint-config": "^2.1.1", - "@shelve/cli": "^2.11.0", + "@shelve/cli": "^2.12.0", "eslint": "^9.17.0", "turbo": "^2.3.3" }, diff --git a/packages/cryptos/package.json b/packages/cryptos/package.json index f1bc170..8a29bb0 100644 --- a/packages/cryptos/package.json +++ b/packages/cryptos/package.json @@ -17,6 +17,6 @@ "access": "public" }, "peerDependencies": { - "typescript": "^5.7.2" + "typescript": "^5.7.3" } } diff --git a/packages/mongo/package.json b/packages/mongo/package.json index 2140e40..55bf715 100644 --- a/packages/mongo/package.json +++ b/packages/mongo/package.json @@ -6,7 +6,7 @@ "@types/bun": "latest" }, "peerDependencies": { - "typescript": "^5.7.2" + "typescript": "^5.7.3" }, "dependencies": { "dotenv": "^16.4.7", diff --git a/packages/utils/package.json b/packages/utils/package.json index 573658a..ad8af52 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -6,6 +6,6 @@ "@types/bun": "latest" }, "peerDependencies": { - "typescript": "^5.7.2" + "typescript": "^5.7.3" } } \ No newline at end of file diff --git a/scripts/coinmarketcap/package.json b/scripts/coinmarketcap/package.json index 70b220a..51d53fe 100644 --- a/scripts/coinmarketcap/package.json +++ b/scripts/coinmarketcap/package.json @@ -10,7 +10,7 @@ "@types/bun": "latest" }, "peerDependencies": { - "typescript": "^5.7.2" + "typescript": "^5.7.3" }, "dependencies": { "@currencia/cryptos": "workspace:*", diff --git a/scripts/cryptocompare/package.json b/scripts/cryptocompare/package.json index 3c01688..0d39d0d 100644 --- a/scripts/cryptocompare/package.json +++ b/scripts/cryptocompare/package.json @@ -10,7 +10,7 @@ "@types/bun": "latest" }, "peerDependencies": { - "typescript": "^5.7.2" + "typescript": "^5.7.3" }, "dependencies": { "@currencia/cryptos": "workspace:*",