We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56921c8 commit e3b5b67Copy full SHA for e3b5b67
docs/installation/installation.md
@@ -389,11 +389,11 @@ To add the packages using yarn run these commands:
389
```bash
390
yarn add react@16
391
yarn add react-dom@16
392
-yarn add react-router@5.0.0
393
-yarn add react-router-dom@5.0.0
394
-yarn add react_ujs@5.0
+yarn add react-router@^5.0.0
+yarn add react-router-dom@^5.0.0
+yarn add react_ujs@^2.5.0
395
+yarn add jquery@^3.4.1
396
```
-
397
And then add a `cancel_import` directive to the `hyperstack.rb` initializer in your the Rails `config/initializers` directory:
398
399
```ruby
0 commit comments