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 9, 2024
1 parent 25b0b4e commit cb94fcf
Show file tree
Hide file tree
Showing 4 changed files with 359 additions and 310 deletions.
18 changes: 9 additions & 9 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.8",
"@iconify-json/simple-icons": "^1.2.7",
"@next-orders/eslint": "workspace:*",
"@nuxt/devtools": "^1.5.1",
"@nuxt/fonts": "^0.9.2",
"@nuxt/icon": "^1.5.2",
"@nuxt/devtools": "^1.5.2",
"@nuxt/fonts": "^0.10.0",
"@nuxt/icon": "^1.5.5",
"@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
12 changes: 6 additions & 6 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.6",
"@iconify-json/pixelarticons": "^1.2.0",
"@iconify-json/lucide": "^1.2.8",
"@iconify-json/pixelarticons": "^1.2.1",
"@next-orders/eslint": "workspace:*",
"@nuxt/devtools": "^1.5.1",
"@nuxt/fonts": "^0.9.2",
"@nuxt/devtools": "^1.5.2",
"@nuxt/fonts": "^0.10.0",
"@nuxt/kit": "^3.13.2",
"@nuxt/ui": "^2.18.6",
"@nuxt/ui": "^2.18.7",
"@nuxtjs/device": "^3.2.4",
"@nuxtjs/i18n": "^8.5.5",
"@types/node": "*",
"@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
10 changes: 5 additions & 5 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 @@ -54,12 +54,12 @@
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"changelogen": "^0.5.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 cb94fcf

Please sign in to comment.