Tracardi / tracardi-gui

Tracardi ReactJs Graphical User Interface
Other
22 stars 25 forks source link

resolve incorrect peer dependencies #85

Closed atompie closed 2 years ago

atompie commented 2 years ago

warning react-code-blocks > react-syntax-highlighter > highlight.js@9.15.10: Version no longer supported. Upgrade to @latest warning react-code-blocks > react-syntax-highlighter > lowlight > highlight.js@9.15.10: Version no longer supported. Upgrade to @latest warning react-scripts > workbox-webpack-plugin > source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated warning react-scripts > workbox-webpack-plugin > workbox-build > source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated warning react-scripts > @svgr/webpack > @svgr/plugin-svgo > svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x. warning @testing-library/jest-dom > css > source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated warning babel-eslint@10.1.0: babel-eslint is now @babel/eslint-parser. This package will no longer receive updates. [2/4] Fetching packages... info fsevents@2.3.2: The platform "linux" is incompatible with this module. info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... warning "@emotion/styled > @emotion/babel-plugin@11.7.2" has unmet peer dependency "@babel/core@^7.0.0". warning "@emotion/styled > @emotion/babel-plugin > @babel/plugin-syntax-jsx@7.16.7" has unmet peer dependency "@babel/core@^7.0.0-0". warning " > @uiw/react-heat-map@1.4.8" has unmet peer dependency "@babel/runtime@>=7.10.0". warning " > raw-loader@4.0.2" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0". warning " > react-addons-css-transition-group@15.6.2" has incorrect peer dependency "react@^15.4.2". warning "react-addons-css-transition-group > react-transition-group@1.2.1" has incorrect peer dependency "react@^15.0.0 || ^16.0.0". warning "react-addons-css-transition-group > react-transition-group@1.2.1" has incorrect peer dependency "react-dom@^15.0.0 || ^16.0.0". warning "react-code-blocks > styled-components@5.3.3" has unmet peer dependency "react-is@>= 16.8.0". warning " > react-picky-date-time@1.8.0" has incorrect peer dependency "react@^16.8.6". warning " > react-picky-date-time@1.8.0" has incorrect peer dependency "react-dom@^16.8.6". warning " > @babel/plugin-syntax-flow@7.16.7" has unmet peer dependency "@babel/core@^7.0.0-0". warning " > @babel/plugin-transform-react-jsx@7.16.7" has unmet peer dependency "@babel/core@^7.0.0-0".

atompie commented 2 years ago

All this warnings refer to react-picky-date-time. Maybe we should consider replacing this component with some component that is maintained.

warning " > react-addons-css-transition-group@15.6.2" has incorrect peer dependency "react@^15.4.2".
warning "react-addons-css-transition-group > react-transition-group@1.2.1" has incorrect peer dependency "react@^15.0.0 || ^16.0.0".
warning "react-addons-css-transition-group > react-transition-group@1.2.1" has incorrect peer dependency "react-dom@^15.0.0 || ^16.0.0".
warning " > react-picky-date-time@1.8.0" has incorrect peer dependency "react@^16.8.6".
warning " > react-picky-date-time@1.8.0" has incorrect peer dependency "react-dom@^16.8.6".