Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
update versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kahboom authored and wtrocki committed Nov 23, 2021
1 parent e8b3f65 commit db4dd01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ To start using uniforms, we have to install three independent packages:
In this example, we will use the JSON Schema to describe our desired data format and style our form using the Pattenfly UI theme.

```shell
npm install uniforms@3.5.1
npm install uniforms-bridge-json-schema@3.5.1
npm install uniforms@3.6.2
npm install uniforms-bridge-json-schema@3.6.2
npm install uniforms-patternfly
npm install @patternfly/react-core @patternfly/react-icons
```
Expand All @@ -31,7 +31,7 @@ your `index.html` like in the example app of this repo.

Obs: If you use a previous version of the `tslib` indirectly (version 1), it should be necessary to add this dependency as well.
```shell
npm install tslib@^2.2.0
npm install tslib@^2.3.1
```

### 2. Start by defining a schema
Expand Down

0 comments on commit db4dd01

Please sign in to comment.