Skip to content

Commit

Permalink
align react @type version to others repositories
Browse files Browse the repository at this point in the history
add @mf-types to .gitignore

remove unused type definitions and package.json files from react-query and core-ui

Revert "remove unused type definitions and package.json files from react-query and core-ui"

This reverts commit 0352388.

Revert "add @mf-types to .gitignore"

This reverts commit 84dff91.
  • Loading branch information
MonPote authored and hervedombya committed Nov 25, 2024
1 parent 6f7cd78 commit 14a55a3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
24 changes: 15 additions & 9 deletions shell-ui/package-lock.json

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

8 changes: 2 additions & 6 deletions shell-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^5.1.1",
"@testing-library/user-event": "^13.0.10",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.2.0",
"@types/styled-components": "^5.1.26",
Expand Down Expand Up @@ -58,9 +58,5 @@
"react-router-dom": "5.2.0",
"styled-components": "^5.2.1",
"typescript": "^5.6.3"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
}
}

0 comments on commit 14a55a3

Please sign in to comment.