Skip to content

Commit

Permalink
Bump package versions (#11926)
Browse files Browse the repository at this point in the history
* DocumentCard: Updating DocumentCardLocations styles to latest Fluent specs.

* Making package dependency versions in react-focus be consistent with other packages.

* Change files
  • Loading branch information
khmakoto authored Feb 12, 2020
1 parent 9b93ac1 commit d83580c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "patch",
"comment": "Making package dependency versions in react-focus be consistent with other packages.",
"packageName": "@fluentui/react-focus",
"email": "Humberto.Morimoto@microsoft.com",
"commit": "364cfc4e5ff88925d5bf1c8af3264ba895fe4aaa",
"dependentChangeType": "patch",
"date": "2020-02-11T23:49:24.813Z"
}
14 changes: 7 additions & 7 deletions packages/react-focus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
"@types/react-test-renderer": "^16.0.0",
"@types/webpack-env": "1.13.9",
"@uifabric/build": "^7.0.0",
"@uifabric/jest-serializer-merge-styles": "^7.0.6",
"@uifabric/jest-serializer-merge-styles": "^7.0.10",
"@uifabric/prettier-rules": "^7.0.4",
"@uifabric/tslint-rules": "^7.0.5",
"enzyme": "~3.9.0",
"enzyme-adapter-react-16": "^1.2.0",
"@uifabric/tslint-rules": "^7.0.6",
"enzyme": "~3.10.0",
"enzyme-adapter-react-16": "^1.15.0",
"es6-weak-map": "^2.0.2",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
"react-test-renderer": "^16.3.0"
},
"dependencies": {
"@uifabric/set-version": "^7.0.2",
"@uifabric/utilities": "^7.11.0",
"@uifabric/merge-styles": "^7.8.1",
"@uifabric/merge-styles": "^7.8.6",
"@uifabric/set-version": "^7.0.5",
"@uifabric/utilities": "^7.11.8",
"tslib": "^1.10.0"
},
"peerDependencies": {
Expand Down

0 comments on commit d83580c

Please sign in to comment.