Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesMerkt committed Dec 19, 2022
1 parent 29485b9 commit 77d0171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"peerDependencies": {
"@emotion/react": ">=11.9.0",
"@mantine/core": ">=5.0.0",
"@mantine/hooks": ">=5.0.0"
"@mantine/hooks": ">=5.0.0",
"@tabler/icons": "^1.117.0"
},
"devDependencies": {
"@babel/core": "^7.18.9",
Expand All @@ -58,7 +59,6 @@
"@storybook/builder-webpack4": "^6.5.9",
"@storybook/manager-webpack4": "^6.5.9",
"@storybook/react": "^6.5.9",
"@tabler/icons": "^1.117.0",
"@testing-library/dom": "^8.16.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
Expand Down

0 comments on commit 77d0171

Please sign in to comment.