Skip to content

Commit

Permalink
Run npm upgrade to update many outdated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
catarak committed Jan 28, 2020
1 parent dc9e8cb commit 737522d
Show file tree
Hide file tree
Showing 4 changed files with 4,258 additions and 2,451 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: required
language: node_js
node_js:
- "10.15.0"
- "11.15.0"

cache:
directories:
Expand Down
4 changes: 3 additions & 1 deletion client/modules/IDE/components/SketchList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,9 @@ class SketchListRowBase extends React.Component {
SketchListRowBase.propTypes = {
sketch: PropTypes.shape({
id: PropTypes.string.isRequired,
name: PropTypes.string.isRequired
name: PropTypes.string.isRequired,
createdAt: PropTypes.string.isRequired,
updatedAt: PropTypes.string.isRequired
}).isRequired,
username: PropTypes.string.isRequired,
user: PropTypes.shape({
Expand Down
Loading

0 comments on commit 737522d

Please sign in to comment.