Skip to content

Commit

Permalink
fix: Typescript version conflicts \w react-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisUser committed Apr 29, 2023
1 parent cfce6ec commit 668945a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cra-template-complete-web-app",
"version": "1.1.10",
"version": "1.1.11",
"description": "CRA template with: typescript, axios, sass, react-router, redux and much more already configured.",
"license": "MIT",
"main": "template.json",
Expand Down
2 changes: 1 addition & 1 deletion template.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/react-redux": "^7.1.25",
"typescript": "^5.0.3"
"typescript": "^4.9.5"
},
"scripts": {
"start": "react-scripts start",
Expand Down

1 comment on commit 668945a

@bvn13
Copy link

@bvn13 bvn13 commented on 668945a Apr 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works now

Please sign in to comment.