Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 8992ce0 commit 5d6c993
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 108 deletions.
16 changes: 8 additions & 8 deletions apps/food/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"libphonenumber-js": "^1.11.9",
"radix-vue": "^1.9.6",
"libphonenumber-js": "^1.11.11",
"radix-vue": "^1.9.7",
"sharp": "^0.33.5",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.13.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.6",
"@iconify-json/simple-icons": "^1.2.4",
"@iconify-json/lucide": "^1.2.7",
"@iconify-json/simple-icons": "^1.2.6",
"@next-orders/eslint": "workspace:*",
"@nuxt/devtools": "^1.5.1",
"@nuxt/devtools": "^1.5.2",
"@nuxt/fonts": "^0.9.2",
"@nuxt/icon": "^1.5.2",
"@nuxt/icon": "^1.5.4",
"@nuxt/kit": "^3.13.2",
"@nuxtjs/device": "^3.2.4",
"@nuxtjs/i18n": "^8.5.5",
Expand All @@ -47,10 +47,10 @@
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"nuxt": "^3.13.2",
"nuxt-auth-utils": "^0.4.1",
"nuxt-auth-utils": "^0.4.4",
"prisma": "^5.20.0",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13",
"vue-tsc": "^2.1.6"
}
Expand Down
6 changes: 3 additions & 3 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.6",
"@iconify-json/lucide": "^1.2.7",
"@iconify-json/pixelarticons": "^1.2.0",
"@next-orders/eslint": "workspace:*",
"@nuxt/devtools": "^1.5.1",
"@nuxt/devtools": "^1.5.2",
"@nuxt/fonts": "^0.9.2",
"@nuxt/kit": "^3.13.2",
"@nuxt/ui": "^2.18.6",
Expand All @@ -27,7 +27,7 @@
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"nuxt": "^3.13.2",
"nuxt-auth-utils": "^0.4.1",
"nuxt-auth-utils": "^0.4.4",
"tailwindcss": "^3.4.13",
"vue-tsc": "^2.1.6"
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@next-orders/space",
"version": "0.4.0",
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.1",
"pnpm": {
"supportedArchitectures": {
"os": [
Expand All @@ -16,8 +16,8 @@
}
},
"engines": {
"node": ">=20.17.0",
"pnpm": ">=9.11.0"
"node": ">=20.18.0",
"pnpm": ">=9.12.1"
},
"description": "Modern e-commerce self-hosted platform: clients will be happy to order delicious food!",
"keywords": [
Expand Down Expand Up @@ -59,7 +59,7 @@
"dotenv-cli": "^7.4.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"turbo": "^2.1.2"
"turbo": "^2.1.3"
},
"lint-staged": {
"*.ts": "pnpm run lint"
Expand Down
Loading

0 comments on commit 5d6c993

Please sign in to comment.