Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing styled components #291

Closed
wants to merge 1 commit into from
Closed

Conversation

stephenwf
Copy link
Member

No description provided.

Copy link

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.

Base automatically changed from feature/dev-docs to main September 20, 2024 12:45
@stephenwf
Copy link
Member Author

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

@stephenwf stephenwf closed this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant