Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/new-app-navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Feb 27, 2025
2 parents ed7a535 + 0f152af commit 5726e54
Show file tree
Hide file tree
Showing 7 changed files with 1,224 additions and 356 deletions.
2 changes: 1 addition & 1 deletion apps/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"packageManager": "pnpm@10.4.1",
"packageManager": "pnpm@10.5.2",
"devDependencies": {
"iron-webcrypto": "1.2.1",
"nuxt": "3.15.4",
Expand Down
8 changes: 4 additions & 4 deletions apps/lp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@iconify-json/heroicons": "1.2.2",
"@iconify-json/lucide": "1.2.26",
"@iconify-json/simple-icons": "1.2.25",
"@iconify-json/lucide": "1.2.27",
"@iconify-json/simple-icons": "1.2.26",
"@number-flow/vue": "^0.4.3",
"@nuxt/content": "^3.2.2",
"@nuxt/image": "1.9.0",
Expand All @@ -28,15 +28,15 @@
"@nuxtjs/seo": "2.2.0",
"nuxt": "3.15.4",
"nuxt-build-cache": "0.1.1",
"nuxt-llms": "0.0.2",
"nuxt-llms": "0.1.0",
"vue": "3.5.13",
"vue-router": "4.5.0",
"vue-sonner": "1.3.0"
},
"devDependencies": {
"@shelve/cli": "^3.1.1",
"typescript": "5.7.3",
"wrangler": "^3.109.2"
"wrangler": "^3.110.0"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand Down
12 changes: 6 additions & 6 deletions apps/shelve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"@iconify-json/heroicons": "1.2.2",
"@iconify-json/lucide": "1.2.26",
"@iconify-json/simple-icons": "1.2.25",
"@iconify-json/lucide": "1.2.27",
"@iconify-json/simple-icons": "1.2.26",
"@nuxt/image": "1.9.0",
"@nuxt/scripts": "0.10.5",
"@nuxt/ui": "3.0.0-alpha.13",
Expand All @@ -30,8 +30,8 @@
"@vueuse/core": "12.7.0",
"@vueuse/nuxt": "12.7.0",
"blakejs": "^1.2.1",
"drizzle-kit": "0.30.4",
"drizzle-orm": "0.39.3",
"drizzle-kit": "0.30.5",
"drizzle-orm": "0.40.0",
"jsonwebtoken": "^9.0.2",
"libsodium-wrappers": "^0.7.15",
"nuxt": "3.15.4",
Expand All @@ -47,9 +47,9 @@
},
"devDependencies": {
"@nuxt/devtools": "2.1.0",
"@types/jsonwebtoken": "^9.0.8",
"@types/jsonwebtoken": "^9.0.9",
"@types/libsodium-wrappers": "^0.7.14",
"automd": "0.3.12",
"automd": "0.4.0",
"typescript": "5.7.3"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion apps/vault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"zod": "3.24.2"
},
"devDependencies": {
"wrangler": "^3.109.2"
"wrangler": "^3.110.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"@changesets/cli": "^2.28.1",
"@hrcd/eslint-config": "^2.2.1",
"@shelve/cli": "workspace:*",
"automd": "0.3.12",
"automd": "0.4.0",
"eslint": "9.21.0",
"turbo": "2.4.2",
"turbo": "2.4.4",
"typescript": "5.7.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
},
"packageManager": "pnpm@10.4.1",
"packageManager": "pnpm@10.5.2",
"workspaces": [
"packages/*",
"apps/*"
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@
"citty": "^0.1.6",
"defu": "^6.1.4",
"npm-registry-fetch": "18.0.2",
"nypm": "0.5.4",
"nypm": "0.6.0",
"ofetch": "1.4.1",
"pkg-types": "1.3.1",
"rc9": "^2.1.2",
"semver": "7.7.1",
"tinyglobby": "0.2.12"
},
"devDependencies": {
"@types/bun": "1.2.2",
"@types/bun": "1.2.4",
"@types/npm-registry-fetch": "8.0.7",
"@types/semver": "7.5.8",
"eslint": "9.21.0",
"typescript": "5.7.3",
"unbuild": "3.3.1",
"vitest": "3.0.6"
"unbuild": "3.5.0",
"vitest": "3.0.7"
},
"publishConfig": {
"access": "public"
Expand Down
1,542 changes: 1,205 additions & 337 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 5726e54

Please sign in to comment.