Skip to content

Commit

Permalink
CRA update
Browse files Browse the repository at this point in the history
  • Loading branch information
blvdmitry committed Jul 6, 2024
1 parent 9371ab6 commit 40764c2
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 422 deletions.
20 changes: 10 additions & 10 deletions examples/starter-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"private": true,
"dependencies": {
"@craco/craco": "7.1.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.11.19",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scripts": "5.0.1",
"reshaped": "3.0.0",
"typescript": "5.5.3",
"web-vitals": "3.5.2"
"reshaped": "3.0.1",
"typescript": "4",
"web-vitals": "4.2.1"
},
"scripts": {
"start": "craco start",
Expand Down
9 changes: 0 additions & 9 deletions examples/starter-cra/src/App.test.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion examples/starter-cra/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Demo from "./components/Demo";
const App = () => (
<Reshaped theme="reshaped">
<Demo />
</Reshaped>
</Reshaped>
);

export default App;
15 changes: 0 additions & 15 deletions examples/starter-cra/src/reportWebVitals.ts

This file was deleted.

Loading

0 comments on commit 40764c2

Please sign in to comment.