Skip to content

Commit

Permalink
🔀 Merge pull request #49 from T4rk1n/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
T4rk1n committed Jan 8, 2020
2 parents a58bad0 + 99fc101 commit b9cd75f
Show file tree
Hide file tree
Showing 13 changed files with 26,868 additions and 19,666 deletions.
12 changes: 6 additions & 6 deletions dazzler/_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
_vendors_requirements = [
# React
_Requirement(
internal=os.path.join(_vendors, 'react-16-8-6.production.min.js'),
dev=os.path.join(_vendors, 'react-16-8-6.development.js'),
external='https://unpkg.com/react@16.8.6/umd/react.production.min.js',
internal=os.path.join(_vendors, 'react-16-12-0.production.min.js'),
dev=os.path.join(_vendors, 'react-16-12-0.development.js'),
external='https://unpkg.com/react@16.12.0/umd/react.production.min.js',
),
# React-dom
_Requirement(
internal=os.path.join(_vendors, 'react-dom-16-8-6.production.min.js'),
dev=os.path.join(_vendors, 'react-dom-16-8-6.development.js'),
external='https://unpkg.com/react-dom@16.8.6/umd/react-dom.production.min.js', # noqa: E501
internal=os.path.join(_vendors, 'react-dom-16-12-0.production.min.js'),
dev=os.path.join(_vendors, 'react-dom-16-12-0.development.js'),
external='https://unpkg.com/react-dom@16.12.0/umd/react-dom.production.min.js', # noqa: E501
),
# Normalize
_Requirement(
Expand Down

0 comments on commit b9cd75f

Please sign in to comment.