- @microsoft/fast-components-class-name-contracts-base@4.6.4
 - @microsoft/fast-components-class-name-contracts-msft@4.8.4
 - @microsoft/fast-components-foundation-react@3.1.6
 - @microsoft/fast-components-react-base@4.25.8
 - @microsoft/fast-components-react-msft@4.30.8
 - @microsoft/fast-components-styles-msft@4.28.7
 - @microsoft/fast-jss-manager-react@4.7.0
 - @microsoft/fast-jss-manager@4.1.14
 - @microsoft/fast-jss-utilities@4.7.10
 - @microsoft/fast-layouts-react@4.11.7
 - @microsoft/fast-react-utilities@1.1.3
 - @microsoft/fast-storybook-design-system-addon@1.2.32
 - @microsoft/fast-storybook-presets@1.2.0
 - @microsoft/fast-figma-plugin-msft@0.6.0
 - @microsoft/fast-tooling-react@2.0.2
 - @microsoft/fast-tooling@0.2.0
 - @microsoft/fast-animation@4.0.10
 - @microsoft/fast-colors@5.0.6
 - @microsoft/eslint-config-fast-dna@1.1.1
 - @microsoft/fast-tslint-rules@3.1.2
 - @microsoft/fast-web-utilities@4.4.3
 - @microsoft/fast-components@0.9.0
 - @microsoft/fast-element@0.7.0
 - @microsoft/fast-color-explorer@1.5.27
 - @microsoft/fast-component-explorer@0.8.18
This commit is contained in:
Chris Holt 2020-04-22 13:37:10 -07:00
Родитель 8a32f3693d
Коммит d23405bdc1
50 изменённых файлов: 370 добавлений и 117 удалений

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [4.6.4](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-class-name-contracts-base@4.6.3...@microsoft/fast-components-class-name-contracts-base@4.6.4) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-components-class-name-contracts-base
## [4.6.3](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-class-name-contracts-base@4.6.2...@microsoft/fast-components-class-name-contracts-base@4.6.3) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-components-class-name-contracts-base

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-components-class-name-contracts-base",
"description": "Type descriptions for the classnames that any given component can expect as props.",
"sideEffects": false,
"version": "4.6.3",
"version": "4.6.4",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -29,7 +29,7 @@
"watch": "yarn build -- -w --preserveWatchOutput"
},
"devDependencies": {
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"eslint-config-prettier": "^6.10.1",
"prettier": "2.0.2",
"typescript": "3.3.3"

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [4.8.4](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-class-name-contracts-msft@4.8.3...@microsoft/fast-components-class-name-contracts-msft@4.8.4) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-components-class-name-contracts-msft
## [4.8.3](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-class-name-contracts-msft@4.8.2...@microsoft/fast-components-class-name-contracts-msft@4.8.3) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-components-class-name-contracts-msft

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-components-class-name-contracts-msft",
"description": "Type descriptions for the classnames that any given component can expect as props.",
"sideEffects": false,
"version": "4.8.3",
"version": "4.8.4",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -29,12 +29,12 @@
"watch": "yarn build -- -w --preserveWatchOutput"
},
"devDependencies": {
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"eslint-config-prettier": "^6.10.1",
"prettier": "2.0.2",
"typescript": "3.3.3"
},
"dependencies": {
"@microsoft/fast-components-class-name-contracts-base": "^4.6.3"
"@microsoft/fast-components-class-name-contracts-base": "^4.6.4"
}
}

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.1.6](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-foundation-react@3.1.5...@microsoft/fast-components-foundation-react@3.1.6) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-components-foundation-react
## [3.1.5](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-foundation-react@3.1.4...@microsoft/fast-components-foundation-react@3.1.5) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-components-foundation-react

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-components-foundation-react",
"description": "FAST component foundation implemented in React.",
"sideEffects": false,
"version": "3.1.5",
"version": "3.1.6",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -61,7 +61,7 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@types/jest": "^25.2.1",
"@types/lodash-es": "^4.17.0",
"@types/node": "^9.4.6",

