Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into cia-67
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Dec 20, 2024
2 parents 5191ff8 + 76c5e8b commit 120c577
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
28 changes: 14 additions & 14 deletions apps/currencia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
},
"devDependencies": {
"@hrcd/eslint-config": "^2.1.1",
"@iconify-json/lucide": "^1.2.14",
"@nuxt/fonts": "^0.10.2",
"@iconify-json/lucide": "^1.2.19",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.8.1",
"@nuxt/scripts": "^0.9.5",
"@nuxt/ui": "^2.19.2",
"@nuxt/ui": "^2.20.0",
"@prisma/client": "^5.22.0",
"apexcharts": "^4.0.0",
"@vueuse/core": "^11.2.0",
"@vueuse/nuxt": "^11.2.0",
"apexcharts": "^4.3.0",
"@vueuse/core": "^11.3.0",
"@vueuse/nuxt": "^11.3.0",
"dayjs": "^1.11.13",
"dayjs-nuxt": "^2.1.11",
"eslint": "^9.14.0",
"nuxt": "^3.14.159",
"nuxt-auth-utils": "^0.5.4",
"eslint": "^9.17.0",
"nuxt": "^3.14.1592",
"nuxt-auth-utils": "^0.5.7",
"nuxt-build-cache": "^0.1.1",
"prisma": "^5.22.0",
"resend": "^4.0.0",
"vue-sonner": "^1.2.5",
"vue3-apexcharts": "^1.7.0",
"zod": "^3.23.8",
"@shelve/cli": "^2.5.3"
"resend": "^4.0.1",
"vue-sonner": "^1.3.0",
"vue3-apexcharts": "^1.8.0",
"zod": "^3.24.1",
"@shelve/cli": "^2.10.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"dependencies": {
"@hrcd/eslint-config": "^2.1.1",
"@shelve/cli": "^2.5.3",
"eslint": "^9.14.0",
"turbo": "^2.2.3"
"@shelve/cli": "^2.10.0",
"eslint": "^9.17.0",
"turbo": "^2.3.3"
},
"packageManager": "bun@1.1.34",
"trustedDependencies": ["@currencia/app"],
Expand Down
2 changes: 1 addition & 1 deletion packages/cryptos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"access": "public"
},
"peerDependencies": {
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
6 changes: 3 additions & 3 deletions packages/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"dotenv": "^16.4.5",
"mongodb": "^6.10.0"
"dotenv": "^16.4.7",
"mongodb": "^6.12.0"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
4 changes: 2 additions & 2 deletions scripts/coinmarketcap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@currencia/cryptos": "workspace:*",
"@currencia/mongo": "workspace:*",
"@currencia/utils": "workspace:*",
"commander": "^12.1.0",
"puppeteer": "^23.8.0"
"puppeteer": "^23.11.1"
}
}
4 changes: 2 additions & 2 deletions scripts/cryptocompare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"dependencies": {
"@currencia/cryptos": "workspace:*",
"@currencia/utils": "workspace:*",
"@currencia/mongo": "workspace:*",
"commander": "^12.1.0",
"puppeteer": "^23.8.0"
"puppeteer": "^23.11.1"
}
}

0 comments on commit 120c577

Please sign in to comment.