Skip to content

Commit

Permalink
Merge pull request #50 from HugoRCD/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD authored Jan 9, 2025
2 parents 6c54b28 + bf74496 commit 2ba5653
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions apps/currencia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
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.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"dependencies": {
"dotenv": "^16.4.7",
Expand Down
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.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion scripts/coinmarketcap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"dependencies": {
"@currencia/cryptos": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion scripts/cryptocompare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"dependencies": {
"@currencia/cryptos": "workspace:*",
Expand Down

0 comments on commit 2ba5653

Please sign in to comment.