Skip to content

Commit

Permalink
Retrograde typescript to 5.1.6 waiting for compatible eslint config a…
Browse files Browse the repository at this point in the history
…nd apply minors
  • Loading branch information
Hugo Marcellin committed Mar 28, 2024
1 parent df27ec9 commit 98e9752
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 46 deletions.
78 changes: 36 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.1",
"react-intl": "^6.6.3",
"react-hook-form": "^7.51.2",
"react-intl": "^6.6.4",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"react-scripts": "^5.0.1",
Expand Down Expand Up @@ -79,13 +79,13 @@
"@types/node": "^20.11.30",
"@types/prettier": "^3.0.0",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.71",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@types/react-window": "^1.8.8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"http-proxy-middleware": "^2.0.6",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
"typescript": "5.1.6"
}
}

0 comments on commit 98e9752

Please sign in to comment.