Skip to content

Commit

Permalink
fix: peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Nov 26, 2024
1 parent 26a2504 commit 809973e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@babel/eslint-parser": "7.16.3",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "7.16.7",
"@babel/register": "^7.16.0",
"@babel/runtime-corejs3": "7.16.8",
Expand Down Expand Up @@ -58,7 +58,7 @@
"peerDependencies": {
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "7.16.7",
"@babel/register": "^7.16.0",
"@babel/runtime-corejs3": "7.16.8",
Expand Down

0 comments on commit 809973e

Please sign in to comment.