Skip to content

Commit

Permalink
version 0.0.5 fluentUi to peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszPilch committed Sep 13, 2020
1 parent 472371a commit ee1b77f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bheui/components",
"version": "0.0.4",
"version": "0.0.5",
"description": "Components fo BHE be UI",
"main": "index.js",
"scripts": {
Expand All @@ -27,18 +27,18 @@
},
"homepage": "https://github.com/TomaszPilch/BHE-be-ui-components#readme",
"peerDependencies": {
"next": "^9.5.3"
"next": "^9.5.3",
"@fluentui/react": "^7.137.1",
"office-ui-fabric-core": "^11.0.0"
},
"dependencies": {
"@fluentui/react": "^7.137.1",
"axios": "^0.20.0",
"brace": "^0.11.1",
"classnames": "^2.2.6",
"cookie": "^0.4.1",
"devx-js-utilities": "^0.1.4",
"isomorphic-unfetch": "^3.0.0",
"moment": "^2.28.0",
"office-ui-fabric-core": "^11.0.0",
"react-ace": "^9.1.1",
"react-dropzone": "^11.1.0",
"react-redux": "^7.2.1",
Expand Down

0 comments on commit ee1b77f

Please sign in to comment.