Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

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 May 28, 2024
1 parent 3677f6f commit f883985
Show file tree
Hide file tree
Showing 5 changed files with 1,778 additions and 802 deletions.
10 changes: 5 additions & 5 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"build": "dotenvx run -f .env.prod.local -f .env -- unbuild"
},
"dependencies": {
"@namesmt/hono-adapter-aws-lambda": "^0.1.1",
"@namesmt/hono-adapter-aws-lambda": "^0.1.3",
"consola": "^3.2.3",
"hono": "^4.3.2",
"hono-sessions": "^0.3.8",
"hono": "^4.4.0",
"hono-sessions": "^0.5.8",
"std-env": "^3.7.0"
},
"devDependencies": {
"@hono/node-server": "^1.11.1",
"@kinde-oss/kinde-typescript-sdk": "^2.9.0",
"@kinde-oss/kinde-typescript-sdk": "^2.9.1",
"@local/common": "workspace:*",
"@local/tsconfig": "workspace:*",
"@vitest/coverage-v8": "^1.6.0",
"tsx": "4.9.0",
"tsx": "4.11.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vitest": "^1.6.0"
Expand Down
26 changes: 13 additions & 13 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,35 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@tresjs/cientos": "^3.8.0",
"@tresjs/cientos": "^3.9.0",
"@tresjs/core": "^3.9.0",
"@tresjs/nuxt": "^2.1.1",
"@tresjs/nuxt": "^2.1.2",
"@tresjs/post-processing": "^0.7.1",
"three": "^0.164.1"
},
"devDependencies": {
"@kinde-oss/kinde-typescript-sdk": "^2.9.0",
"@kinde-oss/kinde-typescript-sdk": "^2.9.1",
"@local/common": "workspace:*",
"@local/common-vue": "workspace:*",
"@manapotion/vue": "^0.26.0",
"@nuxt/eslint": "^0.3.10",
"@manapotion/vue": "^0.26.1",
"@nuxt/eslint": "^0.3.13",
"@nuxt/image": "^1.7.0",
"@nuxtjs/color-mode": "^3.4.1",
"@types/three": "^0.164.0",
"@unocss/nuxt": "^0.59.4",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"@types/three": "^0.164.1",
"@unocss/nuxt": "^0.60.3",
"@vueuse/core": "^10.10.0",
"@vueuse/nuxt": "^10.10.0",
"destr": "^2.0.3",
"h3-proxy": "^1.13.0",
"hono": "^4.3.2",
"hono": "^4.4.0",
"nuxt": "^3.11.2",
"nuxt-primevue": "^0.3.1",
"primeicons": "^7.0.0",
"primevue": "^3.52.0",
"sass": "^1.76.0",
"sass": "^1.77.2",
"ufo": "^1.5.3",
"unocss": "^0.59.4",
"vue": "^3.4.26",
"unocss": "^0.60.3",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
}
}
18 changes: 9 additions & 9 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.0.6",
"packageManager": "pnpm@9.1.3",
"engines": {
"node": ">=20.12.2"
"node": ">=20.14.0"
},
"scripts": {
"build": "turbo run build",
Expand All @@ -17,19 +17,19 @@
"sst": "ion"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.1",
"@dotenvx/dotenvx": "^0.37.1",
"@antfu/eslint-config": "^2.19.1",
"@dotenvx/dotenvx": "^0.44.1",
"@local/tsconfig": "workspace:*",
"@types/aws-lambda": "8.10.137",
"@unocss/eslint-plugin": "^0.59.4",
"eslint": "^9.2.0",
"@types/aws-lambda": "8.10.138",
"@unocss/eslint-plugin": "^0.60.3",
"eslint": "^9.3.0",
"frontend": "workspace:*",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"pathe": "^1.1.2",
"simple-git-hooks": "^2.11.1",
"std-env": "^3.7.0",
"turbo": "latest",
"unocss": "^0.59.4"
"unocss": "^0.60.3"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@local/tsconfig": "workspace:*",
"vue": "^3.4.26"
"vue": "^3.4.27"
}
}
Loading

0 comments on commit f883985

Please sign in to comment.