Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @microsoft/fast-figma-plugin-msft@0.8.9
 - @microsoft/fast-tooling-react@2.5.3
 - @microsoft/fast-tooling@0.15.0
 - @microsoft/fast-web-utilities@4.7.1
 - @microsoft/fast-components@1.15.0
 - @microsoft/fast-element@0.22.0
 - @microsoft/fast-foundation@1.12.0
 - @microsoft/fast-color-explorer@1.6.12
 - @microsoft/fast-component-explorer@0.16.0
 - @microsoft/fast-creator@0.5.0
 - @microsoft/fast-tooling-examples@0.4.12
 - @microsoft/fast-website@1.3.9
 - @microsoft/site-utilities@0.7.0
 - fast-site@0.5.0
  • Loading branch information
chrisdholt committed Jan 30, 2021
1 parent 9c24ee6 commit 51b89a2
Show file tree
Hide file tree
Showing 28 changed files with 255 additions and 48 deletions.
8 changes: 8 additions & 0 deletions packages/tooling/fast-figma-plugin-msft/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9](https://github.com/Microsoft/fast/compare/@microsoft/fast-figma-plugin-msft@0.8.8...@microsoft/fast-figma-plugin-msft@0.8.9) (2021-01-30)

**Note:** Version bump only for package @microsoft/fast-figma-plugin-msft





## [0.8.8](https://github.com/Microsoft/fast/compare/@microsoft/fast-figma-plugin-msft@0.8.7...@microsoft/fast-figma-plugin-msft@0.8.8) (2020-12-17)

**Note:** Version bump only for package @microsoft/fast-figma-plugin-msft
Expand Down
6 changes: 3 additions & 3 deletions packages/tooling/fast-figma-plugin-msft/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-figma-plugin-msft",
"version": "0.8.8",
"version": "0.8.9",
"description": "A Figma plugin for designing MSFT experiences",
"sideEffects": false,
"private": true,
Expand Down Expand Up @@ -29,10 +29,10 @@
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@microsoft/fast-colors": "^5.1.0",
"@microsoft/fast-components": "^1.14.1",
"@microsoft/fast-components": "^1.15.0",
"@microsoft/fast-components-react-msft": "^4.32.0",
"@microsoft/fast-components-styles-msft": "^4.29.0",
"@microsoft/fast-element": "^0.21.1",
"@microsoft/fast-element": "^0.22.0",
"@types/figma": "^1.0.2",
"@types/node": "^10.12.12",
"@types/react": "^16.9.17",
Expand Down
8 changes: 8 additions & 0 deletions packages/tooling/fast-tooling-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.3](https://github.com/Microsoft/fast/compare/@microsoft/fast-tooling-react@2.5.2...@microsoft/fast-tooling-react@2.5.3) (2021-01-30)

**Note:** Version bump only for package @microsoft/fast-tooling-react





## [2.5.2](https://github.com/Microsoft/fast/compare/@microsoft/fast-tooling-react@2.5.1...@microsoft/fast-tooling-react@2.5.2) (2020-12-16)

**Note:** Version bump only for package @microsoft/fast-tooling-react
Expand Down
6 changes: 3 additions & 3 deletions packages/tooling/fast-tooling-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.2",
"version": "2.5.3",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -116,8 +116,8 @@
"@microsoft/fast-components-foundation-react": "^3.2.0",
"@microsoft/fast-jss-manager-react": "^4.8.0",
"@microsoft/fast-jss-utilities": "^4.8.0",
"@microsoft/fast-tooling": "^0.14.0",
"@microsoft/fast-web-utilities": "^4.7.0",
"@microsoft/fast-tooling": "^0.15.0",
"@microsoft/fast-web-utilities": "^4.7.1",
"exenv-es6": "^1.0.0",
"raf-throttle": "^2.0.3",
"react-dnd": "^9.0.0"
Expand Down
18 changes: 18 additions & 0 deletions packages/tooling/fast-tooling/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-tooling@0.14.0...@microsoft/fast-tooling@0.15.0) (2021-01-30)


### Bug Fixes

