Skip to content

Commit

Permalink
Fix dependencies after react-northstar release
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavstastny committed Jul 27, 2020
1 parent 215aed1 commit bdb1d3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions apps/codesandbox-react-northstar-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"typescript": "3.7.2"
},
"dependencies": {
"@fluentui/accessibility": "^0.50.0",
"@fluentui/code-sandbox": "^0.50.0",
"@fluentui/react-bindings": "^0.50.0",
"@fluentui/react-northstar": "^0.50.0",
"@fluentui/accessibility": "^0.51.0",
"@fluentui/code-sandbox": "^0.51.0",
"@fluentui/react-bindings": "^0.51.0",
"@fluentui/react-northstar": "^0.51.0",
"prettier": "~1.19.1",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/pr-deploy-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"license": "MIT",
"dependencies": {
"@fluentui/docs": "^0.50.0",
"@fluentui/docs": "^0.51.0",
"@fluentui/react-button": "^0.7.9",
"@fluentui/react-next": "^8.0.0-alpha.69",
"@fluentui/react-tabs": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fluentui/code-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"main": "dist/commonjs/index.js",
"module": "dist/es/index.js",
"peerDependencies": {
"@fluentui/react-northstar": "0.50.0",
"@fluentui/react-northstar": "0.51.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
Expand Down

0 comments on commit bdb1d3a

Please sign in to comment.