bbovenzi commented on a change in pull request #18675:
URL: https://github.com/apache/airflow/pull/18675#discussion_r747762208
##########
File path: airflow/www/package.json
##########
@@ -56,19 +60,29 @@
"webpack-manifest-plugin": "^2.2.0"
},
"dependencies": {
+ "@chakra-ui/react": "^1.6.6",
+ "@emotion/cache": "^11.4.0",
+ "@emotion/react": "^11.4.1",
+ "@emotion/styled": "^11",
"bootstrap-3-typeahead": "^4.0.2",
+ "camelcase-keys": "^7.0.0",
"codemirror": "^5.59.1",
"d3": "^3.4.4",
"d3-shape": "^2.1.0",
"d3-tip": "^0.9.1",
"dagre-d3": "^0.6.4",
"datatables.net": "^1.10.23",
"datatables.net-bs": "^1.10.23",
+ "dayjs": "^1.10.6",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
+ "framer-motion": "^4",
"jquery": ">=3.5.0",
"jshint": "^2.12.0",
"moment-timezone": "^0.5.28",
"nvd3": "^1.8.6",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2",
+ "react-icons": "^4.2.0",
Review comment:
I updated the PR to use the above library in our `webpack.config.js` to
auto-generate a `licenses/LICENSES-ui.txt` file when running `yarn run build`.
The file is gitignored but will be included in any builds during `setup.py`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]