Skip to content

Commit

Permalink
dependencies | aligning peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
melloc01 committed Aug 27, 2021
1 parent 1be2ff8 commit f7a0a3f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,16 @@
"babel-preset-const-enum": "1.0.0"
},
"peerDependencies": {
"@babel/cli": "7.10.5",
"@babel/core": "7.11.4",
"@babel/plugin-transform-modules-commonjs": "7.10.4",
"@babel/preset-env": "7.11.0",
"@babel/preset-flow": "7.10.4",
"@babel/preset-react": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/plugin-transform-modules-commonjs": "7.14.0",
"@babel/preset-env": "7.14.4",
"@babel/preset-flow": "7.13.13",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"babel-plugin-add-react-displayname": "^0.0.5",
"babel-plugin-const-enum": "1.0.1",
"babel-plugin-styled-components": "1.11.1",
"babel-plugin-styled-components": "1.12.0",
"babel-preset-const-enum": "1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit f7a0a3f

Please sign in to comment.