Skip to content

Commit

Permalink
fix: remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Dec 14, 2021
1 parent 777f8f7 commit 9013b54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@rollup/plugin-babel": "^5.3.0",
"tsconfig-paths-webpack-plugin": "^3.5.2"
"@fortawesome/react-fontawesome": "^0.1.16"
},
"devDependencies": {
"tsconfig-paths-webpack-plugin": "^3.5.2",
"@rollup/plugin-babel": "^5.3.0",
"react": "^17.0.2",
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.4",
Expand Down

1 comment on commit 9013b54

@vercel
Copy link

@vercel vercel bot commented on 9013b54 Dec 14, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.