Skip to content

Commit

Permalink
chore(lerna): configure with pnpm (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins authored Aug 15, 2024
1 parent 244de91 commit 941e9d6
Show file tree
Hide file tree
Showing 3 changed files with 3,693 additions and 3,519 deletions.
14 changes: 2 additions & 12 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
{
"packages": [
"packages/angular-output-target",
"packages/react-output-target",
"packages/react",
"packages/vue-output-target",
"packages/example-project/component-library",
"packages/example-project/component-library-angular",
"packages/example-project/component-library-react",
"packages/example-project/component-library-vue",
"packages/example-project/component-library-svelte"
],
"version": "independent",
"command": {
"publish": {
"ignoreChanges": ["packages/example-project/*", "**/package.json", "**/package-lock.json"]
}
}
},
"npmClient": "pnpm"
}
3 changes: 2 additions & 1 deletion packages/example-project/component-library-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
],
"devDependencies": {
"@types/jest": "^26.0.23",
"@vue/server-renderer": "~3.1.1",
"@vue/test-utils": "^2.0.0-rc.6",
"jest": "^26.1.0",
"rimraf": "^5.0.0",
"typescript": "^4.3.2",
"vue": "^3.1.1"
"vue": "~3.1.1"
},
"dependencies": {
"component-library": "workspace:*"
Expand Down
Loading

0 comments on commit 941e9d6

Please sign in to comment.