Skip to content

Commit

Permalink
Set react-router-dom version to 5.1.2 for react example
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleychh authored Apr 25, 2022
1 parent 7c11410 commit 32c68de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/application-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ echo yes | npm run eject


# install dependencies
npm i -P @luigi-project/core @luigi-project/client [email protected] @sap-theming/theming-base-content react-router-dom
npm i -P @luigi-project/core @luigi-project/client [email protected] @sap-theming/theming-base-content react-router-dom@5.1.2
npm i copy-webpack-plugin@5 webpack webpack-cli @babel/core @babel/preset-env babel-loader --save-dev

# replace strings in some places
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/react.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npx create-react-app $folder && cd $folder
echo yes | npm run eject

# install dependencies
npm i -P @luigi-project/core @luigi-project/client [email protected] @sap-theming/theming-base-content react-router-dom
npm i -P @luigi-project/core @luigi-project/client [email protected] @sap-theming/theming-base-content react-router-dom@5.1.2
npm i copy-webpack-plugin@5 webpack webpack-cli @babel/core @babel/preset-env babel-loader --save-dev

# replace strings in some places
Expand Down

0 comments on commit 32c68de

Please sign in to comment.