Skip to content

Commit

Permalink
fix(core): add peerDependenciesMeta to PackageJson model (#13537)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Dec 1, 2022
1 parent 1a3cc51 commit 92df716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/src/utils/package-json.ts
Expand Up @@ -47,6 +47,7 @@ export interface PackageJson {
dependencies?: Record<string, string>;
devDependencies?: Record<string, string>;
peerDependencies?: Record<string, string>;
peerDependenciesMeta?: Record<string, { optional?: boolean }>;
bin?: Record<string, string>;
workspaces?:
| string[]
Expand Down

1 comment on commit 92df716

@vercel
Copy link

@vercel vercel bot commented on 92df716 Dec 1, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.