aurelia / new

The Aurelia 2 scaffolding repo used by our tools to setup new projects.
MIT License
35 stars 18 forks source link

fix(pnpm): add missing peer dependency to avoid warning #87

Closed nenadvicentic closed 1 year ago

nenadvicentic commented 1 year ago

"@parcel/core": "^2.6.0" package has been added to parcel/package.json, to avoid following warning when installing npm packages using pnpm:

 WARN  Issues with peer dependencies found
.
└─┬ @aurelia/parcel-transformer 2.0.0-alpha.41
  └─┬ @parcel/plugin 2.8.0
    └─┬ @parcel/types 2.8.0
      └─┬ @parcel/cache 2.8.0
        ├── ✕ missing peer @parcel/core@^2.8.0
        └─┬ @parcel/fs 2.8.0
          ├── ✕ missing peer @parcel/core@^2.8.0
          └─┬ @parcel/types 2.8.0
            └─┬ @parcel/package-manager 2.8.0
              ├── ✕ missing peer @parcel/core@^2.8.0
              └─┬ @parcel/fs 2.8.0
                ├── ✕ missing peer @parcel/core@^2.8.0
                └─┬ @parcel/workers 2.8.0
                  └── ✕ missing peer @parcel/core@^2.8.0
Peer dependencies that should be installed:
  @parcel/core@">=2.8.0 <3.0.0"