Просмотреть файл

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [4.25.8](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-react-base@4.25.7...@microsoft/fast-components-react-base@4.25.8) (2020-04-22)
### Bug Fixes
* update select to pass onClick and onKeydown events ([#2910](https://github.com/Microsoft/fast-dna/issues/2910)) ([13be296](https://github.com/Microsoft/fast-dna/commit/13be29605a214bdc3f928b19e226fb4cd0bd0e1d))
## [4.25.7](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-react-base@4.25.6...@microsoft/fast-components-react-base@4.25.7) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-components-react-base

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-components-react-base",
"description": "FAST base components implemented in React.",
"sideEffects": false,
"version": "4.25.7",
"version": "4.25.8",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -69,8 +69,8 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/fast-storybook-presets": "^1.1.37",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@microsoft/fast-storybook-presets": "^1.2.0",
"@microsoft/fast-tooling-react": "^1.32.4",
"@storybook/addon-actions": "^5.1.9",
"@storybook/preset-typescript": "^1.1.0",
@ -112,11 +112,11 @@
"react-dom": "^16.8.0"
},
"dependencies": {
"@microsoft/fast-components-class-name-contracts-base": "^4.6.3",
"@microsoft/fast-components-foundation-react": "^3.1.5",
"@microsoft/fast-react-utilities": "^1.1.2",
"@microsoft/fast-components-class-name-contracts-base": "^4.6.4",
"@microsoft/fast-components-foundation-react": "^3.1.6",
"@microsoft/fast-react-utilities": "^1.1.3",
"@microsoft/fast-tooling": "^0.0.0",
"@microsoft/fast-web-utilities": "^4.4.2",
"@microsoft/fast-web-utilities": "^4.4.3",
"exenv-es6": "^1.0.0",
"raf-throttle": "^2.0.3",
"tabbable": "^4.0.0",

Просмотреть файл

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [4.30.8](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-react-msft@4.30.7...@microsoft/fast-components-react-msft@4.30.8) (2020-04-22)
### Bug Fixes
* update select to pass onClick and onKeydown events ([#2910](https://github.com/Microsoft/fast-dna/issues/2910)) ([13be296](https://github.com/Microsoft/fast-dna/commit/13be29605a214bdc3f928b19e226fb4cd0bd0e1d))
## [4.30.7](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-react-msft@4.30.6...@microsoft/fast-components-react-msft@4.30.7) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-components-react-msft

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-components-react-msft",
"description": "FAST Microsoft components implemented in React",
"sideEffects": false,
"version": "4.30.7",
"version": "4.30.8",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -73,10 +73,10 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/fast-colors": "^5.0.5",
"@microsoft/fast-jss-manager-react": "^4.6.4",
"@microsoft/fast-storybook-presets": "^1.1.37",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@microsoft/fast-colors": "^5.0.6",
"@microsoft/fast-jss-manager-react": "^4.7.0",
"@microsoft/fast-storybook-presets": "^1.2.0",
"@microsoft/fast-tooling-react": "^1.32.4",
"@storybook/addon-actions": "^5.1.9",
"@storybook/preset-typescript": "^1.0.0",
@ -114,14 +114,14 @@
"react-dom": "^16.8.0"
},
"dependencies": {
"@microsoft/fast-components-class-name-contracts-base": "^4.6.3",
"@microsoft/fast-components-class-name-contracts-msft": "^4.8.3",
"@microsoft/fast-components-foundation-react": "^3.1.5",
"@microsoft/fast-components-react-base": "^4.25.7",
"@microsoft/fast-components-styles-msft": "^4.28.6",
"@microsoft/fast-jss-utilities": "^4.7.9",
"@microsoft/fast-components-class-name-contracts-base": "^4.6.4",
"@microsoft/fast-components-class-name-contracts-msft": "^4.8.4",
"@microsoft/fast-components-foundation-react": "^3.1.6",
"@microsoft/fast-components-react-base": "^4.25.8",
"@microsoft/fast-components-styles-msft": "^4.28.7",
"@microsoft/fast-jss-utilities": "^4.7.10",
"@microsoft/fast-tooling": "^0.0.0",
"@microsoft/fast-web-utilities": "^4.4.2",
"@microsoft/fast-web-utilities": "^4.4.3",
"exenv-es6": "^1.0.0",
"utility-types": "^2.1.0"
}

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [4.28.7](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-styles-msft@4.28.6...@microsoft/fast-components-styles-msft@4.28.7) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-components-styles-msft
## [4.28.6](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-styles-msft@4.28.5...@microsoft/fast-components-styles-msft@4.28.6) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-components-styles-msft

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-components-styles-msft",
"description": "Javascript style sheets for FAST components",
"sideEffects": false,
"version": "4.28.6",
"version": "4.28.7",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -64,7 +64,7 @@
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@types/jest": "^25.2.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^25.2.6",
@ -80,12 +80,12 @@
"typescript": "3.3.3"
},
"dependencies": {
"@microsoft/fast-colors": "^5.0.5",
"@microsoft/fast-components-class-name-contracts-base": "^4.6.3",
"@microsoft/fast-components-class-name-contracts-msft": "^4.8.3",
"@microsoft/fast-jss-manager": "^4.1.13",
"@microsoft/fast-jss-utilities": "^4.7.9",
"@microsoft/fast-web-utilities": "^4.4.2"
"@microsoft/fast-colors": "^5.0.6",
"@microsoft/fast-components-class-name-contracts-base": "^4.6.4",
"@microsoft/fast-components-class-name-contracts-msft": "^4.8.4",
"@microsoft/fast-jss-manager": "^4.1.14",
"@microsoft/fast-jss-utilities": "^4.7.10",
"@microsoft/fast-web-utilities": "^4.4.3"
},
"peerDependencies": {
"lodash-es": "^4.0.0"

Просмотреть файл

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.7.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-jss-manager-react@4.6.4...@microsoft/fast-jss-manager-react@4.7.0) (2020-04-22)
### Features
* add subscription to JSSManager ([#2924](https://github.com/Microsoft/fast-dna/issues/2924)) ([eb4dab7](https://github.com/Microsoft/fast-dna/commit/eb4dab7341d337701c2c7b7ac59d4b7a7078f023))
## [4.6.4](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-jss-manager-react@4.6.3...@microsoft/fast-jss-manager-react@4.6.4) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-jss-manager-react

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-jss-manager-react",
"description": "React HOC for managing component JSS stylesheets",
"sideEffects": false,
"version": "4.6.4",
"version": "4.7.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -64,7 +64,7 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@types/jest": "^25.2.1",
"@types/lodash-es": "^4.17.0",
"@types/node": "^9.4.6",
@ -89,7 +89,7 @@
"react": "^16.8.0"
},
"dependencies": {
"@microsoft/fast-jss-manager": "^4.1.13",
"@microsoft/fast-jss-manager": "^4.1.14",
"hoist-non-react-statics": "^3.1.0",
"jss": "^9.8.0",
"jss-preset-default": "^4.3.0"

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [4.1.14](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-jss-manager@4.1.13...@microsoft/fast-jss-manager@4.1.14) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-jss-manager
## [4.1.13](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-jss-manager@4.1.12...@microsoft/fast-jss-manager@4.1.13) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-jss-manager

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-jss-manager",
"description": "Provides common code to all JSS manager implementations.",
"sideEffects": false,
"version": "4.1.13",
"version": "4.1.14",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -31,7 +31,7 @@
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@types/jest": "^25.2.1",
"@types/lodash-es": "^4.17.0",
"@types/node": "^9.4.6",
@ -47,7 +47,7 @@
"typescript": "3.3.3"
},
"dependencies": {
"@microsoft/fast-components-class-name-contracts-base": "^4.6.3",
"@microsoft/fast-components-class-name-contracts-base": "^4.6.4",
"csstype": "^2.3.0"
},
"peerDependencies": {

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [4.7.10](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-jss-utilities@4.7.9...@microsoft/fast-jss-utilities@4.7.10) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-jss-utilities
## [4.7.9](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-jss-utilities@4.7.8...@microsoft/fast-jss-utilities@4.7.9) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-jss-utilities

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-jss-utilities",
"description": "Utilities for use with JSS",
"sideEffects": false,
"version": "4.7.9",
"version": "4.7.10",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -56,7 +56,7 @@
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@types/jest": "^25.2.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^25.2.6",
@ -68,9 +68,9 @@
"typescript": "3.3.3"
},
"dependencies": {
"@microsoft/fast-colors": "^5.0.5",
"@microsoft/fast-jss-manager": "^4.1.13",
"@microsoft/fast-web-utilities": "^4.4.2",
"@microsoft/fast-colors": "^5.0.6",
"@microsoft/fast-jss-manager": "^4.1.14",
"@microsoft/fast-web-utilities": "^4.4.3",
"csstype": "^2.3.0",
"exenv-es6": "^1.0.0"
},

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [4.11.7](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-layouts-react@4.11.6...@microsoft/fast-layouts-react@4.11.7) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-layouts-react
## [4.11.6](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-layouts-react@4.11.5...@microsoft/fast-layouts-react@4.11.6) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-layouts-react

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-layouts-react",
"version": "4.11.6",
"version": "4.11.7",
"description": "FAST layout components written in React",
"sideEffects": false,
"author": {
@ -66,8 +66,8 @@
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/fast-jss-manager-react": "^4.6.4",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@microsoft/fast-jss-manager-react": "^4.7.0",
"@types/jest": "^25.2.1",
"@types/lodash-es": "^4.17.0",
"@types/node": "^9.4.6",
@ -102,9 +102,9 @@
"react-dom": "^16.8.0"
},
"dependencies": {
"@microsoft/fast-components-foundation-react": "^3.1.5",
"@microsoft/fast-jss-utilities": "^4.7.9",
"@microsoft/fast-web-utilities": "^4.4.2",
"@microsoft/fast-components-foundation-react": "^3.1.6",
"@microsoft/fast-jss-utilities": "^4.7.10",
"@microsoft/fast-web-utilities": "^4.4.3",
"exenv-es6": "^1.0.0",
"raf-throttle": "^2.0.3",
"utility-types": "^2.1.0"

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.3](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-react-utilities@1.1.2...@microsoft/fast-react-utilities@1.1.3) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-react-utilities
## [1.1.2](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-react-utilities@1.1.1...@microsoft/fast-react-utilities@1.1.2) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-react-utilities

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-react-utilities",
"description": "Utilities and tools for React development",
"sideEffects": false,
"version": "1.1.2",
"version": "1.1.3",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -62,7 +62,7 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@types/jest": "^25.2.1",
"@types/lodash-es": "^4.17.0",
"@types/node": "^9.4.6",

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.32](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-storybook-design-system-addon@1.2.31...@microsoft/fast-storybook-design-system-addon@1.2.32) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-storybook-design-system-addon
## [1.2.31](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-storybook-design-system-addon@1.2.30...@microsoft/fast-storybook-design-system-addon@1.2.31) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-storybook-design-system-addon

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-storybook-design-system-addon",
"version": "1.2.31",
"version": "1.2.32",
"description": "Storybook add-on for FAST MSFT DesignSystem",
"main": "dist/index.js",
"author": {
@ -59,8 +59,8 @@
]
},
"dependencies": {
"@microsoft/fast-colors": "^5.0.5",
"@microsoft/fast-components-styles-msft": "^4.28.6",
"@microsoft/fast-colors": "^5.0.6",
"@microsoft/fast-components-styles-msft": "^4.28.7",
"@storybook/addons": "^5.1.3",
"@storybook/api": "^5.1.3",
"@storybook/client-logger": "^5.1.3",
@ -72,8 +72,8 @@
"jss-plugin-nested": "^10.0.0-alpha.7"
},
"devDependencies": {
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/fast-jss-manager-react": "^4.6.4",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@microsoft/fast-jss-manager-react": "^4.7.0",
"@storybook/react": "^5.1.3",
"@types/jest": "^25.2.1",
"@types/react": "^16.8.19",

Просмотреть файл

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.2.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-storybook-presets@1.1.37...@microsoft/fast-storybook-presets@1.2.0) (2020-04-22)
### Features
* add performance benchmark package to fast-storybook-presets ([#2920](https://github.com/Microsoft/fast-dna/issues/2920)) ([ebd73de](https://github.com/Microsoft/fast-dna/commit/ebd73de99af153ebe73aba19112640a52437bdb2))
## [1.1.37](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-storybook-presets@1.1.36...@microsoft/fast-storybook-presets@1.1.37) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-storybook-presets

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-storybook-presets",
"version": "1.1.37",
"version": "1.2.0",
"description": "Storybook presets for FAST integration",
"main": "dist/index.js",
"author": {
@ -25,14 +25,14 @@
"watch": "tsc -p ./tsconfig.json -w --preserveWatchOutput"
},
"dependencies": {
"@microsoft/fast-components-styles-msft": "^4.28.6",
"@microsoft/fast-storybook-design-system-addon": "^1.2.31",
"@microsoft/fast-components-styles-msft": "^4.28.7",
"@microsoft/fast-storybook-design-system-addon": "^1.2.32",
"@storybook/addon-a11y": "^5.1.9",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-viewport": "^5.1.9",
"storybook-addon-performance": "^0.7.0",
"glob": "^7.1.4",
"lodash": "^4.17.11"
"lodash": "^4.17.11",
"storybook-addon-performance": "^0.7.0"
},
"peerDependencies": {
"@microsoft/fast-jss-manager-react": "^4.3.5",
@ -40,7 +40,7 @@
"react": "^16.6.0"
},
"devDependencies": {
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@storybook/react": "^5.1.3",
"@storybook/theming": "^5.1.3",
"@types/react": "^16.8.19",

Просмотреть файл

@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.6.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-figma-plugin-msft@0.5.0...@microsoft/fast-figma-plugin-msft@0.6.0) (2020-04-22)
### Bug Fixes
* align Fast to FAST ([#2950](https://github.com/Microsoft/fast-dna/issues/2950)) ([94c8744](https://github.com/Microsoft/fast-dna/commit/94c874455eccbb8609715c7fa96095a226428813))
### Features
* refactor recipe implementation to use behaviors ([#2947](https://github.com/Microsoft/fast-dna/issues/2947)) ([e8834e5](https://github.com/Microsoft/fast-dna/commit/e8834e5c1d322ce0681e53e5d4cbba1ec112d76d))
# [0.5.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-figma-plugin-msft@0.4.7...@microsoft/fast-figma-plugin-msft@0.5.0) (2020-04-13)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-figma-plugin-msft",
"version": "0.5.0",
"version": "0.6.0",
"description": "A Figma plugin for designing MSFT experiences",
"sideEffects": false,
"private": true,
@ -28,11 +28,11 @@
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@microsoft/fast-colors": "^5.0.5",
"@microsoft/fast-components": "^0.8.0",
"@microsoft/fast-components-react-msft": "^4.30.7",
"@microsoft/fast-components-styles-msft": "^4.28.6",
"@microsoft/fast-element": "^0.6.0",
"@microsoft/fast-colors": "^5.0.6",
"@microsoft/fast-components": "^0.9.0",
"@microsoft/fast-components-react-msft": "^4.30.8",
"@microsoft/fast-components-styles-msft": "^4.28.7",
"@microsoft/fast-element": "^0.7.0",
"@types/figma": "^1.0.2",
"@types/node": "^10.12.12",
"@types/react": "^16.9.17",

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.0.2](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-tooling-react@2.0.1...@microsoft/fast-tooling-react@2.0.2) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-tooling-react
# [2.0.1](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-tooling-react@1.32.3...@microsoft/fast-tooling-react@2.0.1) (2020-04-10)
**Note**: This is the production start of version 2, do not use v2.0.0 as that version is tagged as *canary* and should be treated as an alpha release.

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-tooling-react",
"description": "A React-specific set of components and utilities to assist in creating web UI",
"sideEffects": false,
"version": "2.0.1",
"version": "2.0.2",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -101,13 +101,13 @@
"react": "^16.8.0"
},
"dependencies": {
"@microsoft/fast-colors": "^5.0.5",
"@microsoft/fast-components-class-name-contracts-base": "^4.6.3",
"@microsoft/fast-components-foundation-react": "^3.1.5",
"@microsoft/fast-jss-manager-react": "^4.6.4",
"@microsoft/fast-jss-utilities": "^4.7.9",
"@microsoft/fast-web-utilities": "^4.4.2",
"@microsoft/fast-tooling": "^0.1.0",
"@microsoft/fast-colors": "^5.0.6",
"@microsoft/fast-components-class-name-contracts-base": "^4.6.4",
"@microsoft/fast-components-foundation-react": "^3.1.6",
"@microsoft/fast-jss-manager-react": "^4.7.0",
"@microsoft/fast-jss-utilities": "^4.7.10",
"@microsoft/fast-tooling": "^0.2.0",
"@microsoft/fast-web-utilities": "^4.4.3",
"exenv-es6": "^1.0.0",
"raf-throttle": "^2.0.3",
"react-dnd": "^9.0.0",

Просмотреть файл

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.2.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-tooling@0.1.0...@microsoft/fast-tooling@0.2.0) (2020-04-22)
### Features
* allow a data update to be applied to a different dictionary item ([#2946](https://github.com/Microsoft/fast-dna/issues/2946)) ([41c7a2a](https://github.com/Microsoft/fast-dna/commit/41c7a2add7eb3faa15c63cc3df63db421a7d88c0))
# 0.1.0 (2020-04-10)

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-tooling",
"description": "A set of utilities to assist in creating web UI",
"sideEffects": false,
"version": "0.1.0",
"version": "0.2.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [4.0.10](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-animation@4.0.9...@microsoft/fast-animation@4.0.10) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-animation
## [4.0.9](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-animation@4.0.8...@microsoft/fast-animation@4.0.9) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-animation

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@microsoft/fast-animation",
"description": "An animation library that simplifies interactions and animations using the Web Animation API.",
"version": "4.0.9",
"version": "4.0.10",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -57,7 +57,7 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@types/jest": "^25.2.1",
"@types/node": "^7.0.22",
"@types/react": "^16.3.0",

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [5.0.6](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-colors@5.0.5...@microsoft/fast-colors@5.0.6) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-colors
## [5.0.5](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-colors@5.0.4...@microsoft/fast-colors@5.0.5) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-colors

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-colors",
"description": "A color utility for generating a range of colors from a single color",
"sideEffects": false,
"version": "5.0.5",
"version": "5.0.6",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -58,7 +58,7 @@
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@types/jest": "^25.2.1",
"babel-core": "^7.0.0-bridge.0",
"eslint-config-prettier": "^6.10.1",

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.1](https://github.com/microsoft/fast-dna/compare/@microsoft/eslint-config-fast-dna@1.1.0...@microsoft/eslint-config-fast-dna@1.1.1) (2020-04-22)
**Note:** Version bump only for package @microsoft/eslint-config-fast-dna
# 1.1.0 (2020-04-10)

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/eslint-config-fast-dna",
"description": "eslint rules for FAST projects",
"sideEffects": false,
"version": "1.1.0",
"version": "1.1.1",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.1.2](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-tslint-rules@3.1.1...@microsoft/fast-tslint-rules@3.1.2) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-tslint-rules
## [3.1.1](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-tslint-rules@3.1.0...@microsoft/fast-tslint-rules@3.1.1) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-tslint-rules

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-tslint-rules",
"description": "tslint rules for FAST projects",
"sideEffects": false,
"version": "3.1.1",
"version": "3.1.2",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [4.4.3](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-web-utilities@4.4.2...@microsoft/fast-web-utilities@4.4.3) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-web-utilities
## [4.4.2](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-web-utilities@4.4.1...@microsoft/fast-web-utilities@4.4.2) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-web-utilities

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@microsoft/fast-web-utilities",
"description": "FAST web utilities",
"version": "4.4.2",
"version": "4.4.3",
"sideEffects": false,
"author": {
"name": "Microsoft",
@ -61,7 +61,7 @@
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@types/jest": "^25.2.1",
"@types/lodash-es": "^4.17.0",
"babel-core": "^7.0.0-bridge.0",

Просмотреть файл

@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.9.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components@0.8.0...@microsoft/fast-components@0.9.0) (2020-04-22)
### Bug Fixes
* addresses issue causing mismanaged disabled state ([#2951](https://github.com/Microsoft/fast-dna/issues/2951)) ([44fdb83](https://github.com/Microsoft/fast-dna/commit/44fdb83c006fa1b7a4d1d492e43ddfe7c69f7a99))
* align Fast to FAST ([#2950](https://github.com/Microsoft/fast-dna/issues/2950)) ([94c8744](https://github.com/Microsoft/fast-dna/commit/94c874455eccbb8609715c7fa96095a226428813))
* ensure typings exist in distro [#2944](https://github.com/Microsoft/fast-dna/issues/2944) ([0239b12](https://github.com/Microsoft/fast-dna/commit/0239b12eb1aee0912120255c1725793084f3a596))
* export anchored region ([#2974](https://github.com/Microsoft/fast-dna/issues/2974)) ([ef77970](https://github.com/Microsoft/fast-dna/commit/ef77970a9d3f5c7fe51e3c359411df1477595232))
* form associate the textarea component ([#2937](https://github.com/Microsoft/fast-dna/issues/2937)) ([41393f2](https://github.com/Microsoft/fast-dna/commit/41393f2af2d05cd7fee719697fb4ac2d25c1e3e9))
* high contrast color on slider and slider label ([#2967](https://github.com/Microsoft/fast-dna/issues/2967)) ([1a3fe7c](https://github.com/Microsoft/fast-dna/commit/1a3fe7cda30d44018ea36b289563de47e92c34e2))
* improve performance of finding contextual design-system-providers ([#2973](https://github.com/Microsoft/fast-dna/issues/2973)) ([b894659](https://github.com/Microsoft/fast-dna/commit/b894659e06379ed3b82453435b28c38804f0116b))
* make anchorElement observable and check for detectors before disconnect ([#2981](https://github.com/Microsoft/fast-dna/issues/2981)) ([32bab53](https://github.com/Microsoft/fast-dna/commit/32bab538846c96d93fb9de7a8e9799af34f47e8f))
* removes unnecessary custom properties ([#2939](https://github.com/Microsoft/fast-dna/issues/2939)) ([78eb90e](https://github.com/Microsoft/fast-dna/commit/78eb90ef8e24e8a1beb0e7de4a254e3a1b420fac))
* update high contrast colors on hover on text field component ([#2956](https://github.com/Microsoft/fast-dna/issues/2956)) ([7e72248](https://github.com/Microsoft/fast-dna/commit/7e72248ff3b8cee26994fe73419cd6661a5f1b91))
* update high contrast colors on switch component ([#2949](https://github.com/Microsoft/fast-dna/issues/2949)) ([52a2356](https://github.com/Microsoft/fast-dna/commit/52a2356a6d806441b33c0324239e049a4fce2315))
### Features
* add anchored region as web component ([#2909](https://github.com/Microsoft/fast-dna/issues/2909)) ([19c0412](https://github.com/Microsoft/fast-dna/commit/19c041278ba60859f12d6f05bca3feba8c8a61b2))
* export flipper [#2964](https://github.com/Microsoft/fast-dna/issues/2964) ([d9133f7](https://github.com/Microsoft/fast-dna/commit/d9133f7dd5aa76939967a6a526d57134d6fedad7))
* refactor recipe implementation to use behaviors ([#2947](https://github.com/Microsoft/fast-dna/issues/2947)) ([e8834e5](https://github.com/Microsoft/fast-dna/commit/e8834e5c1d322ce0681e53e5d4cbba1ec112d76d))
# [0.8.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components@0.7.0...@microsoft/fast-components@0.8.0) (2020-04-13)

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-components",
"description": "A library of Web Components",
"sideEffects": false,
"version": "0.8.0",
"version": "0.9.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -31,7 +31,7 @@
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@storybook/cli": "^5.3.13",
"@storybook/html": "^5.3.13",
"prettier": "2.0.2",
@ -39,10 +39,10 @@
"typescript": "^3.7.5"
},
"dependencies": {
"@microsoft/fast-colors": "^5.0.5",
"@microsoft/fast-components-styles-msft": "^4.28.6",
"@microsoft/fast-element": "^0.6.0",
"@microsoft/fast-web-utilities": "^4.4.2",
"@microsoft/fast-colors": "^5.0.6",
"@microsoft/fast-components-styles-msft": "^4.28.7",
"@microsoft/fast-element": "^0.7.0",
"@microsoft/fast-web-utilities": "^4.4.3",
"tabbable": "^4.0.0"
}
}

Просмотреть файл

@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.7.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-element@0.6.0...@microsoft/fast-element@0.7.0) (2020-04-22)
### Bug Fixes
* **fast-element:** remove unnecessary references ([#2966](https://github.com/Microsoft/fast-dna/issues/2966)) ([5b724c2](https://github.com/Microsoft/fast-dna/commit/5b724c21476a1abbc3c52b15bdb790565d43d60d))
* align Fast to FAST ([#2950](https://github.com/Microsoft/fast-dna/issues/2950)) ([94c8744](https://github.com/Microsoft/fast-dna/commit/94c874455eccbb8609715c7fa96095a226428813))
### Features
* **fast-element:** add functioning execution context ([#2935](https://github.com/Microsoft/fast-dna/issues/2935)) ([707d4e7](https://github.com/Microsoft/fast-dna/commit/707d4e7ef3b7bee5b77f4b63b1c71666bbb2bd02))
* **fast-element:** safe class binding ([#2957](https://github.com/Microsoft/fast-dna/issues/2957)) ([e06d73c](https://github.com/Microsoft/fast-dna/commit/e06d73cc2c819bd0683e24a6bd7631beac4a2390))
# [0.6.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-element@0.5.0...@microsoft/fast-element@0.6.0) (2020-04-10)

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-element",
"description": "A library for constructing Web Components",
"sideEffects": false,
"version": "0.6.0",
"version": "0.7.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.5.27](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-color-explorer@1.5.26...@microsoft/fast-color-explorer@1.5.27) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-color-explorer
## [1.5.26](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-color-explorer@1.5.25...@microsoft/fast-color-explorer@1.5.26) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-color-explorer

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-color-explorer",
"version": "1.5.26",
"version": "1.5.27",
"description": "Color explorations",
"sideEffects": false,
"private": true,
@ -29,7 +29,7 @@
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@types/lodash": "^4.14.120",
"@types/node": "^10.12.12",
"@types/react": "^16.7.17",
@ -67,13 +67,13 @@
"workbox-webpack-plugin": "^3.6.3"
},
"dependencies": {
"@microsoft/fast-colors": "^5.0.5",
"@microsoft/fast-components-react-base": "^4.25.7",
"@microsoft/fast-components-react-msft": "^4.30.7",
"@microsoft/fast-components-styles-msft": "^4.28.6",
"@microsoft/fast-jss-manager-react": "^4.6.4",
"@microsoft/fast-jss-utilities": "^4.7.9",
"@microsoft/fast-layouts-react": "^4.11.6",
"@microsoft/fast-web-utilities": "^4.4.2"
"@microsoft/fast-colors": "^5.0.6",
"@microsoft/fast-components-react-base": "^4.25.8",
"@microsoft/fast-components-react-msft": "^4.30.8",
"@microsoft/fast-components-styles-msft": "^4.28.7",
"@microsoft/fast-jss-manager-react": "^4.7.0",
"@microsoft/fast-jss-utilities": "^4.7.10",
"@microsoft/fast-layouts-react": "^4.11.7",
"@microsoft/fast-web-utilities": "^4.4.3"
}
}

Просмотреть файл

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.8.18](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-component-explorer@0.8.17...@microsoft/fast-component-explorer@0.8.18) (2020-04-22)
**Note:** Version bump only for package @microsoft/fast-component-explorer
## [0.8.17](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-component-explorer@0.8.16...@microsoft/fast-component-explorer@0.8.17) (2020-04-10)
**Note:** Version bump only for package @microsoft/fast-component-explorer

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-component-explorer",
"version": "0.8.17",
"version": "0.8.18",
"description": "Component exploration",
"sideEffects": false,
"private": true,
@ -68,12 +68,12 @@
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@microsoft/eslint-config-fast-dna": "^1.1.0",
"@microsoft/fast-components-class-name-contracts-base": "^4.6.3",
"@microsoft/fast-components-class-name-contracts-msft": "^4.8.3",
"@microsoft/fast-components-foundation-react": "^3.1.5",
"@microsoft/fast-jss-utilities": "^4.7.9",
"@microsoft/fast-layouts-react": "^4.11.6",
"@microsoft/eslint-config-fast-dna": "^1.1.1",
"@microsoft/fast-components-class-name-contracts-base": "^4.6.4",
"@microsoft/fast-components-class-name-contracts-msft": "^4.8.4",
"@microsoft/fast-components-foundation-react": "^3.1.6",
"@microsoft/fast-jss-utilities": "^4.7.10",
"@microsoft/fast-layouts-react": "^4.11.7",
"@types/jest": "^25.2.1",
"@types/lodash-es": "^4.17.0",
"@types/node": "^10.12.12",
@ -115,13 +115,13 @@
"workbox-webpack-plugin": "^3.6.3"
},
"dependencies": {
"@microsoft/fast-colors": "^5.0.5",
"@microsoft/fast-components-react-base": "^4.25.7",
"@microsoft/fast-components-react-msft": "^4.30.7",
"@microsoft/fast-components-styles-msft": "^4.28.6",
"@microsoft/fast-jss-manager-react": "^4.6.4",
"@microsoft/fast-colors": "^5.0.6",
"@microsoft/fast-components-react-base": "^4.25.8",
"@microsoft/fast-components-react-msft": "^4.30.8",
"@microsoft/fast-components-styles-msft": "^4.28.7",
"@microsoft/fast-jss-manager-react": "^4.7.0",
"@microsoft/fast-tooling-react": "^1.32.4",
"@microsoft/fast-web-utilities": "^4.4.2",
"@microsoft/fast-web-utilities": "^4.4.3",
"react-dnd-html5-backend": "^7.4.4",
"react-sortable-hoc": "^1.9.1"
}