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 Jan 27, 2025
1 parent 2c0dc56 commit 109f41f
Show file tree
Hide file tree
Showing 4 changed files with 1,185 additions and 751 deletions.
12 changes: 6 additions & 6 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"@local/common": "workspace:*",
"@local/tsconfig": "workspace:*",
"@namesmt/utils": "^0.5.9",
"@scalar/hono-api-reference": "^0.5.166",
"@vitest/coverage-v8": "^3.0.2",
"arktype": "^2.0.0",
"@scalar/hono-api-reference": "^0.5.168",
"@vitest/coverage-v8": "^3.0.4",
"arktype": "^2.0.3",
"consola": "^3.4.0",
"hono": "^4.6.17",
"hono": "^4.6.19",
"hono-adapter-aws-lambda": "^1.3.0",
"hono-openapi": "^0.4.1",
"hono-openapi": "^0.4.3",
"hono-sessions": "^0.7.1",
"std-env": "^3.8.0",
"unbuild": "^3.3.1",
"vitest": "^3.0.2"
"vitest": "^3.0.4"
}
}
24 changes: 12 additions & 12 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"@nuxt/eslint": "^0.7.5",
"@nuxt/image": "^1.9.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "^9.1.1",
"@nuxtjs/seo": "^2.0.3",
"@nuxtjs/i18n": "^9.1.3",
"@nuxtjs/seo": "^2.1.0",
"@primevue/nuxt-module": "^4.2.5",
"@tanstack/query-persist-client-core": "^5.64.1",
"@tanstack/vue-query": "^5.64.1",
"@unocss/nuxt": "^65.4.2",
"@vueuse/core": "^12.4.0",
"@vueuse/nuxt": "^12.4.0",
"@tanstack/query-persist-client-core": "^5.65.0",
"@tanstack/vue-query": "^5.65.0",
"@unocss/nuxt": "^65.4.3",
"@vueuse/core": "^12.5.0",
"@vueuse/nuxt": "^12.5.0",
"backend": "workspace:*",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
Expand All @@ -46,19 +46,19 @@
"embla-carousel": "^8.5.2",
"embla-carousel-vue": "^8.5.2",
"h3-proxy": "^1.13.0",
"hono": "^4.6.17",
"hono": "^4.6.19",
"idb-keyval": "^6.2.1",
"nuxt": "^3.15.2",
"nuxt": "^3.15.3",
"ohash": "^1.1.4",
"primeicons": "^7.0.0",
"radix-vue": "^1.9.12",
"sass": "^1.83.4",
"shadcn-nuxt": "0.10.4",
"shadcn-nuxt": "0.11.3",
"tailwind-merge": "^2.6.0",
"ufo": "^1.5.4",
"unocss": "^65.4.2",
"unocss": "^65.4.3",
"unocss-preset-animations": "^1.1.1",
"unocss-preset-shadcn": "^0.3.1",
"unocss-preset-shadcn": "^0.3.2",
"vite-plugin-optimize-exclude": "^0.0.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=20.13.1"
"node": ">=20.18.2"
},
"scripts": {
"build": "dotenvx run -- turbo run build",
Expand All @@ -17,28 +17,28 @@
"sst": "ion"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@dotenvx/dotenvx": "1.11.4",
"@antfu/eslint-config": "^3.16.0",
"@dotenvx/dotenvx": "1.34.0",
"@types/aws-lambda": "^8.10.147",
"@unocss/eslint-plugin": "^65.4.2",
"eslint": "^9.18.0",
"@unocss/eslint-plugin": "^65.4.3",
"eslint": "^9.19.0",
"frontend": "workspace:*",
"lint-staged": "^15.4.1",
"lint-staged": "^15.4.3",
"pathe": "^2.0.2",
"simple-git-hooks": "^2.11.1",
"std-env": "^3.8.0",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"turbo": "^2.3.4",
"typescript": "^5.7.3",
"unocss": "^65.4.2"
"unocss": "^65.4.3"
},
"pnpm": {
"overrides": {
"is-core-module": "npm:@nolyfill/is-core-module@^1",
"isarray": "npm:@nolyfill/isarray@^1",
"string.prototype.codepointat": "npm:@nolyfill/string.prototype.codepointat@^1",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1"
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
"isarray": "npm:@nolyfill/isarray@^1.0.29",
"string.prototype.codepointat": "npm:@nolyfill/string.prototype.codepointat@^1.0.28",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41"
}
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 109f41f

Please sign in to comment.