Skip to content

Commit

Permalink
Downgrade react back to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyskoedijk committed Dec 27, 2024
1 parent ca63a70 commit 5383797
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 38 deletions.
61 changes: 31 additions & 30 deletions ui/package-lock.json

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

10 changes: 2 additions & 8 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"recharts": "^2.14.1"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.26",
"@types/react": "~16.8.2",
"@types/react-dom": "~16.8.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"sass": "^1.82.0",
Expand All @@ -21,11 +21,5 @@
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"overrides": {
"azure-devops-ui": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
}
}
}

0 comments on commit 5383797

Please sign in to comment.