digirati-co-uk / iiif-manifest-editor

Create new IIIF Manifests. Modify existing manifests. Tell stories with IIIF.
https://manifest-editor.digirati.services/
MIT License
33 stars 2 forks source link

Removing styled components #291

Closed stephenwf closed 1 month ago

codesandbox-ci[bot] commented 2 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

stephenwf commented 2 months ago

pnpm update to v9 showed the following dependency issues:

 WARN  Issues with peer dependencies found
apps/playground
└─┬ manifest-editor 1.2.0
  ├── ✕ missing peer i18next@">= 23.2.3"
  ├── ✕ missing peer prop-types@^15.5.2
  ├─┬ @manifest-editor/collection-preset 1.2.0
  │ ├─┬ @manifest-editor/editors 1.2.0
  │ │ ├─┬ react-i18next 14.1.0
  │ │ │ └── ✕ missing peer i18next@">= 23.2.3"
  │ │ ├─┬ react-select-search 4.1.7
  │ │ │ └── ✕ missing peer prop-types@^15.8.1
  │ │ └─┬ react-leaflet-draw 0.20.4
  │ │   └── ✕ missing peer prop-types@^15.5.2
  │ └─┬ @manifest-editor/creators 1.2.0
  │   ├── ✕ missing peer i18next@">= 23.2.3"
  │   └── ✕ missing peer prop-types@^15.5.2
  └─┬ @manifest-editor/manifest-preset 1.2.0
    ├── ✕ missing peer i18next@">= 23.2.3"
    ├── ✕ missing peer i18next@">= 23.2.3"
    ├── ✕ missing peer prop-types@^15.5.2
    └── ✕ missing peer prop-types@^15.5.2
Peer dependencies that should be installed:
  i18next@>=23.2.3                 prop-types@">=15.8.1 <16.0.0-0"

apps/vite-example
└─┬ manifest-editor 1.2.0
  ├── ✕ missing peer i18next@">= 23.2.3"
  ├── ✕ missing peer prop-types@^15.5.2
  ├─┬ @manifest-editor/collection-preset 1.2.0
  │ ├── ✕ missing peer i18next@">= 23.2.3"
  │ ├── ✕ missing peer prop-types@^15.5.2
  │ └─┬ @manifest-editor/creators 1.2.0
  │   ├── ✕ missing peer i18next@">= 23.2.3"
  │   └── ✕ missing peer prop-types@^15.5.2
  └─┬ @manifest-editor/manifest-preset 1.2.0
    ├── ✕ missing peer i18next@">= 23.2.3"
    ├── ✕ missing peer i18next@">= 23.2.3"
    ├── ✕ missing peer prop-types@^15.5.2
    └── ✕ missing peer prop-types@^15.5.2
Peer dependencies that should be installed:
  i18next@>=23.2.3                 prop-types@">=15.5.2 <16.0.0-0"

apps/web
└─┬ contentlayer2 0.4.6
  └─┬ @contentlayer2/source-files 0.4.3
    └─┬ @contentlayer2/core 0.4.3
      └── ✕ unmet peer esbuild@"0.17.x || 0.18.x || 0.19.x || 0.20.x": found 0.23.0

internal-packages/eslint-config
├─┬ @typescript-eslint/parser 7.11.0
│ └── ✕ unmet peer eslint@^8.56.0: found 9.10.0
├─┬ @typescript-eslint/eslint-plugin 7.11.0
│ ├── ✕ unmet peer eslint@^8.56.0: found 9.10.0
│ └─┬ @typescript-eslint/type-utils 7.11.0
│   ├── ✕ unmet peer eslint@^8.56.0: found 9.10.0
│   └─┬ @typescript-eslint/utils 7.11.0
│     └── ✕ unmet peer eslint@^8.56.0: found 9.10.0
├─┬ eslint-plugin-import 2.29.1
│ └── ✕ unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.10.0
├─┬ eslint-plugin-jest 27.9.0
│ ├── ✕ unmet peer eslint@"^7.0.0 || ^8.0.0": found 9.10.0
│ └─┬ @typescript-eslint/utils 5.62.0
│   └── ✕ unmet peer eslint@"^6.0.0 || ^7.0.0 || ^8.0.0": found 9.10.0
└─┬ @vercel/style-guide 6.0.0
  ├── ✕ unmet peer eslint@">=8.48.0 <9": found 9.10.0
  ├─┬ eslint-plugin-import 2.29.1
  │ └── ✕ unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.10.0
  ├─┬ eslint-plugin-react-hooks 4.6.2
  │ └── ✕ unmet peer eslint@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0": found 9.10.0
  ├─┬ eslint-plugin-testing-library 6.2.2
  │ └── ✕ unmet peer eslint@"^7.5.0 || ^8.0.0": found 9.10.0
  └─┬ eslint-plugin-jsx-a11y 6.8.0
    └── ✕ unmet peer eslint@"^3 || ^4 || ^5 || ^6 || ^7 || ^8": found 9.10.0

Done in 12.4s