Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluent UI Build committed Oct 27, 2020
1 parent 3ab27dc commit e631d61
Show file tree
Hide file tree
Showing 51 changed files with 288 additions and 224 deletions.
6 changes: 3 additions & 3 deletions apps/a11y-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"update-snapshots": "just-scripts jest -u"
},
"dependencies": {
"@uifabric/fabric-website-resources": "^7.8.39",
"@uifabric/fabric-website-resources": "^7.8.40",
"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.148.0",
"office-ui-fabric-react": "^7.148.1",
"puppeteer": "^1.13.0",
"tslib": "^1.10.0",
"react": "16.8.6",
Expand All @@ -36,6 +36,6 @@
"@types/react-dom": "16.8.4",
"@types/sarif": "^2.1.1",
"@uifabric/build": "^7.0.0",
"@uifabric/icons": "^7.5.12"
"@uifabric/icons": "^7.5.13"
}
}
2 changes: 1 addition & 1 deletion apps/codesandbox-react-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@uifabric/set-version": "^7.0.23",
"@microsoft/load-themed-styles": "^1.10.26",
"@fluentui/react": "^7.148.0",
"@fluentui/react": "^7.148.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"tslib": "^1.10.0"
Expand Down
4 changes: 2 additions & 2 deletions apps/dom-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@types/react": "16.8.25",
"@types/webpack-env": "1.15.1",
"@uifabric/build": "^7.0.0",
"@uifabric/example-app-base": "^7.15.31",
"@uifabric/example-app-base": "^7.15.32",
"expect-puppeteer": "4.1.0",
"jest-environment-node": "~24.9.0",
"jest-environment-puppeteer": "^4.1.0",
"jest-puppeteer": "^4.0.0",
"office-ui-fabric-react": "^7.148.0",
"office-ui-fabric-react": "^7.148.1",
"puppeteer": "^1.13.0",
"react-dom": "16.8.6",
"react": "16.8.6",
Expand Down
20 changes: 10 additions & 10 deletions apps/fabric-website-resources/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uifabric/fabric-website-resources",
"version": "7.8.39",
"version": "7.8.40",
"description": "Fluent UI React local demo app",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -36,18 +36,18 @@
"react-dom": "16.8.6"
},
"dependencies": {
"@fluentui/react-examples": "^0.8.1",
"@fluentui/react-examples": "^0.8.2",
"@microsoft/load-themed-styles": "^1.10.26",
"@uifabric/api-docs": "^7.5.34",
"@uifabric/azure-themes": "^7.5.32",
"@uifabric/example-app-base": "^7.15.31",
"@uifabric/icons": "^7.5.12",
"@uifabric/mdl2-theme": "^0.3.30",
"@uifabric/api-docs": "^7.5.35",
"@uifabric/azure-themes": "^7.5.33",
"@uifabric/example-app-base": "^7.15.32",
"@uifabric/icons": "^7.5.13",
"@uifabric/mdl2-theme": "^0.3.31",
"@uifabric/set-version": "^7.0.23",
"@uifabric/theme-samples": "^7.1.34",
"@uifabric/tsx-editor": "^0.13.31",
"@uifabric/theme-samples": "^7.1.35",
"@uifabric/tsx-editor": "^0.13.32",
"office-ui-fabric-core": "^11.0.0",
"office-ui-fabric-react": "^7.148.0",
"office-ui-fabric-react": "^7.148.1",
"tslib": "^1.10.0"
},
"peerDependencies": {
Expand Down
23 changes: 23 additions & 0 deletions apps/fabric-website/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@uifabric/fabric-website",
"entries": [
{
"date": "Tue, 27 Oct 2020 12:28:11 GMT",
"tag": "@uifabric/fabric-website_v7.15.40",
"version": "7.15.40",
"comments": {
"patch": [
{
"comment": "Store website info in sessionStorage (v7)",
"author": "[email protected]",
"commit": "ae0b2d7b63e7edd40f224d509c822cdd57136e47",
"package": "@uifabric/fabric-website"
}
],
"none": [
{
"comment": "Website: Fix JSON parsing error",
"author": "[email protected]",
"commit": "3ab27dcb3351510079cb9a2a26d5150058d47cc8",
"package": "@uifabric/fabric-website"
}
]
}
},
{
"date": "Mon, 28 Sep 2020 12:28:49 GMT",
"tag": "@uifabric/fabric-website_v7.15.19",
Expand Down
11 changes: 10 additions & 1 deletion apps/fabric-website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @uifabric/fabric-website

This log was last generated on Mon, 28 Sep 2020 12:28:49 GMT and should not be manually modified.
This log was last generated on Tue, 27 Oct 2020 12:28:11 GMT and should not be manually modified.

<!-- Start content -->

## [7.15.40](https://github.com/microsoft/fluentui/tree/@uifabric/fabric-website_v7.15.40)

Tue, 27 Oct 2020 12:28:11 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@uifabric/fabric-website_v7.15.19..@uifabric/fabric-website_v7.15.40)

### Patches

- Store website info in sessionStorage (v7) ([PR #15712](https://github.com/microsoft/fluentui/pull/15712) by [email protected])

## [7.15.19](https://github.com/microsoft/fluentui/tree/@uifabric/fabric-website_v7.15.19)

Mon, 28 Sep 2020 12:28:49 GMT
Expand Down
26 changes: 13 additions & 13 deletions apps/fabric-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uifabric/fabric-website",
"version": "7.15.39",
"version": "7.15.40",
"description": "The official website for the Fluent UI project.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -33,28 +33,28 @@
"@types/react-dom": "16.8.4",
"@types/webpack-env": "1.15.1",
"@uifabric/build": "^7.0.0",
"@uifabric/tsx-editor": "^0.13.31",
"@uifabric/tsx-editor": "^0.13.32",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
"write-file-webpack-plugin": "^4.1.0"
},
"dependencies": {
"@fluentui/react-examples": "^0.8.1",
"@fluentui/theme": "^1.5.1",
"@fluentui/react-examples": "^0.8.2",
"@fluentui/theme": "^1.5.2",
"@microsoft/load-themed-styles": "^1.10.26",
"@uifabric/api-docs": "^7.5.34",
"@uifabric/example-app-base": "^7.15.31",
"@uifabric/experiments": "^7.36.0",
"@uifabric/fabric-website-resources": "^7.8.39",
"@uifabric/file-type-icons": "^7.6.15",
"@uifabric/icons": "^7.5.12",
"@uifabric/api-docs": "^7.5.35",
"@uifabric/example-app-base": "^7.15.32",
"@uifabric/experiments": "^7.36.1",
"@uifabric/fabric-website-resources": "^7.8.40",
"@uifabric/file-type-icons": "^7.6.16",
"@uifabric/icons": "^7.5.13",
"@uifabric/set-version": "^7.0.23",
"@uifabric/theme-samples": "^7.1.34",
"@uifabric/utilities": "^7.32.4",
"@uifabric/theme-samples": "^7.1.35",
"@uifabric/utilities": "^7.33.0",
"json-loader": "^0.5.7",
"office-ui-fabric-core": "^11.0.0",
"office-ui-fabric-react": "^7.148.0",
"office-ui-fabric-react": "^7.148.1",
"tslib": "^1.10.0",
"whatwg-fetch": "2.0.4"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/perf-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"dependencies": {
"@uifabric/set-version": "^7.0.23",
"@uifabric/example-app-base": "^7.15.31",
"@uifabric/experiments": "^7.36.0",
"@uifabric/example-app-base": "^7.15.32",
"@uifabric/experiments": "^7.36.1",
"@microsoft/load-themed-styles": "^1.10.26",
"office-ui-fabric-react": "^7.148.0",
"office-ui-fabric-react": "^7.148.1",
"querystring": "^0.2.0",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/server-rendered-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.10.26",
"@uifabric/icons": "^7.5.12",
"@uifabric/icons": "^7.5.13",
"@uifabric/merge-styles": "^7.19.1",
"@uifabric/set-version": "^7.0.23",
"office-ui-fabric-react": "^7.148.0",
"office-ui-fabric-react": "^7.148.1",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@types/mocha": "^7.0.2",
"@types/webpack-env": "1.15.1",
"@uifabric/build": "^7.0.0",
"@uifabric/fabric-website-resources": "^7.8.39",
"@uifabric/fabric-website-resources": "^7.8.40",
"just-scripts-utils": "^0.8.3",
"mocha": "^3.3.0",
"office-ui-fabric-react": "^7.148.0",
"office-ui-fabric-react": "^7.148.1",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@uifabric/set-version": "^7.0.23",
"office-ui-fabric-react": "^7.148.0",
"office-ui-fabric-react": "^7.148.1",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
Expand Down
10 changes: 5 additions & 5 deletions apps/theming-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"@uifabric/build": "^7.0.0"
},
"dependencies": {
"@uifabric/react-cards": "^0.114.1",
"@uifabric/react-cards": "^0.114.2",
"@uifabric/merge-styles": "^7.19.1",
"@uifabric/example-app-base": "^7.15.31",
"@uifabric/variants": "^7.2.26",
"@uifabric/example-app-base": "^7.15.32",
"@uifabric/variants": "^7.2.27",
"@uifabric/set-version": "^7.0.23",
"@uifabric/icons": "^7.5.12",
"@uifabric/icons": "^7.5.13",
"@microsoft/load-themed-styles": "^1.10.26",
"office-ui-fabric-react": "^7.148.0",
"office-ui-fabric-react": "^7.148.1",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@microsoft/load-themed-styles": "^1.10.26",
"es6-promise": "^4.1.0",
"immutability-helper": "~2.8.1",
"office-ui-fabric-react": "^7.148.0",
"office-ui-fabric-react": "^7.148.1",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
Expand Down
14 changes: 7 additions & 7 deletions apps/vr-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"test": "just-scripts test"
},
"dependencies": {
"@fluentui/react-icons": "^0.3.6",
"@fluentui/storybook": "^0.5.16",
"@fluentui/react-icons": "^0.3.7",
"@fluentui/storybook": "^0.5.17",
"@uifabric/example-data": "^7.1.5",
"@uifabric/experiments": "^7.36.0",
"@uifabric/react-cards": "^0.114.1",
"@uifabric/react-hooks": "^7.13.6",
"@uifabric/experiments": "^7.36.1",
"@uifabric/react-cards": "^0.114.2",
"@uifabric/react-hooks": "^7.13.7",
"@uifabric/set-version": "^7.0.23",
"office-ui-fabric-react": "^7.148.0",
"office-ui-fabric-react": "^7.148.1",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
Expand All @@ -38,7 +38,7 @@
"@types/react-dom": "16.8.4",
"@types/webpack-env": "1.15.1",
"@uifabric/build": "^7.0.0",
"@uifabric/date-time": "^7.17.29",
"@uifabric/date-time": "^7.17.30",
"awesome-typescript-loader": "^3.2.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.5.3",
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-2020-10-24-10-42-39-7.0.json

This file was deleted.

14 changes: 7 additions & 7 deletions packages/api-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uifabric/api-docs",
"version": "7.5.34",
"version": "7.5.35",
"description": "A package that transforms api-extractor .api.json files into page.json files",
"repository": {
"type": "git",
Expand All @@ -25,15 +25,15 @@
},
"dependencies": {
"@fluentui/date-time-utilities": "^7.9.0",
"@fluentui/react-focus": "^7.16.13",
"@fluentui/theme": "^1.5.1",
"@fluentui/react-focus": "^7.16.14",
"@fluentui/theme": "^1.5.2",
"@uifabric/merge-styles": "^7.19.1",
"@uifabric/react-cards": "^0.114.1",
"@uifabric/styling": "^7.16.13",
"@uifabric/utilities": "^7.32.4",
"@uifabric/react-cards": "^0.114.2",
"@uifabric/styling": "^7.16.14",
"@uifabric/utilities": "^7.33.0",
"@microsoft/api-extractor-model": "7.7.1",
"@microsoft/tsdoc": "0.12.14",
"fs-extra": "^8.1.0",
"office-ui-fabric-react": "^7.148.0"
"office-ui-fabric-react": "^7.148.1"
}
}
8 changes: 4 additions & 4 deletions packages/azure-themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uifabric/azure-themes",
"version": "7.5.32",
"version": "7.5.33",
"description": "Azure themes for Fluent UI React",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
Expand All @@ -26,14 +26,14 @@
"@fluentui/eslint-plugin": "^0.54.1",
"@uifabric/build": "^7.0.0",
"@uifabric/example-data": "^7.1.5",
"@uifabric/react-hooks": "^7.13.6",
"@uifabric/react-hooks": "^7.13.7",
"react": "16.8.6"
},
"dependencies": {
"@fluentui/theme": "^1.5.1",
"@fluentui/theme": "^1.5.2",
"@uifabric/merge-styles": "^7.19.1",
"@uifabric/set-version": "^7.0.23",
"office-ui-fabric-react": "^7.148.0",
"office-ui-fabric-react": "^7.148.1",
"tslib": "^1.10.0"
}
}
Loading

0 comments on commit e631d61

Please sign in to comment.