You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/18 17:08:31 UTC

[GitHub] [airflow] bbovenzi commented on a change in pull request #14862: Adds initial router, routes, and placeholder views

bbovenzi commented on a change in pull request #14862:
URL: https://github.com/apache/airflow/pull/14862#discussion_r597078182



##########
File path: airflow/ui/package.json
##########
@@ -42,5 +42,8 @@
     "webpack": "^4",
     "webpack-cli": "^3",
     "webpack-dev-server": "^3"
+  },
+  "resolutions": {

Review comment:
       A warning was bubbling up from Chakra UI. They're using a deprecated function from a dependency. `resolutions` let's us swap out their dependency to a slightly older one which doesn't fire the warning. We can remove it when Chakra releases an update.
   
   See:
   https://github.com/chakra-ui/chakra-ui/issues/3459#issuecomment-792906739
   https://classic.yarnpkg.com/en/docs/selective-version-resolutions/




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org