Skip to content

Commit

Permalink
Merge pull request #24 from barnardb/barnardb/chore/update-dependencies
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
dundalek authored Apr 16, 2023
2 parents 810bb84 + e3910d9 commit a567279
Show file tree
Hide file tree
Showing 4 changed files with 15,334 additions and 21 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
dist
package-lock.json
.cache
coverage
4 changes: 2 additions & 2 deletions app/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var React = require('react'),
ReactDOM = require('react-dom'),
ReactDOMClient = require('react-dom/client'),
App = require('./app');

ReactDOM.render(<App />, document.getElementById('app'));
ReactDOMClient.createRoot(document.getElementById('app')).render(<App />);
Loading

0 comments on commit a567279

Please sign in to comment.