-
Notifications
You must be signed in to change notification settings - Fork 9
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
react 17을 준비합니다. #1469
Conversation
canary release |
@zprime0920 I got it! 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
v2.28.2-pr-1469.22 has been published! |
canary release |
@zprime0920 I got it! 🚀 |
v2.28.2-pr-1469.24 has been published! |
canary release |
@zprime0920 I got it! 🚀 |
v2.28.2-pr-1469.27 has been published! |
researchgate/react-intersection-observer#205 하나 열고 왔습니다 .. 반응 보시죠 |
nibblebot 가 이욜에게 커피한잔 기부해야겠네여 ㅋㅋ |
https://github.com/researchgate/react-intersection-observer/pull/196/files |
ㅋㅋㅋ 저도 봤는데 봇이라 모르시는 것 같아갖구... 이번 주까지 반응 없으면 포크 해버리시죠 |
7509aa6
to
d8f1c3d
Compare
포크하려고 들어왔는데 메인테이너가 이모지를 남겨두셨네요 researchgate/react-intersection-observer#205 뭐지.. |
https://www.npmjs.com/package/@titicaca/react-intersection-observer |
@inbeom 배포할 때 그냥 |
|
d8f1c3d
to
9932e8a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
그냥 설치하면 storybook의 의존성에서 에러가 발생해서 `--legacy-peer-deps` 옵션을 사용합니다. storybook author의 답변입니다;;
v2부터 react 17을 지원합니다.
@types/googlemaps 설치할 때 @types/google.maps를 사용하라는 deprecate 경고 메시지가 뜹니다. 하지만 @react-google-maps/api가 여전히 이 타입 정의를 사용하고 있기 때문에 @types/google.maps를 사용하지 않습니다.
최신 버전에서 react 17을 peer dependency로 가지기 때문에 업그레이드 합니다.
react 17을 지원하는 버전을 설치합니다.
`@researchgate/react-intersection-observer`를 대체합니다.
6223890
to
de9f2cb
Compare
canary release |
@zprime0920 I got it! 🚀 |
v2.30.3-pr-1469.41 has been published! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
설명
react, react-dom, react-test-renderer를 17로 업그레이드하고, react를 peer 의존성으로 가지는 패키지를 react 17을 지원하는 버전으로 업그레이드합니다.
변경 내역 및 배경
@titicaca/map
의@react-google-maps/api
major 버전 업그레이드@titicaca/slider
의react-compound-slider
major 버전 업그레이드@titicaca/date-picker
의react-day-picker
minor 버전 업그레이드 Fix range-picker 의존 모듈이 업데이트되면서 발생하는 type 이슈를 개선합니다. #1340@titicaca/intersection-observer
의@researchgate/react-intersection-observer
를 titicacadev/react-intersection-observer 로 대체사용 및 테스트 방법
canary
이 PR의 유형
🤔