Skip to content

Commit

Permalink
Revert usage of React 16.13.1 to 16.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>
  • Loading branch information
Srinaath Ravichandran committed Oct 2, 2020
1 parent 48d7f0b commit 9aa46ca
Show file tree
Hide file tree
Showing 20 changed files with 39 additions and 2,435 deletions.
4 changes: 2 additions & 2 deletions Composer/packages/adaptive-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
},
"peerDependencies": {
"format-message": "^6.2.3",
"react": "16.13.1"
"react": "16.13.0"
},
"devDependencies": {
"@bfc/test-utils": "*",
"@types/lodash": "^4.14.146",
"@types/react": "16.9.23",
"format-message": "^6.2.3",
"json-loader": "^0.5.7",
"react": "16.13.1",
"react": "16.13.0",
"react-dom": "16.13.1",
"ts-loader": "7.0.4",
"tsconfig-paths-webpack-plugin": "^3.2.0"
Expand Down
4 changes: 2 additions & 2 deletions Composer/packages/adaptive-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@uifabric/styling": "^7.7.4",
"format-message": "^6.2.3",
"office-ui-fabric-react": "^7.71.0",
"react": "16.13.1",
"react": "16.13.0",
"react-dom": "16.13.1"
},
"devDependencies": {
Expand All @@ -37,7 +37,7 @@
"@types/lodash": "^4.14.149",
"@types/react": "16.9.23",
"format-message": "^6.2.3",
"react": "16.13.1",
"react": "16.13.0",
"react-dom": "16.13.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"query-string": "^6.8.2",
"react-measure": "^2.3.0",
"re-resizable": "^6.3.2",
"react": "16.13.1",
"react": "16.13.0",
"react-app-polyfill": "^0.2.1",
"react-dev-utils": "^7.0.3",
"react-dom": "16.13.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const botProjectSpaceSelector = selector({
const botNameId = get(botNameIdentifierState(projectId));
return { dialogs, projectId, name, ...metaData, error: botError, botNameId };
});
console.log(result);
return result;
},
});
Expand Down
4 changes: 2 additions & 2 deletions Composer/packages/extension-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"clean": "rimraf lib"
},
"peerDependencies": {
"react": "16.13.1",
"react": "16.13.0",
"react-dom": "16.13.1"
},
"devDependencies": {
"@bfc/test-utils": "*",
"@types/react": "16.9.23",
"react": "16.13.1",
"react": "16.13.0",
"react-dom": "16.13.1",
"rimraf": "^3.0.2",
"typescript": "3.9.2"
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/intellisense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"peerDependencies": {
"office-ui-fabric-react": "^7.71.0",
"react": "16.13.1",
"react": "16.13.0",
"react-dom": "16.13.1"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions Composer/packages/lib/code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"watch": "yarn build:ts --watch"
},
"peerDependencies": {
"react": "16.13.1",
"react": "16.13.0",
"react-dom": "16.13.1"
},
"devDependencies": {
Expand All @@ -43,7 +43,7 @@
"mini-css-extract-plugin": "^0.6.0",
"postcss-loader": "^3.0.0",
"react-dom": "16.13.1",
"react": "16.13.1",
"react": "16.13.0",
"rimraf": "^2.6.3",
"style-loader": "^0.23.1",
"ts-loader": "7.0.4",
Expand All @@ -66,4 +66,4 @@
"reconnecting-websocket": "^3.2.2",
"vscode-ws-jsonrpc": "^0.1.1"
}
}
}
4 changes: 2 additions & 2 deletions Composer/packages/lib/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"watch": "yarn build:ts --watch"
},
"peerDependencies": {
"react": "16.13.1",
"react": "16.13.0",
"react-dom": "16.13.1"
},
"devDependencies": {
Expand All @@ -32,7 +32,7 @@
"autoprefixer": "^9.5.1",
"copyfiles": "^2.1.0",
"office-ui-fabric-react": "^7.88.1",
"react": "16.13.1",
"react": "16.13.0",
"react-dom": "16.13.1",
"rimraf": "^2.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions Composer/packages/lib/ui-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@bfc/extension-client": "*",
"react": "16.13.1",
"react": "16.13.0",
"react-dom": "16.13.1"
},
"devDependencies": {
Expand All @@ -33,7 +33,7 @@
"@bfc/test-utils": "*",
"@types/react": "16.9.23",
"@types/react-dom": "16.9.5",
"react": "16.13.1",
"react": "16.13.0",
"react-dom": "16.13.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 9aa46ca

Please sign in to comment.