Skip to content

Commit

Permalink
Merge pull request #7 from trendmicro-frontend/fix/react-datepicker-v…
Browse files Browse the repository at this point in the history
…ersion

Fix pacakge versioning to prevent dependencies from breaking change
  • Loading branch information
xJkit authored Aug 7, 2018
2 parents 1105fe0 + ac076d3 commit c2f94f2
Show file tree
Hide file tree
Showing 4 changed files with 5,185 additions and 2,640 deletions.
7,813 changes: 5,179 additions & 2,634 deletions docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
<body>
<div id="container"></div>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<script type="text/javascript" src="bundle.js?7cfd72f2feb6f86259fa"></script></body>
<script type="text/javascript" src="bundle.js?4c98eeb5ec3bc10bf391"></script></body>
</html>
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"react": "^0.14.0 || >=15.0.0"
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"react-datepicker": "^1.3.0",
"uncontrollable": "^5.0.0"
"classnames": "~2.2.5",
"prop-types": "~15.5.8",
"react-datepicker": "~1.5.0",
"uncontrollable": "~5.0.0"
},
"devDependencies": {
"@trendmicro/react-anchor": "~0.5.5",
Expand Down

0 comments on commit c2f94f2

Please sign in to comment.