spotty-amberS
Refine3y ago
4 replies
spotty-amber

After upgrading my refine package to the latest version I get an warning

The warning I get is
One of your dependencies, babel-preset-react-app, is importing the
"@babel/plugin-proposal-private-property-in-object" package without
declaring it in its dependencies. This is currently working because
"@babel/plugin-proposal-private-property-in-object" is already in your
node_modules folder for unrelated reasons, but it may break at any time.


All my refine package versions that I am using are as below:
  "@refinedev/antd": "^5.28.0",
  "@refinedev/cli": "^2.7.2",
  "@refinedev/core": "^4.26.2",
  "@refinedev/kbar": "^1.1.0",
  "@refinedev/react-router-v6": "^4.3.2",
  "@refinedev/simple-rest": "^4.5.0",
Was this page helpful?