Skip to content

Commit

Permalink
Merge pull request #35 from HugoRCD/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD authored Dec 9, 2024
2 parents 9fa819b + dfc693f commit e310f8a
Showing 5 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions apps/currencia/package.json
Original file line number Diff line number Diff line change
@@ -22,18 +22,18 @@
},
"devDependencies": {
"@hrcd/eslint-config": "^2.1.1",
"@iconify-json/lucide": "^1.2.15",
"@nuxt/fonts": "^0.10.2",
"@iconify-json/lucide": "^1.2.18",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.8.1",
"@nuxt/scripts": "^0.9.5",
"@nuxt/ui": "^2.19.2",
"@prisma/client": "^5.22.0",
"apexcharts": "^4.0.0",
"apexcharts": "^4.1.0",
"@vueuse/core": "^11.3.0",
"@vueuse/nuxt": "^11.3.0",
"dayjs": "^1.11.13",
"dayjs-nuxt": "^2.1.11",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"nuxt": "^3.14.1592",
"nuxt-auth-utils": "^0.5.5",
"nuxt-build-cache": "^0.1.1",
@@ -42,6 +42,6 @@
"vue-sonner": "^1.3.0",
"vue3-apexcharts": "^1.8.0",
"zod": "^3.23.8",
"@shelve/cli": "^2.6.1"
"@shelve/cli": "^2.9.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -19,9 +19,9 @@
},
"dependencies": {
"@hrcd/eslint-config": "^2.1.1",
"@shelve/cli": "^2.6.1",
"eslint": "^9.15.0",
"turbo": "^2.3.1"
"@shelve/cli": "^2.9.0",
"eslint": "^9.16.0",
"turbo": "^2.3.3"
},
"packageManager": "bun@1.1.34",
"trustedDependencies": ["@currencia/app"],
2 changes: 1 addition & 1 deletion packages/mongo/package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"typescript": "^5.7.2"
},
"dependencies": {
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"mongodb": "^6.11.0"
}
}
2 changes: 1 addition & 1 deletion scripts/coinmarketcap/package.json
Original file line number Diff line number Diff line change
@@ -17,6 +17,6 @@
"@currencia/mongo": "workspace:*",
"@currencia/utils": "workspace:*",
"commander": "^12.1.0",
"puppeteer": "^23.9.0"
"puppeteer": "^23.10.1"
}
}
2 changes: 1 addition & 1 deletion scripts/cryptocompare/package.json
Original file line number Diff line number Diff line change
@@ -17,6 +17,6 @@
"@currencia/utils": "workspace:*",
"@currencia/mongo": "workspace:*",
"commander": "^12.1.0",
"puppeteer": "^23.9.0"
"puppeteer": "^23.10.1"
}
}

0 comments on commit e310f8a

Please sign in to comment.