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

react 17을 준비합니다. #1469

Merged
merged 11 commits into from
Jul 22, 2021
Merged

react 17을 준비합니다. #1469

merged 11 commits into from
Jul 22, 2021

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    95bfefa View commit details
    Browse the repository at this point in the history
  2. ⬆️ react, react-dom, react-test-renderer 17 설치

    그냥 설치하면 storybook의 의존성에서 에러가 발생해서 `--legacy-peer-deps` 옵션을 사용합니다.
    storybook author의 답변입니다;;
    giwan-dev committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    f2e6a20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8624fb View commit details
    Browse the repository at this point in the history
  4. ⬆️ map에서 의존하는 @react-google-maps/api 패키지 업데이트

    v2부터 react 17을 지원합니다.
    giwan-dev committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d4d4e73 View commit details
    Browse the repository at this point in the history
  5. ⬆️ @types/googlemaps 최신 버전으로 업그레이드

    @types/googlemaps 설치할 때 @types/google.maps를 사용하라는 deprecate 경고 메시지가 뜹니다.
    하지만 @react-google-maps/api가 여전히 이 타입 정의를 사용하고 있기 때문에
    @types/google.maps를 사용하지 않습니다.
    giwan-dev committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    be43fae View commit details
    Browse the repository at this point in the history
  6. ⬆️ date-picker의 react-day-picker 최신 버전으로 업그레이드

    최신 버전에서 react 17을 peer dependency로 가지기 때문에 업그레이드 합니다.
    giwan-dev committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    f1a1294 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87d1355 View commit details
    Browse the repository at this point in the history
  8. ⬆️ slider에서 react-compound-slider 최신 버전으로 업그레이드

    react 17을 지원하는 버전을 설치합니다.
    giwan-dev committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    6e25cd3 View commit details
    Browse the repository at this point in the history
  9. @titicaca/react-intersection-observer 설치

    `@researchgate/react-intersection-observer`를 대체합니다.
    giwan-dev committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    edabe1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de9f2cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d687bc5 View commit details
    Browse the repository at this point in the history