Skip to content

Commit

Permalink
Updated Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ktskumar committed Nov 29, 2021
1 parent 9c8ab54 commit d8a9275
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion config/package-solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"solution": {
"name": "Microsoft Graph Toolkit Editor",
"id": "55ea391d-c3a2-4413-bf13-3877132bc52f",
"version": "1.3.0.0",
"version": "1.3.0.4",
"includeClientSideAssets": true,
"isDomainIsolated": false,
"developer": {
Expand Down
8 changes: 1 addition & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mgteditor-webpart",
"version": "0.0.1",
"version": "2.0.0",
"private": true,
"main": "lib/index.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"test": "gulp test"
},
"dependencies": {
"@microsoft/mgt-spfx": "^2.3.1",
"@microsoft/mgt-spfx": "2.3.1",
"@microsoft/sp-core-library": "1.13.1",
"@microsoft/sp-lodash-subset": "1.13.1",
"@microsoft/sp-office-ui-fabric-core": "1.13.1",
Expand All @@ -23,7 +23,6 @@
"@microsoft/sp-build-web": "1.13.1",
"@microsoft/sp-module-interfaces": "1.13.1",
"@microsoft/sp-tslint-rules": "1.13.1",
"@types/es6-promise": "0.0.33",
"@types/webpack-env": "1.13.1",
"ajv": "~5.2.2",
"gulp": "4.0.2"
Expand Down
3 changes: 1 addition & 2 deletions src/webparts/mgtEditor/MgtEditorWebPart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import { PropertyFieldCodeEditor, PropertyFieldCodeEditorLanguages } from '@pnp/
import {
ThemeProvider,
ThemeChangedEventArgs,
IReadonlyTheme,
ISemanticColors
IReadonlyTheme
} from '@microsoft/sp-component-base';

export interface IMgtEditorWebPartProps {
Expand Down

0 comments on commit d8a9275

Please sign in to comment.