Publish
- @microsoft/fast-components-react-base@3.1.1 - @microsoft/fast-components-react-msft@3.1.1 - @microsoft/fast-css-editor-react@3.0.3 - @microsoft/fast-development-site-react@3.0.3 - @microsoft/fast-markdown-msft-react@3.0.3
This commit is contained in:
Родитель
a984a21950
Коммит
2ee080e25e
|
@ -3,63 +3,10 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [3.1.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-react-base@3.0.1...@microsoft/fast-components-react-base@3.1.0) (2018-10-27)
|
||||
<a name="3.1.1"></a>
|
||||
## [3.1.1](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-react-base@3.1.0...@microsoft/fast-components-react-base@3.1.1) (2018-10-27)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add radio component ([#884](https://github.com/Microsoft/fast-dna/issues/884)) ([f3cf735](https://github.com/Microsoft/fast-dna/commit/f3cf735))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [3.0.1](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-react-base@3.0.0...@microsoft/fast-components-react-base@3.0.1) (2018-10-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update peer dependencies to match expected versions ([#1009](https://github.com/Microsoft/fast-dna/issues/1009)) ([23997a3](https://github.com/Microsoft/fast-dna/commit/23997a3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.0.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-react-base@2.4.0...@microsoft/fast-components-react-base@3.0.0) (2018-10-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* allow nested at rules in styles without needing to define it in the class name contract ([#985](https://github.com/Microsoft/fast-dna/issues/985)) ([6479d4c](https://github.com/Microsoft/fast-dna/commit/6479d4c))
|
||||
* correct and standardize component interfaces across react ([#978](https://github.com/Microsoft/fast-dna/issues/978)) ([b1b6ae1](https://github.com/Microsoft/fast-dna/commit/b1b6ae1))
|
||||
* explicitly apply an additional active prop to Tab and TabPanel via the Tabs component instead of using unhandledProps ([#976](https://github.com/Microsoft/fast-dna/issues/976)) ([9f77748](https://github.com/Microsoft/fast-dna/commit/9f77748))
|
||||
* move foundation component into a new package and implement it in component and layout libraries ([#979](https://github.com/Microsoft/fast-dna/issues/979)) ([acae283](https://github.com/Microsoft/fast-dna/commit/acae283))
|
||||
* update checkbox to render label DOM only when label text exists ([#954](https://github.com/Microsoft/fast-dna/issues/954)) ([c18a6de](https://github.com/Microsoft/fast-dna/commit/c18a6de))
|
||||
* update label to always apply label class-name ([#969](https://github.com/Microsoft/fast-dna/issues/969)) ([c42e2bc](https://github.com/Microsoft/fast-dna/commit/c42e2bc))
|
||||
|
||||
|
||||
### chore
|
||||
|
||||
* remove the 'I' from interfaces ([#997](https://github.com/Microsoft/fast-dna/issues/997)) ([d924df8](https://github.com/Microsoft/fast-dna/commit/d924df8))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add card as a new component ([#984](https://github.com/Microsoft/fast-dna/issues/984)) ([9514199](https://github.com/Microsoft/fast-dna/commit/9514199))
|
||||
* add display names to all components ([#946](https://github.com/Microsoft/fast-dna/issues/946)) ([d5e4e13](https://github.com/Microsoft/fast-dna/commit/d5e4e13))
|
||||
* refactor the form generator navigation and children API ([#963](https://github.com/Microsoft/fast-dna/issues/963)) ([8ae3051](https://github.com/Microsoft/fast-dna/commit/8ae3051))
|
||||
* **class names:** update all class names across base and MSFT to align with naming standards ([#893](https://github.com/Microsoft/fast-dna/issues/893)) ([de974ab](https://github.com/Microsoft/fast-dna/commit/de974ab))
|
||||
* **image:** update viewport logic in favor of slots ([#914](https://github.com/Microsoft/fast-dna/issues/914)) ([d489b01](https://github.com/Microsoft/fast-dna/commit/d489b01))
|
||||
* **text-field:** remove deprecated type enums ([#877](https://github.com/Microsoft/fast-dna/issues/877)) ([0c6f295](https://github.com/Microsoft/fast-dna/commit/0c6f295))
|
||||
* update checkbox to use slots to create label ([#995](https://github.com/Microsoft/fast-dna/issues/995)) ([4ec8c5c](https://github.com/Microsoft/fast-dna/commit/4ec8c5c))
|
||||
* update class-name contracts to be entirely optional ([#959](https://github.com/Microsoft/fast-dna/issues/959)) ([58e0421](https://github.com/Microsoft/fast-dna/commit/58e0421))
|
||||
* update prop names to be more consistent, coherent, and to better align with standards ([#920](https://github.com/Microsoft/fast-dna/issues/920)) ([49031fa](https://github.com/Microsoft/fast-dna/commit/49031fa))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* Interfaces have been renamed to remove the "I".
|
||||
* This PR has breaking changes for the form generator API and the development site.
|
||||
**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": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
|
@ -69,7 +69,7 @@
|
|||
"@babel/preset-react": "^7.0.0",
|
||||
"@microsoft/fast-application-utilities": "^3.0.1",
|
||||
"@microsoft/fast-components-foundation-react": "^2.0.1",
|
||||
"@microsoft/fast-development-site-react": "^3.0.2",
|
||||
"@microsoft/fast-development-site-react": "^3.0.3",
|
||||
"@microsoft/fast-jest-snapshots-react": "^3.0.1",
|
||||
"@microsoft/fast-tslint-rules": "^3.0.0",
|
||||
"@microsoft/fast-web-utilities": "^3.0.1",
|
||||
|
|
|
@ -3,67 +3,10 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [3.1.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-react-msft@3.0.1...@microsoft/fast-components-react-msft@3.1.0) (2018-10-27)
|
||||
<a name="3.1.1"></a>
|
||||
## [3.1.1](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-react-msft@3.1.0...@microsoft/fast-components-react-msft@3.1.1) (2018-10-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* align checkbox and radio spacing and ensure examples are aligned ([#1092](https://github.com/Microsoft/fast-dna/issues/1092)) ([92bd613](https://github.com/Microsoft/fast-dna/commit/92bd613))
|
||||
* parent style elements should be ordered after child style elements ([#1018](https://github.com/Microsoft/fast-dna/issues/1018)) ([9039317](https://github.com/Microsoft/fast-dna/commit/9039317))
|
||||
* remove external margin, padding, and fix RTL micro-interaction on MSFT call to action ([#1064](https://github.com/Microsoft/fast-dna/issues/1064)) ([da5eee7](https://github.com/Microsoft/fast-dna/commit/da5eee7))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add radio component ([#884](https://github.com/Microsoft/fast-dna/issues/884)) ([f3cf735](https://github.com/Microsoft/fast-dna/commit/f3cf735))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [3.0.1](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-react-msft@3.0.0...@microsoft/fast-components-react-msft@3.0.1) (2018-10-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* reintroduce componentDidMount in JSS manager to address incidental regressions ([#1006](https://github.com/Microsoft/fast-dna/issues/1006)) ([f0a71c4](https://github.com/Microsoft/fast-dna/commit/f0a71c4))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.0.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-components-react-msft@2.4.0...@microsoft/fast-components-react-msft@3.0.0) (2018-10-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* correct and standardize component interfaces across react ([#978](https://github.com/Microsoft/fast-dna/issues/978)) ([b1b6ae1](https://github.com/Microsoft/fast-dna/commit/b1b6ae1))
|
||||
* move foundation component into a new package and implement it in component and layout libraries ([#979](https://github.com/Microsoft/fast-dna/issues/979)) ([acae283](https://github.com/Microsoft/fast-dna/commit/acae283))
|
||||
* update label to always apply label class-name ([#969](https://github.com/Microsoft/fast-dna/issues/969)) ([c42e2bc](https://github.com/Microsoft/fast-dna/commit/c42e2bc))
|
||||
|
||||
|
||||
### chore
|
||||
|
||||
* remove the 'I' from interfaces ([#997](https://github.com/Microsoft/fast-dna/issues/997)) ([d924df8](https://github.com/Microsoft/fast-dna/commit/d924df8))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add card as a new component ([#984](https://github.com/Microsoft/fast-dna/issues/984)) ([9514199](https://github.com/Microsoft/fast-dna/commit/9514199))
|
||||
* add display names to all components ([#946](https://github.com/Microsoft/fast-dna/issues/946)) ([d5e4e13](https://github.com/Microsoft/fast-dna/commit/d5e4e13))
|
||||
* refactor the form generator navigation and children API ([#963](https://github.com/Microsoft/fast-dna/issues/963)) ([8ae3051](https://github.com/Microsoft/fast-dna/commit/8ae3051))
|
||||
* **class names:** update all class names across base and MSFT to align with naming standards ([#893](https://github.com/Microsoft/fast-dna/issues/893)) ([de974ab](https://github.com/Microsoft/fast-dna/commit/de974ab))
|
||||
* **image:** update viewport logic in favor of slots ([#914](https://github.com/Microsoft/fast-dna/issues/914)) ([d489b01](https://github.com/Microsoft/fast-dna/commit/d489b01))
|
||||
* update checkbox to use slots to create label ([#995](https://github.com/Microsoft/fast-dna/issues/995)) ([4ec8c5c](https://github.com/Microsoft/fast-dna/commit/4ec8c5c))
|
||||
* update class-name contracts to be entirely optional ([#959](https://github.com/Microsoft/fast-dna/issues/959)) ([58e0421](https://github.com/Microsoft/fast-dna/commit/58e0421))
|
||||
* update JSSManager context API ([#993](https://github.com/Microsoft/fast-dna/issues/993)) ([2114213](https://github.com/Microsoft/fast-dna/commit/2114213))
|
||||
* update prop names to be more consistent, coherent, and to better align with standards ([#920](https://github.com/Microsoft/fast-dna/issues/920)) ([49031fa](https://github.com/Microsoft/fast-dna/commit/49031fa))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* Interfaces have been renamed to remove the "I".
|
||||
* This PR has breaking changes for the form generator API and the development site.
|
||||
**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": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
|
@ -74,7 +74,7 @@
|
|||
"@babel/preset-env": "^7.1.0",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@microsoft/fast-components-class-name-contracts-base": "^3.1.0",
|
||||
"@microsoft/fast-development-site-react": "^3.0.2",
|
||||
"@microsoft/fast-development-site-react": "^3.0.3",
|
||||
"@microsoft/fast-jest-snapshots-react": "^3.0.1",
|
||||
"@microsoft/fast-jss-manager": "^3.0.2",
|
||||
"@microsoft/fast-sketch-library": "^3.0.1",
|
||||
|
@ -121,7 +121,7 @@
|
|||
"@microsoft/fast-application-utilities": "^3.0.1",
|
||||
"@microsoft/fast-components-class-name-contracts-msft": "^3.0.2",
|
||||
"@microsoft/fast-components-foundation-react": "^2.0.1",
|
||||
"@microsoft/fast-components-react-base": "^3.1.0",
|
||||
"@microsoft/fast-components-react-base": "^3.1.1",
|
||||
"@microsoft/fast-components-styles-msft": "^3.1.0",
|
||||
"@microsoft/fast-glyphs-msft": "^3.0.1",
|
||||
"@microsoft/fast-jss-manager-react": "^3.0.2"
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [3.0.2](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-css-editor-react@3.0.1...@microsoft/fast-css-editor-react@3.0.2) (2018-10-27)
|
||||
<a name="3.0.3"></a>
|
||||
## [3.0.3](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-css-editor-react@3.0.2...@microsoft/fast-css-editor-react@3.0.3) (2018-10-27)
|
||||
|
||||
**Note:** Version bump only for package @microsoft/fast-css-editor-react
|
||||
|
||||
|
@ -11,38 +12,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
|
||||
|
||||
## [3.0.1](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-css-editor-react@3.0.0...@microsoft/fast-css-editor-react@3.0.1) (2018-10-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update peer dependencies to match expected versions ([#1009](https://github.com/Microsoft/fast-dna/issues/1009)) ([23997a3](https://github.com/Microsoft/fast-dna/commit/23997a3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.0.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-css-editor-react@2.2.3...@microsoft/fast-css-editor-react@3.0.0) (2018-10-06)
|
||||
|
||||
|
||||
### chore
|
||||
|
||||
* remove the 'I' from interfaces ([#997](https://github.com/Microsoft/fast-dna/issues/997)) ([d924df8](https://github.com/Microsoft/fast-dna/commit/d924df8))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* update JSSManager context API ([#993](https://github.com/Microsoft/fast-dna/issues/993)) ([2114213](https://github.com/Microsoft/fast-dna/commit/2114213))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* Interfaces have been renamed to remove the "I".
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="2.2.3"></a>
|
||||
## [2.2.3](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-css-editor-react@2.2.2...@microsoft/fast-css-editor-react@2.2.3) (2018-09-24)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/fast-css-editor-react",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"description": "A set of React components that allows the user to edit CSS properties",
|
||||
"sideEffects": false,
|
||||
"author": {
|
||||
|
@ -63,7 +63,7 @@
|
|||
"@babel/preset-react": "^7.0.0",
|
||||
"@microsoft/fast-application-utilities": "^3.0.1",
|
||||
"@microsoft/fast-components-class-name-contracts-base": "^3.1.0",
|
||||
"@microsoft/fast-development-site-react": "^3.0.2",
|
||||
"@microsoft/fast-development-site-react": "^3.0.3",
|
||||
"@microsoft/fast-glyphs-msft": "^3.0.1",
|
||||
"@microsoft/fast-jest-snapshots-react": "^3.0.1",
|
||||
"@microsoft/fast-jss-manager": "^3.0.2",
|
||||
|
|
|
@ -3,49 +3,13 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [3.0.2](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-development-site-react@3.0.1...@microsoft/fast-development-site-react@3.0.2) (2018-10-27)
|
||||
<a name="3.0.3"></a>
|
||||
## [3.0.3](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-development-site-react@3.0.2...@microsoft/fast-development-site-react@3.0.3) (2018-10-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add overflow behavior to dev site pane to ensure all TOC items can be accessed ([#1066](https://github.com/Microsoft/fast-dna/issues/1066)) ([2600809](https://github.com/Microsoft/fast-dna/commit/2600809))
|
||||
* corrects typings and exports for all of fast-layouts-react ([#1043](https://github.com/Microsoft/fast-dna/issues/1043)) ([a92ed4c](https://github.com/Microsoft/fast-dna/commit/a92ed4c))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [3.0.1](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-development-site-react@3.0.0...@microsoft/fast-development-site-react@3.0.1) (2018-10-09)
|
||||
|
||||
**Note:** Version bump only for package @microsoft/fast-development-site-react
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.0.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-development-site-react@2.2.3...@microsoft/fast-development-site-react@3.0.0) (2018-10-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* allow nested at rules in styles without needing to define it in the class name contract ([#985](https://github.com/Microsoft/fast-dna/issues/985)) ([6479d4c](https://github.com/Microsoft/fast-dna/commit/6479d4c))
|
||||
|
||||
|
||||
### chore
|
||||
|
||||
* remove the 'I' from interfaces ([#997](https://github.com/Microsoft/fast-dna/issues/997)) ([d924df8](https://github.com/Microsoft/fast-dna/commit/d924df8))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* refactor the form generator navigation and children API ([#963](https://github.com/Microsoft/fast-dna/issues/963)) ([8ae3051](https://github.com/Microsoft/fast-dna/commit/8ae3051))
|
||||
* update JSSManager context API ([#993](https://github.com/Microsoft/fast-dna/issues/993)) ([2114213](https://github.com/Microsoft/fast-dna/commit/2114213))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* Interfaces have been renamed to remove the "I".
|
||||
* This PR has breaking changes for the form generator API and the development site.
|
||||
* correct error boundary relative path mistake ([#1095](https://github.com/Microsoft/fast-dna/issues/1095)) ([a984a21](https://github.com/Microsoft/fast-dna/commit/a984a21))
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@microsoft/fast-development-site-react",
|
||||
"description": "FAST development testing site for React",
|
||||
"sideEffects": false,
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [3.0.2](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-markdown-msft-react@3.0.1...@microsoft/fast-markdown-msft-react@3.0.2) (2018-10-27)
|
||||
<a name="3.0.3"></a>
|
||||
## [3.0.3](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-markdown-msft-react@3.0.2...@microsoft/fast-markdown-msft-react@3.0.3) (2018-10-27)
|
||||
|
||||
**Note:** Version bump only for package @microsoft/fast-markdown-msft-react
|
||||
|
||||
|
@ -11,38 +12,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
|
||||
|
||||
## [3.0.1](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-markdown-msft-react@3.0.0...@microsoft/fast-markdown-msft-react@3.0.1) (2018-10-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update peer dependencies to match expected versions ([#1009](https://github.com/Microsoft/fast-dna/issues/1009)) ([23997a3](https://github.com/Microsoft/fast-dna/commit/23997a3))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [3.0.0](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-markdown-msft-react@2.2.4...@microsoft/fast-markdown-msft-react@3.0.0) (2018-10-06)
|
||||
|
||||
|
||||
### chore
|
||||
|
||||
* remove the 'I' from interfaces ([#997](https://github.com/Microsoft/fast-dna/issues/997)) ([d924df8](https://github.com/Microsoft/fast-dna/commit/d924df8))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* update prop names to be more consistent, coherent, and to better align with standards ([#920](https://github.com/Microsoft/fast-dna/issues/920)) ([49031fa](https://github.com/Microsoft/fast-dna/commit/49031fa))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* Interfaces have been renamed to remove the "I".
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="2.2.4"></a>
|
||||
## [2.2.4](https://github.com/Microsoft/fast-dna/compare/@microsoft/fast-markdown-msft-react@2.2.3...@microsoft/fast-markdown-msft-react@2.2.4) (2018-09-24)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@microsoft/fast-markdown-msft-react",
|
||||
"description": "Converter for markdown files to JSX as a string which can be embedded in a site",
|
||||
"sideEffects": false,
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"url": "https://discord.gg/FcSNfg4"
|
||||
|
@ -61,8 +61,8 @@
|
|||
"@babel/core": "^7.0.0",
|
||||
"@babel/preset-env": "^7.1.0",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@microsoft/fast-components-react-base": "^3.1.0",
|
||||
"@microsoft/fast-components-react-msft": "^3.1.0",
|
||||
"@microsoft/fast-components-react-base": "^3.1.1",
|
||||
"@microsoft/fast-components-react-msft": "^3.1.1",
|
||||
"@microsoft/fast-jest-snapshots-react": "^3.0.1",
|
||||
"@microsoft/fast-tslint-rules": "^3.0.0",
|
||||
"@types/jest": "^23.3.5",
|
||||
|
|
Загрузка…
Ссылка в новой задаче