Skip to content

Commit

Permalink
Merge pull request #165 from mnismt/fix-with-pnpm-example
Browse files Browse the repository at this point in the history
Fix: add ui package & types library in with-pnpm example
  • Loading branch information
jaredpalmer authored Dec 10, 2021
2 parents a624ee1 + 668bbb3 commit 1a23357
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/with-pnpm/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
},
"devDependencies": {
"eslint": "7.32.0",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"ui": "workspace:*",
"config": "workspace:*",
"next-transpile-modules": "^9.0.0",
"typescript": "^4.4.4"
Expand Down

1 comment on commit 1a23357

@vercel
Copy link

@vercel vercel bot commented on 1a23357 Dec 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.