Skip to content

Commit 737522d

Browse files
committed
Run npm upgrade to update many outdated packages
1 parent dc9e8cb commit 737522d

File tree

4 files changed

+4258
-2451
lines changed

4 files changed

+4258
-2451
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: required
22
language: node_js
33
node_js:
4-
- "10.15.0"
4+
- "11.15.0"
55

66
cache:
77
directories:

client/modules/IDE/components/SketchList.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,9 @@ class SketchListRowBase extends React.Component {
238238
SketchListRowBase.propTypes = {
239239
sketch: PropTypes.shape({
240240
id: PropTypes.string.isRequired,
241-
name: PropTypes.string.isRequired
241+
name: PropTypes.string.isRequired,
242+
createdAt: PropTypes.string.isRequired,
243+
updatedAt: PropTypes.string.isRequired
242244
}).isRequired,
243245
username: PropTypes.string.isRequired,
244246
user: PropTypes.shape({

0 commit comments

Comments
 (0)