[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-capo. capo.js implementation for Nuxt 3
nuxt-module
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: migrate to pnpm v11 (#442)

author
Daniel Roe
committer
GitHub
date (May 16, 2026, 9:30 AM +0300) commit 83a18115 parent ec821346
+9 -3
-2
.npmrc
··· 1 - shamefully-hoist=true 2 - strict-peer-dependencies=false
+1 -1
package.json
··· 80 80 "vitest-environment-nuxt": "2.0.0", 81 81 "vue": "3.5.22" 82 82 }, 83 - "packageManager": "pnpm@10.33.4" 83 + "packageManager": "pnpm@11.1.2" 84 84 }
+8
pnpm-workspace.yaml
··· 1 1 packages: 2 2 - "playground" 3 3 4 + allowBuilds: 5 + '@parcel/watcher': false 6 + esbuild: false 7 + unrs-resolver: false 4 8 5 9 overrides: 6 10 "@nuxt/kit": "3.19.3" 7 11 nuxt-capo: "link:." 12 + 13 + shamefullyHoist: true 14 + 15 + strictPeerDependencies: false