* include numerals, parenthesis and capital letters from MDN data conversion combinator RegEx ([#4195](https://github.com/Microsoft/fast/issues/4195)) ([e9308a2](https://github.com/Microsoft/fast/commit/e9308a22cb78de095d8e704065c87ce34e0a037f))
* resolve nesting issues in converted MDN data ([#4203](https://github.com/Microsoft/fast/issues/4203)) ([2aecf3c](https://github.com/Microsoft/fast/commit/2aecf3c4507dc1b03d6e9f26bdb3b2d195a56b9f))
* update nesting to be interpreted by manual parsing instead of RegEx ([#4253](https://github.com/Microsoft/fast/issues/4253)) ([f32e34a](https://github.com/Microsoft/fast/commit/f32e34aa699dd550cd79361b99437dbf9c810044))


### Features

* separate out cjs modules from ejs so that utilities may be used in a node environment ([#4277](https://github.com/Microsoft/fast/issues/4277)) ([adffd1e](https://github.com/Microsoft/fast/commit/adffd1e4b275648019a98e14555bbce535053d1e))





# [0.14.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-tooling@0.13.0...@microsoft/fast-tooling@0.14.0) (2020-12-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/tooling/fast-tooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-tooling",
"description": "A set of utilities to assist in creating web UI",
"sideEffects": false,
"version": "0.14.0",
"version": "0.15.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -105,7 +105,7 @@
"lodash-es": "^4.0.0"
},
"dependencies": {
"@microsoft/fast-web-utilities": "^4.7.0",
"@microsoft/fast-web-utilities": "^4.7.1",
"vscode-html-languageservice": "^3.1.3"
}
}
11 changes: 11 additions & 0 deletions packages/utilities/fast-web-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-web-utilities@4.7.0...@microsoft/fast-web-utilities@4.7.1) (2021-01-30)


### Bug Fixes

* allow nonce usage in canUseFocusVisible ([#4243](https://github.com/Microsoft/fast/issues/4243)) ([6e8b917](https://github.com/Microsoft/fast/commit/6e8b917dcbff8c5c0452e2dccc92020070ae3e3c))





# [4.7.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-web-utilities@4.6.1...@microsoft/fast-web-utilities@4.7.0) (2020-12-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/fast-web-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/fast-web-utilities",
"description": "FAST web utilities",
"version": "4.7.0",
"version": "4.7.1",
"sideEffects": false,
"author": {
"name": "Microsoft",
Expand Down
28 changes: 28 additions & 0 deletions packages/web-components/fast-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [1.15.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-components@1.14.1...@microsoft/fast-components@1.15.0) (2021-01-30)


### Bug Fixes

* `UnhandledPromiseRejectionWarning`s when building fast-components ([#4218](https://github.com/Microsoft/fast/issues/4218)) ([48d52f4](https://github.com/Microsoft/fast/commit/48d52f43d8aa9938139f4dc0a2318fe400050216))
* add forced-colors to skeleton component for high contrast ([#4234](https://github.com/Microsoft/fast/issues/4234)) ([492009c](https://github.com/Microsoft/fast/commit/492009c00fdc760af4d70b30ed98c1a67564c113))
* address broken high contrast colors on listbox and select components ([#4233](https://github.com/Microsoft/fast/issues/4233)) ([9ac38ee](https://github.com/Microsoft/fast/commit/9ac38eef8489e35280947147576c491e98d33662))
* adjust focus bottom border offset when it's width is increased ([#4241](https://github.com/Microsoft/fast/issues/4241)) ([04926b7](https://github.com/Microsoft/fast/commit/04926b71451a331014439eabf082bfa2d1f07e7f))
* badge style var typo ([#4240](https://github.com/Microsoft/fast/issues/4240)) ([2b489db](https://github.com/Microsoft/fast/commit/2b489db76f25bb92203b26cd7e6133b3247ea166))
* change accordion item region to display block ([#4255](https://github.com/Microsoft/fast/issues/4255)) ([e3e28e9](https://github.com/Microsoft/fast/commit/e3e28e96a516dbc0d3cbf2fc9670705b03b91e55))
* expand collapse tree view svg ([#4225](https://github.com/Microsoft/fast/issues/4225)) ([c6d6259](https://github.com/Microsoft/fast/commit/c6d62597a89b7329b83f01520eebd811608c37d3))
* slider disabled and readonly cursor styles ([#4224](https://github.com/Microsoft/fast/issues/4224)) ([554760e](https://github.com/Microsoft/fast/commit/554760e77abf1a7ed758981430c27d29fa222c36))
* tooltips are incorrectly positioned when parent is a flex container ([#4256](https://github.com/Microsoft/fast/issues/4256)) ([bc47c02](https://github.com/Microsoft/fast/commit/bc47c02a44b7b274f458322b65ce7b4555de49e3))


### Features

* add disclosure component ([#3921](https://github.com/Microsoft/fast/issues/3921)) ([dec77c9](https://github.com/Microsoft/fast/commit/dec77c99742e5aaddc5a2f3da2e340efc56ef00a))
* add fast-number-field component for data applications ([#4204](https://github.com/Microsoft/fast/issues/4204)) ([7196215](https://github.com/Microsoft/fast/commit/7196215344e0f6141dbc7dff69fc4c0bde8b586a))
* add radio group functionality to menu items ([#4208](https://github.com/Microsoft/fast/issues/4208)) ([89a3930](https://github.com/Microsoft/fast/commit/89a3930be83434b9039d25f82ae0c251e2d03956))
* add select spec ([#4194](https://github.com/Microsoft/fast/issues/4194)) ([7af127a](https://github.com/Microsoft/fast/commit/7af127aa1e41d4a379cc8b5ce15798d9423b3726))
* separate out cjs modules from ejs so that utilities may be used in a node environment ([#4277](https://github.com/Microsoft/fast/issues/4277)) ([adffd1e](https://github.com/Microsoft/fast/commit/adffd1e4b275648019a98e14555bbce535053d1e))





## [1.14.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-components@1.14.0...@microsoft/fast-components@1.14.1) (2020-12-17)

**Note:** Version bump only for package @microsoft/fast-components
Expand Down
10 changes: 5 additions & 5 deletions packages/web-components/fast-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-components",
"description": "A library of Web Components",
"sideEffects": false,
"version": "1.14.1",
"version": "1.15.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.7.13",
"@microsoft/fast-tooling": "^0.14.0",
"@microsoft/fast-tooling": "^0.15.0",
"@storybook/addons": "^5.1.3",
"@storybook/cli": "^5.1.3",
"@storybook/html": "^5.1.3",
Expand Down Expand Up @@ -102,9 +102,9 @@
},
"dependencies": {
"@microsoft/fast-colors": "^5.1.0",
"@microsoft/fast-element": "^0.21.1",
"@microsoft/fast-foundation": "^1.11.1",
"@microsoft/fast-web-utilities": "^4.7.0",
"@microsoft/fast-element": "^0.22.0",
"@microsoft/fast-foundation": "^1.12.0",
"@microsoft/fast-web-utilities": "^4.7.1",
"tslib": "^1.13.0"
},
"peerDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/web-components/fast-element/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.22.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-element@0.21.1...@microsoft/fast-element@0.22.0) (2021-01-30)


### Bug Fixes

* increase sophistication of behavior binding and unbinding ([#4288](https://github.com/Microsoft/fast/issues/4288)) ([9c24ee6](https://github.com/Microsoft/fast/commit/9c24ee6f865673cfa8f32ae5141f139484d79f73))
* **repeat:** observe arrays after unbound then rebound ([#4211](https://github.com/Microsoft/fast/issues/4211)) ([cec8e69](https://github.com/Microsoft/fast/commit/cec8e69d3b72b672605bf3f77a702ca0d6ba1a5b))


### Features

* add support for attachment test to ElementStyles ([#4289](https://github.com/Microsoft/fast/issues/4289)) ([df6f765](https://github.com/Microsoft/fast/commit/df6f7652083ea71e3419976281ee393744606018))





## [0.21.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-element@0.21.0...@microsoft/fast-element@0.21.1) (2020-12-16)

**Note:** Version bump only for package @microsoft/fast-element
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/fast-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-element",
"description": "A library for constructing Web Components",
"sideEffects": false,
"version": "0.21.1",
"version": "0.22.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down
26 changes: 26 additions & 0 deletions packages/web-components/fast-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.12.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-foundation@1.11.1...@microsoft/fast-foundation@1.12.0) (2021-01-30)


### Bug Fixes

* `UnhandledPromiseRejectionWarning`s when building fast-components ([#4218](https://github.com/Microsoft/fast/issues/4218)) ([48d52f4](https://github.com/Microsoft/fast/commit/48d52f43d8aa9938139f4dc0a2318fe400050216))
* add class content to fix missing underline on button component ([#4226](https://github.com/Microsoft/fast/issues/4226)) ([bb9caaf](https://github.com/Microsoft/fast/commit/bb9caafd0edcbb0da46d74035fff246d36661f56)), closes [#4201](https://github.com/Microsoft/fast/issues/4201) [#16271](https://github.com/Microsoft/fast/issues/16271)
* add whitespace filter to text-field template to correctly hide label div with start and end content ([#4245](https://github.com/Microsoft/fast/issues/4245)) ([70ce353](https://github.com/Microsoft/fast/commit/70ce3537c3d29789b5030abe4ea6c58b098f69b5))
* display active indicator when tab is disabled ([#4207](https://github.com/Microsoft/fast/issues/4207)) ([ca0efbb](https://github.com/Microsoft/fast/commit/ca0efbb2968b0f9b017f3b28ab5c1bb688fafd47))
* expand collapse tree view svg ([#4225](https://github.com/Microsoft/fast/issues/4225)) ([c6d6259](https://github.com/Microsoft/fast/commit/c6d62597a89b7329b83f01520eebd811608c37d3))
* tooltips are incorrectly positioned when parent is a flex container ([#4256](https://github.com/Microsoft/fast/issues/4256)) ([bc47c02](https://github.com/Microsoft/fast/commit/bc47c02a44b7b274f458322b65ce7b4555de49e3))


### Features

* add disclosure component ([#3921](https://github.com/Microsoft/fast/issues/3921)) ([dec77c9](https://github.com/Microsoft/fast/commit/dec77c99742e5aaddc5a2f3da2e340efc56ef00a))
* add fast-number-field component for data applications ([#4204](https://github.com/Microsoft/fast/issues/4204)) ([7196215](https://github.com/Microsoft/fast/commit/7196215344e0f6141dbc7dff69fc4c0bde8b586a))
* add getPosition service for anchored region ([#4210](https://github.com/Microsoft/fast/issues/4210)) ([94d5ffa](https://github.com/Microsoft/fast/commit/94d5ffa2235e2d681e03e32442346018a81c693f))
* add radio group functionality to menu items ([#4208](https://github.com/Microsoft/fast/issues/4208)) ([89a3930](https://github.com/Microsoft/fast/commit/89a3930be83434b9039d25f82ae0c251e2d03956))
* add select spec ([#4194](https://github.com/Microsoft/fast/issues/4194)) ([7af127a](https://github.com/Microsoft/fast/commit/7af127aa1e41d4a379cc8b5ce15798d9423b3726))
* Create a behavior for attaching component styles based on an appearance ([#4238](https://github.com/Microsoft/fast/issues/4238)) ([7b498ce](https://github.com/Microsoft/fast/commit/7b498ce3101d90dee2558433fa0abadca5149d36))





## [1.11.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-foundation@1.11.0...@microsoft/fast-foundation@1.11.1) (2020-12-17)


Expand Down
6 changes: 3 additions & 3 deletions packages/web-components/fast-foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-foundation",
"description": "A library of Web Component building blocks",
"sideEffects": false,
"version": "1.11.1",
"version": "1.12.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -89,8 +89,8 @@
"webpack": "^4.44.0"
},
"dependencies": {
"@microsoft/fast-element": "^0.21.1",
"@microsoft/fast-web-utilities": "^4.7.0",
"@microsoft/fast-element": "^0.22.0",
"@microsoft/fast-web-utilities": "^4.7.1",
"@microsoft/tsdoc-config": "^0.13.4",
"tabbable": "^4.0.0",
"tslib": "^1.13.0"
Expand Down
8 changes: 8 additions & 0 deletions sites/fast-color-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.12](https://github.com/Microsoft/fast/compare/@microsoft/fast-color-explorer@1.6.11...@microsoft/fast-color-explorer@1.6.12) (2021-01-30)

**Note:** Version bump only for package @microsoft/fast-color-explorer





## [1.6.11](https://github.com/Microsoft/fast/compare/@microsoft/fast-color-explorer@1.6.10...@microsoft/fast-color-explorer@1.6.11) (2020-12-17)

**Note:** Version bump only for package @microsoft/fast-color-explorer
Expand Down
6 changes: 3 additions & 3 deletions sites/fast-color-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-color-explorer",
"version": "1.6.11",
"version": "1.6.12",
"description": "Color explorations",
"sideEffects": false,
"private": true,
Expand Down Expand Up @@ -30,7 +30,7 @@
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@microsoft/eslint-config-fast-dna": "^1.2.0",
"@microsoft/site-utilities": "^0.6.3",
"@microsoft/site-utilities": "^0.7.0",
"@types/lodash": "^4.14.120",
"@types/node": "^10.12.12",
"@types/react": "^16.7.17",
Expand Down Expand Up @@ -76,6 +76,6 @@
"@microsoft/fast-jss-manager-react": "^4.8.0",
"@microsoft/fast-jss-utilities": "^4.8.0",
"@microsoft/fast-layouts-react": "^4.12.0",
"@microsoft/fast-web-utilities": "^4.7.0"
"@microsoft/fast-web-utilities": "^4.7.1"
}
}
19 changes: 19 additions & 0 deletions sites/fast-component-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.16.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-component-explorer@0.15.1...@microsoft/fast-component-explorer@0.16.0) (2021-01-30)


### Bug Fixes

* add missing fast-number-field config ([#4282](https://github.com/Microsoft/fast/issues/4282)) ([c0551f4](https://github.com/Microsoft/fast/commit/c0551f48bcc778270e2f27d47062c1d138674cba))
* address monaco editor incorrect background in high contrast white on Windows in the component explorer ([#4259](https://github.com/Microsoft/fast/issues/4259)) ([8b6db10](https://github.com/Microsoft/fast/commit/8b6db103ea83e1133e815f99a101652a11ebbe1c)), closes [#3980](https://github.com/Microsoft/fast/issues/3980)
* update the component explorer site tab panel padding to include the desktop screen sizes ([#4278](https://github.com/Microsoft/fast/issues/4278)) ([1f5fc2e](https://github.com/Microsoft/fast/commit/1f5fc2e938f4140d9f9329e916640185f712f081))


### Features

* add disclosure component ([#3921](https://github.com/Microsoft/fast/issues/3921)) ([dec77c9](https://github.com/Microsoft/fast/commit/dec77c99742e5aaddc5a2f3da2e340efc56ef00a))
* separate out cjs modules from ejs so that utilities may be used in a node environment ([#4277](https://github.com/Microsoft/fast/issues/4277)) ([adffd1e](https://github.com/Microsoft/fast/commit/adffd1e4b275648019a98e14555bbce535053d1e))





## [0.15.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-component-explorer@0.15.0...@microsoft/fast-component-explorer@0.15.1) (2020-12-17)

**Note:** Version bump only for package @microsoft/fast-component-explorer
Expand Down
10 changes: 5 additions & 5 deletions sites/fast-component-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-component-explorer",
"version": "0.15.1",
"version": "0.16.0",
"description": "Component exploration",
"sideEffects": false,
"private": true,
Expand Down Expand Up @@ -38,7 +38,7 @@
"@microsoft/fast-components-class-name-contracts-msft": "^4.9.0",
"@microsoft/fast-components-foundation-react": "^3.2.0",
"@microsoft/fast-jss-utilities": "^4.8.0",
"@microsoft/site-utilities": "^0.6.3",
"@microsoft/site-utilities": "^0.7.0",
"@types/lodash-es": "^4.17.0",
"@types/node": "^10.12.12",
"@types/react": "^16.7.17",
Expand Down Expand Up @@ -87,9 +87,9 @@
"@microsoft/fast-components-react-msft": "^4.32.0",
"@microsoft/fast-components-styles-msft": "^4.29.0",
"@microsoft/fast-jss-manager-react": "^4.8.0",
"@microsoft/fast-tooling": "^0.14.0",
"@microsoft/fast-tooling-react": "^2.5.2",
"@microsoft/fast-web-utilities": "^4.7.0",
"@microsoft/fast-tooling": "^0.15.0",
"@microsoft/fast-tooling-react": "^2.5.3",
"@microsoft/fast-web-utilities": "^4.7.1",
"@skatejs/val": "^0.5.0",
"monaco-editor": "^0.20.0",
"monaco-editor-webpack-plugin": "^1.9.0",
Expand Down
Loading

0 comments on commit 51b89a2

Please sign in to comment.