Skip to content

Commit

Permalink
chore: update deps, clean lockfile, pin shadcn-nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
NamesMT committed Dec 20, 2024
1 parent ebe3e51 commit 3747bc7
Show file tree
Hide file tree
Showing 4 changed files with 758 additions and 714 deletions.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@scalar/hono-api-reference": "^0.5.165",
"@vitest/coverage-v8": "^2.1.8",
"arktype": "2.0.0-rc.25",
"consola": "^3.2.3",
"consola": "^3.3.0",
"hono": "^4.6.14",
"hono-adapter-aws-lambda": "^1.3.0",
"hono-openapi": "^0.2.1",
Expand Down
11 changes: 6 additions & 5 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,23 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@primevue/themes": "^4.2.5"
"@primevue/themes": "^4.2.5",
"primevue": "^4.2.5"
},
"devDependencies": {
"@kinde-oss/kinde-typescript-sdk": "^2.9.1",
"@local/common": "workspace:*",
"@local/common-vue": "workspace:*",
"@namesmt/vue-query-nuxt": "^0.3.3",
"@nuxt/eslint": "^0.7.3",
"@nuxt/eslint": "^0.7.4",
"@nuxt/image": "^1.8.1",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "^9.1.1",
"@nuxtjs/seo": "^2.0.2",
"@primevue/nuxt-module": "^4.2.5",
"@tanstack/query-persist-client-core": "^5.62.8",
"@tanstack/vue-query": "^5.62.8",
"@unocss/nuxt": "^0.65.1",
"@unocss/nuxt": "^0.65.2",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"backend": "workspace:*",
Expand All @@ -52,10 +53,10 @@
"primeicons": "^7.0.0",
"radix-vue": "^1.9.11",
"sass": "^1.83.0",
"shadcn-nuxt": "^0.10.4",
"shadcn-nuxt": "0.10.4",
"tailwind-merge": "^2.5.5",
"ufo": "^1.5.4",
"unocss": "^0.65.1",
"unocss": "^0.65.2",
"unocss-preset-animations": "^1.1.0",
"unocss-preset-shadcn": "^0.3.1",
"vite-plugin-optimize-exclude": "^0.0.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "starter-fullstack",
"type": "module",
"private": true,
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.1",
"engines": {
"node": ">=20.13.1"
},
Expand All @@ -19,8 +19,8 @@
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@dotenvx/dotenvx": "1.11.4",
"@types/aws-lambda": "^8.10.138",
"@unocss/eslint-plugin": "^0.65.1",
"@types/aws-lambda": "^8.10.146",
"@unocss/eslint-plugin": "^0.65.2",
"eslint": "^9.17.0",
"frontend": "workspace:*",
"lint-staged": "^15.2.11",
Expand All @@ -30,7 +30,7 @@
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"unocss": "^0.65.1"
"unocss": "^0.65.2"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 3747bc7

Please sign in to comment.