Update for 16.13.1 (#2845)

This commit is contained in:
Andrew Clark
2020-03-19 14:42:53 -07:00
committed by GitHub
parent 84acbe1b8a
commit e9cdc81ff3
4 changed files with 30 additions and 120 deletions

View File

@@ -8,7 +8,7 @@
// NOTE: We can't just use `location.toString()` because when we are rendering
// the SSR part in node.js we won't have a proper location.
const urlRoot = 'https://reactjs.org';
const version = '16.13.0';
const version = '16.13.1';
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js';
export {babelURL, urlRoot, version};