react: update to 17.0.1

https://reactjs.org/versions/
pull/1280/head
Simon Legner 4 years ago
parent c037839b5a
commit c29777ff1e

@ -2,7 +2,7 @@ module Docs
class React < UrlScraper class React < UrlScraper
self.name = 'React' self.name = 'React'
self.type = 'simple' self.type = 'simple'
self.release = '16.13.1' self.release = '17.0.1'
self.base_url = 'https://reactjs.org/docs/' self.base_url = 'https://reactjs.org/docs/'
self.root_path = 'hello-world.html' self.root_path = 'hello-world.html'
self.links = { self.links = {

Loading…
Cancel
Save