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 Jun 3, 2024
1 parent 57fd15b commit ad28f46
Show file tree
Hide file tree
Showing 4 changed files with 836 additions and 541 deletions.
6 changes: 3 additions & 3 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"dependencies": {
"@namesmt/hono-adapter-aws-lambda": "^0.1.3",
"consola": "^3.2.3",
"hono": "^4.3.11",
"hono": "^4.4.2",
"hono-sessions": "^0.5.8",
"std-env": "^3.7.0"
},
"devDependencies": {
"@hono/node-server": "^1.11.1",
"@hono/node-server": "^1.11.2",
"@kinde-oss/kinde-typescript-sdk": "^2.9.1",
"@local/common": "workspace:*",
"@local/tsconfig": "workspace:*",
"@vitest/coverage-v8": "^1.6.0",
"tsx": "^4.11.0",
"tsx": "^4.11.1",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vitest": "^1.6.0"
Expand Down
20 changes: 10 additions & 10 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,27 @@
"@nuxt/image": "^1.7.0",
"@nuxtjs/color-mode": "^3.4.1",
"@nuxtjs/i18n": "^8.3.1",
"@tanstack/query-persist-client-core": "^5.38.0",
"@tanstack/vue-query": "^5.38.0",
"@unocss/nuxt": "^0.60.3",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"@tanstack/query-persist-client-core": "^5.40.0",
"@tanstack/vue-query": "^5.40.0",
"@unocss/nuxt": "^0.60.4",
"@vueuse/core": "^10.10.0",
"@vueuse/nuxt": "^10.10.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel": "^8.1.3",
"embla-carousel-vue": "^8.1.3",
"h3-proxy": "^1.13.0",
"hono": "^4.3.11",
"hono": "^4.4.2",
"idb-keyval": "^6.2.1",
"lucide-vue-next": "^0.379.0",
"nuxt": "npm:nuxt-nightly@3.12.0-28609665.faa5178d",
"lucide-vue-next": "^0.383.0",
"nuxt": "npm:nuxt-nightly@3.12.0-28619310.51740fa1",
"nuxt-primevue": "^3.0.0",
"primeicons": "^7.0.0",
"radix-vue": "^1.8.2",
"sass": "^1.77.2",
"sass": "^1.77.4",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.3.0",
"unocss": "^0.60.3",
"unocss": "^0.60.4",
"unocss-preset-animations": "^1.0.2",
"unocss-preset-shadcn": "^0.3.0",
"vue": "^3.4.27",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "starter-fullstack",
"type": "module",
"private": true,
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.1.4",
"engines": {
"node": ">=20.13.1"
"node": ">=20.14.0"
},
"scripts": {
"build": "turbo run build",
Expand All @@ -17,19 +17,19 @@
"sst": "ion"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.1",
"@dotenvx/dotenvx": "^0.44.0",
"@antfu/eslint-config": "^2.20.0",
"@dotenvx/dotenvx": "^0.44.1",
"@local/tsconfig": "workspace:*",
"@types/aws-lambda": "8.10.138",
"@unocss/eslint-plugin": "^0.60.3",
"eslint": "^9.3.0",
"@unocss/eslint-plugin": "^0.60.4",
"eslint": "^9.4.0",
"frontend": "workspace:*",
"lint-staged": "^15.2.5",
"pathe": "^1.1.2",
"simple-git-hooks": "^2.11.1",
"std-env": "^3.7.0",
"turbo": "latest",
"unocss": "^0.60.3"
"unocss": "^0.60.4"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit ad28f46

Please sign in to comment.