Skip to content

Commit dfa8f1e

Browse files
committed
docs
1 parent 4813984 commit dfa8f1e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/documentation/docs/guides/migrate-from-v1.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ The below guide is an overview of what it takes to migrate from v1 to v2. If we
77
v2 of Reusable Controls is based on SharePoint Framework 1.11 and, as a result, does not support SharePoint On-Premise. **Please, use v1 if you plan to deploy your solution on-prem.**
88

99
## React and Fluent UI versions
10-
v2 of Reusable Controls uses React.js v16.8.5 and Fluent UI (Office UI Fabric React) v6.189.2.
11-
Please, update the `package.json` accordingly:
10+
v2 of Reusable Controls uses React.js v16.8.5 and Fluent UI (Office UI Fabric React) v6.214.0.
11+
Although it is not necessary to use the same modules' versions in your project, we highly recommend to update your solution accordingly:
1212
```json
1313
"dependencies": {
1414
// other dependencies
15-
"@types/react": "16.8.8",
16-
"@types/react-dom": "16.8.3",
17-
"office-ui-fabric-react": "6.189.2",
15+
"office-ui-fabric-react": "6.214.0",
1816
"react": "16.8.5",
1917
"react-dom": "16.8.5"
2018
},
21-
"resolutions": {
22-
"@types/react": "16.8.8"
19+
"devDependencies": {
20+
"@types/react": "16.8.8",
21+
"@types/react-dom": "16.8.3",
2322
},
2423
```
24+
The easiest way to upgrade SharePoint Framework solution is to use [Office365 CLI](https://pnp.github.io/office365-cli/cmd/spfx/project/project-upgrade/#spfx-project-upgrade) `spfx project upgrade` command.
2525

2626
## APIs Changes
2727
### PeoplePicker

docs/documentation/docs/guides/mpa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The shortest way to prepare your local copy of the project for development and t
44

55
## Install prerequisites
66

7-
Before you start contributing to this project, you will need Node.js. This project has been tested with the 6.x and 8.x versions of Node.js and the version of NPM that comes with it. You can use [Node Version Manager](https://github.com/nvm-sh/nvm) to switch between different versions of Node.js.
7+
Before you start contributing to this project, you will need Node.js. This project has been tested with the 10.x version of Node.js and the version of NPM that comes with it. You can use [Node Version Manager](https://github.com/nvm-sh/nvm) to switch between different versions of Node.js.
88

99
## Get the local version of the CLI
1010

0 commit comments

Comments
 (0)