Navigation Menu

Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
UI Fabric Build committed Sep 13, 2019
1 parent a949681 commit 998d05b
Show file tree
Hide file tree
Showing 49 changed files with 200 additions and 139 deletions.
4 changes: 2 additions & 2 deletions apps/a11y-tests/package.json
Expand Up @@ -11,13 +11,13 @@
"update-snapshots": "just-scripts jest -u"
},
"dependencies": {
"@uifabric/fabric-website-resources": "^7.2.7",
"@uifabric/fabric-website-resources": "^7.3.0",
"axe-core": "^3.2.2",
"axe-puppeteer": "^1.0.0",
"axe-sarif-converter": "^2.0.1",
"glob": "^7.1.2",
"mkdirp": "^0.5.1",
"office-ui-fabric-react": "^7.32.0",
"office-ui-fabric-react": "^7.33.0",
"puppeteer": "^1.13.0",
"tslib": "^1.7.1",
"react": "16.8.6",
Expand Down
4 changes: 2 additions & 2 deletions apps/dom-tests/package.json
Expand Up @@ -17,7 +17,7 @@
"@uifabric/set-version": "^7.0.2",
"es6-promise": "^4.1.0",
"immutability-helper": "~2.8.1",
"office-ui-fabric-react": "^7.32.0",
"office-ui-fabric-react": "^7.33.0",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
Expand All @@ -31,7 +31,7 @@
"@types/react-dom": "16.8.4",
"@types/webpack-env": "1.13.9",
"@uifabric/build": "^7.0.0",
"@uifabric/example-app-base": "^7.6.4",
"@uifabric/example-app-base": "^7.7.0",
"@uifabric/prettier-rules": "^7.0.4",
"@uifabric/tslint-rules": "^7.0.5",
"expect-puppeteer": "4.1.0",
Expand Down
14 changes: 14 additions & 0 deletions apps/fabric-website-resources/CHANGELOG.json
@@ -1,6 +1,20 @@
{
"name": "@uifabric/fabric-website-resources",
"entries": [
{
"date": "Fri, 13 Sep 2019 12:34:39 GMT",
"tag": "@uifabric/fabric-website-resources_v7.3.0",
"version": "7.3.0",
"comments": {
"minor": [
{
"comment": "add accessibility section and add content for modal",
"author": "mgodbolt@microsoft.com",
"commit": "8bd0327d2378b7af36d3e1fecbba990aa3ac483b"
}
]
}
},
{
"date": "Wed, 04 Sep 2019 04:09:58 GMT",
"tag": "@uifabric/fabric-website-resources_v7.2.7",
Expand Down
8 changes: 7 additions & 1 deletion apps/fabric-website-resources/CHANGELOG.md
@@ -1,7 +1,13 @@
# Change Log - @uifabric/fabric-website-resources

This log was last generated on Wed, 04 Sep 2019 04:09:58 GMT and should not be manually modified.
This log was last generated on Fri, 13 Sep 2019 12:34:39 GMT and should not be manually modified.

## 7.3.0
Fri, 13 Sep 2019 12:34:39 GMT

### Minor changes

- add accessibility section and add content for modal (mgodbolt@microsoft.com)
## 7.2.7
Wed, 04 Sep 2019 04:09:58 GMT

Expand Down
6 changes: 3 additions & 3 deletions apps/fabric-website-resources/package.json
@@ -1,6 +1,6 @@
{
"name": "@uifabric/fabric-website-resources",
"version": "7.2.7",
"version": "7.3.0",
"description": "Office UI Fabric React local demo app",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"es6-weak-map": "^2.0.2",
"highlight.js": "^9.12.0",
"office-ui-fabric-core": "^10.0.0",
"office-ui-fabric-react": "^7.32.0",
"office-ui-fabric-react": "^7.33.0",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
Expand All @@ -62,7 +62,7 @@
"@microsoft/load-themed-styles": "^1.7.13",
"@uifabric/api-docs": "^7.0.7",
"@uifabric/azure-themes": "^7.0.9",
"@uifabric/example-app-base": "^7.6.4",
"@uifabric/example-app-base": "^7.7.0",
"@uifabric/fluent-theme": "^7.1.4",
"@uifabric/icons": "^7.2.1",
"@uifabric/mdl2-theme": "^0.1.5",
Expand Down
6 changes: 3 additions & 3 deletions apps/fabric-website/package.json
Expand Up @@ -46,17 +46,17 @@
"dependencies": {
"@microsoft/load-themed-styles": "^1.7.13",
"@uifabric/api-docs": "^7.0.7",
"@uifabric/example-app-base": "^7.6.4",
"@uifabric/example-app-base": "^7.7.0",
"@uifabric/experiments": "^7.16.2",
"@uifabric/fabric-website-resources": "^7.2.7",
"@uifabric/fabric-website-resources": "^7.3.0",
"@uifabric/file-type-icons": "^7.1.0",
"@uifabric/fluent-theme": "^7.1.4",
"@uifabric/icons": "^7.2.1",
"@uifabric/react-cards": "^0.108.1",
"@uifabric/set-version": "^7.0.2",
"@uifabric/theme-samples": "^7.0.5",
"json-loader": "^0.5.7",
"office-ui-fabric-react": "^7.32.0",
"office-ui-fabric-react": "^7.33.0",
"tslib": "^1.7.1",
"whatwg-fetch": "2.0.4"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/perf-test/package.json
Expand Up @@ -23,12 +23,12 @@
},
"dependencies": {
"@uifabric/set-version": "^7.0.2",
"@uifabric/example-app-base": "^7.6.4",
"@uifabric/example-app-base": "^7.7.0",
"@uifabric/experiments": "^7.16.2",
"@microsoft/load-themed-styles": "^1.7.13",
"es6-promise": "^4.1.0",
"immutability-helper": "~2.8.1",
"office-ui-fabric-react": "^7.32.0",
"office-ui-fabric-react": "^7.33.0",
"querystring": "^0.2.0",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/pr-deploy-site/package.json
Expand Up @@ -12,7 +12,7 @@
"@uifabric/charting": "^0.135.0",
"@uifabric/date-time": "^7.4.4",
"@uifabric/experiments": "^7.16.2",
"@uifabric/fabric-website-resources": "^7.2.7",
"@uifabric/fabric-website-resources": "^7.3.0",
"@uifabric/fabric-website": "^7.4.7",
"@uifabric/foundation-scenarios": "^0.102.4",
"perf-test": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/server-rendered-app/package.json
Expand Up @@ -30,7 +30,7 @@
"@uifabric/merge-styles": "^7.5.2",
"@uifabric/set-version": "^7.0.2",
"es6-promise": "^4.1.0",
"office-ui-fabric-react": "^7.32.0",
"office-ui-fabric-react": "^7.33.0",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
Expand Down
4 changes: 2 additions & 2 deletions apps/ssr-tests/package.json
Expand Up @@ -16,11 +16,11 @@
"@types/mocha": "2.2.39",
"@types/webpack-env": "1.13.9",
"@uifabric/build": "^7.0.0",
"@uifabric/fabric-website-resources": "^7.2.7",
"@uifabric/fabric-website-resources": "^7.3.0",
"@uifabric/prettier-rules": "^7.0.4",
"just-scripts-utils": "^0.8.3",
"mocha": "^3.3.0",
"office-ui-fabric-react": "^7.32.0",
"office-ui-fabric-react": "^7.33.0",
"raw-loader": "^0.5.1",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/test-bundles/package.json
Expand Up @@ -29,7 +29,7 @@
"@uifabric/experiments": "^7.16.2",
"@uifabric/set-version": "^7.0.2",
"@uifabric/styling": "^7.6.2",
"office-ui-fabric-react": "^7.32.0",
"office-ui-fabric-react": "^7.33.0",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
Expand Down
4 changes: 2 additions & 2 deletions apps/theming-designer/package.json
Expand Up @@ -22,14 +22,14 @@
"dependencies": {
"@uifabric/react-cards": "^0.108.1",
"@uifabric/merge-styles": "^7.5.2",
"@uifabric/example-app-base": "^7.6.4",
"@uifabric/example-app-base": "^7.7.0",
"@uifabric/variants": "^7.0.5",
"@uifabric/set-version": "^7.0.2",
"@uifabric/icons": "^7.2.1",
"@microsoft/load-themed-styles": "^1.7.13",
"es6-promise": "^4.1.0",
"immutability-helper": "~2.8.1",
"office-ui-fabric-react": "^7.32.0",
"office-ui-fabric-react": "^7.33.0",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/todo-app/package.json
Expand Up @@ -24,7 +24,7 @@
"@microsoft/load-themed-styles": "^1.7.13",
"es6-promise": "^4.1.0",
"immutability-helper": "~2.8.1",
"office-ui-fabric-react": "^7.32.0",
"office-ui-fabric-react": "^7.33.0",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/vr-tests/package.json
Expand Up @@ -43,7 +43,7 @@
"@uifabric/experiments": "^7.16.2",
"@uifabric/set-version": "^7.0.2",
"@uifabric/react-cards": "^0.108.1",
"office-ui-fabric-react": "^7.32.0",
"office-ui-fabric-react": "^7.33.0",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions change/office-ui-fabric-react-2019-09-04-10-01-47-master.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/api-docs/package.json
Expand Up @@ -22,7 +22,7 @@
"@uifabric/styling": "^7.6.2",
"@uifabric/tslint-rules": "^7.0.5",
"@uifabric/utilities": "^7.0.9",
"office-ui-fabric-react": "^7.32.0"
"office-ui-fabric-react": "^7.33.0"
},
"dependencies": {
"@microsoft/tsdoc": "0.12.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/azure-themes/package.json
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@uifabric/merge-styles": "^7.5.2",
"@uifabric/set-version": "^7.0.2",
"office-ui-fabric-react": "^7.32.0",
"office-ui-fabric-react": "^7.33.0",
"tslib": "^1.7.1"
}
}
4 changes: 2 additions & 2 deletions packages/charting/package.json
Expand Up @@ -35,7 +35,7 @@
"@types/resemblejs": "~1.3.28",
"@types/sinon": "2.2.2",
"@types/webpack-env": "1.13.9",
"@uifabric/example-app-base": "^7.6.4",
"@uifabric/example-app-base": "^7.7.0",
"@uifabric/jest-serializer-merge-styles": "^7.0.6",
"@uifabric/prettier-rules": "^7.0.4",
"@uifabric/tslint-rules": "^7.0.5",
Expand Down Expand Up @@ -66,7 +66,7 @@
"d3-selection": "1.3.0",
"d3-shape": "^1.2.0",
"d3-time-format": "^2.1.3",
"office-ui-fabric-react": "^7.32.0",
"office-ui-fabric-react": "^7.33.0",
"prop-types": "^15.5.10",
"tslib": "^1.7.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/date-time/package.json
Expand Up @@ -34,7 +34,7 @@
"@types/react-test-renderer": "^16.0.0",
"@types/webpack-env": "1.13.9",
"@uifabric/codepen-loader": "^7.0.8",
"@uifabric/example-app-base": "^7.6.4",
"@uifabric/example-app-base": "^7.7.0",
"@uifabric/jest-serializer-merge-styles": "^7.0.6",
"@uifabric/prettier-rules": "^7.0.4",
"@uifabric/tslint-rules": "^7.0.5",
Expand All @@ -52,7 +52,7 @@
"@uifabric/set-version": "^7.0.2",
"@uifabric/styling": "^7.6.2",
"@uifabric/utilities": "^7.0.9",
"office-ui-fabric-react": "^7.32.0",
"office-ui-fabric-react": "^7.33.0",
"tslib": "^1.7.1"
},
"peerDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/example-app-base/CHANGELOG.json
@@ -1,6 +1,20 @@
{
"name": "@uifabric/example-app-base",
"entries": [
{
"date": "Fri, 13 Sep 2019 12:34:39 GMT",
"tag": "@uifabric/example-app-base_v7.7.0",
"version": "7.7.0",
"comments": {
"minor": [
{
"comment": "add accessibility section and add content for modal",
"author": "mgodbolt@microsoft.com",
"commit": "8bd0327d2378b7af36d3e1fecbba990aa3ac483b"
}
]
}
},
{
"date": "Wed, 04 Sep 2019 04:09:58 GMT",
"tag": "@uifabric/example-app-base_v7.6.4",
Expand Down
8 changes: 7 additions & 1 deletion packages/example-app-base/CHANGELOG.md
@@ -1,7 +1,13 @@
# Change Log - @uifabric/example-app-base

This log was last generated on Wed, 04 Sep 2019 04:09:58 GMT and should not be manually modified.
This log was last generated on Fri, 13 Sep 2019 12:34:39 GMT and should not be manually modified.

## 7.7.0
Fri, 13 Sep 2019 12:34:39 GMT

### Minor changes

- add accessibility section and add content for modal (mgodbolt@microsoft.com)
## 7.6.4
Wed, 04 Sep 2019 04:09:58 GMT

Expand Down

0 comments on commit 998d05b

Please sign in to comment.