Skip to content

Commit

Permalink
fix(react): fix babel core migration (#18485)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Aug 4, 2023
1 parent 14fab26 commit 23fab05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/react/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,16 @@
"implementation": "./src/migrations/update-16-2-0-remove-package/update-16-2-0-remove-package"
},
"remove-types-react-router-dom": {
"cli": "nx",
"version": "16.7.0-beta.2",
"description": "Add @babel/core to package.json if @babel/preset-react is present",
"implementation": "./src/migrations/update-16-7-0/add-babel-core"
},
"add-babel-core": {
"cli": "nx",
"version": "16.3.0-beta.2",
"description": "Remove @types/react-router-dom from package.json",
"implementation": "./src/migrations/update-16-3-0/remove-types-react-router-dom-package"
},
"add-babel-core": {
"cli": "nx",
"version": "16.7.0-beta.2",
"description": "Add @babel/core to package.json if @babel/preset-react is present",
"implementation": "./src/migrations/update-16-7-0/add-babel-core"
}
},
"packageJsonUpdates": {
Expand Down

1 comment on commit 23fab05

@vercel
Copy link

@vercel vercel bot commented on 23fab05 Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.