JetBrains / react-buddy-ide-toolbox

@react-buddy/ide-toolbox and palette packages
Apache License 2.0
60 stars 5 forks source link

Latest ide-toolbox and palette-antd are not compatible #30

Closed lovtsovaik closed 1 year ago

lovtsovaik commented 2 years ago

Steps to reproduce

  1. Create new React project (create-react-app)
  2. Add antd dependency
  3. Add toolbox

AR: dependencies in package.json:

"@react-buddy/ide-toolbox": "^2.2.0",
"@react-buddy/palette-antd": "^4.0.0"

npm install cannot be executed: image

Note: if you change ide-toolbox version to 2.0.0, npm install will work

lovtsovaik commented 1 year ago

works with

    "antd": "^4.19.5",
    "@react-buddy/ide-toolbox": "^2.2.1",
    "@react-buddy/palette-antd": "^4.1.2"

(versions that generated by studio now)