Skip to content

Commit

Permalink
Update babel-preset-chisel dependencies (xfiveco#500)
Browse files Browse the repository at this point in the history
 @babel/core                        ^7.10.2  →  ^7.14.6
 @babel/plugin-transform-react-jsx  ^7.10.1  →  ^7.14.5
 @babel/plugin-transform-runtime    ^7.10.1  →  ^7.14.5
 @babel/preset-env                  ^7.10.2  →  ^7.14.7
 @babel/preset-react                ^7.10.1  →  ^7.14.5
 @babel/runtime                     ^7.10.2  →  ^7.14.6
  • Loading branch information
edenizk committed Jun 22, 2021
1 parent 95b0ebe commit 518ee34
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/babel-preset-chisel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"node": ">=10"
},
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-transform-react-jsx": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@babel/runtime": "^7.10.2"
"@babel/core": "^7.14.6",
"@babel/plugin-transform-react-jsx": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.14.6"
},
"peerDependencies": {
"core-js": "^3"
Expand Down

0 comments on commit 518ee34

Please sign in to comment.