Skip to content

Commit

Permalink
fix #103. update dependencies
Browse files Browse the repository at this point in the history
related to #3 update for React 16 and 17
  • Loading branch information
james-anderson-iu committed Dec 14, 2021
1 parent 42de9a6 commit e300d58
Show file tree
Hide file tree
Showing 35 changed files with 56,299 additions and 47,728 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2019, Indiana University
Copyright (c) 2021, Indiana University
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 2 additions & 1 deletion examples/timer/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["env", "react"]
"plugins": ["@babel/plugin-proposal-object-rest-spread"],
"presets": ["@babel/preset-env", "@babel/preset-react"]
}
Loading

0 comments on commit e300d58

Please sign in to comment.