Skip to content

Commit

Permalink
docs: remove unnecessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwalley committed May 9, 2022
1 parent eeaa252 commit 42d462d
Show file tree
Hide file tree
Showing 5 changed files with 22,268 additions and 32 deletions.
6 changes: 1 addition & 5 deletions examples/basic/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
8 changes: 0 additions & 8 deletions examples/basic/basic/src/App.test.js

This file was deleted.

6 changes: 0 additions & 6 deletions examples/basic/basic/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@ import React from "react";
import ReactDOM from "react-dom/client";
import "./index.css";
import App from "./App";
import reportWebVitals from "./reportWebVitals";

const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(
<React.StrictMode>
<App />
</React.StrictMode>
);

// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();
13 changes: 0 additions & 13 deletions examples/basic/basic/src/reportWebVitals.js

This file was deleted.

Loading

0 comments on commit 42d462d

Please sign in to comment.