Skip to content

Commit ab293d0

Browse files
committed
Update d3 version to 7.3.0 and moment js version to 2.29.1
1 parent e3971b5 commit ab293d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script>
1313

1414
<!-- Dependencies -->
15-
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.20.1/moment.min.js"></script>
16-
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.16.0/d3.min.js"></script>
15+
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"></script>
16+
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.3.0/d3.min.js"></script>
1717

1818
<!-- Calendar Heatmap -->
1919
<script src="dist/calendar-heatmap.min.js"></script>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"webpack-cli": "^4.9.1"
3737
},
3838
"peerDependencies": {
39-
"d3": "^5.16.0",
40-
"moment": "^2.20.1",
39+
"d3": "^7.3.0",
40+
"moment": "^2.29.1",
4141
"react": "^16.0.0",
4242
"react-dom": "^16.0.0"
4343
},

0 commit comments

Comments
 (0)