Skip to content

Commit

Permalink
chore: upgrade babel-core and add type resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
demshy committed Aug 22, 2023
1 parent 8687fd8 commit 514984a
Show file tree
Hide file tree
Showing 2 changed files with 350 additions and 80 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
],
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
Expand Down Expand Up @@ -196,6 +196,7 @@
"process": "^0.11.10"
},
"resolutions": {
"react-redux": "^7.2.0"
"react-redux": "^7.2.0",
"babel-plugin-lodash/@babel/types": "~7.20.0"
}
}
Loading

0 comments on commit 514984a

Please sign in to comment.