-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(package.json): update dependencies versions #3
base: main
Are you sure you want to change the base?
Conversation
Update axios from version 0.24.0 to 1.6.7 Update react from version 17.0.2 to 18.2.0 Update react-dom from version 17.0.2 to 18.2.0 Update react-router-dom from version 5.3.0 to 6.21.3 Update react-scripts from version 5.0.0 to 5.0.1 Add serve to enable npm run start Add eslint-config-react-app Add jest moduleNameMapper for axios Add @babel/plugin-proposal-private-property-in-object version 7.21.11 as a devDependency Add sass version 1.70.0 as a devDependency
TODO:
|
- Updated project installation instructions in README.md. - Changed runtime in app.yaml and engine in package.json to nodejs20 and version 20.11.0. - Revised comments to reflect the update to React 18. - Updated links to point to the new documentation.
TODO:
|
… in a container with GitHub Actions workflow for pushing to dockerhub on each change to main - add .dockerignore file to exclude unnecessary files and directories from Docker build context - add Docker section to provide information and instructions for Docker deployment to README.md
@isicu @tomFr @JulianaGSouza |
As I see there are multiple dependencies that are updated as well as a definition for a Dockerfile that (probably) runs the eventual app. Is this PR going to be merged soon? Should I wait for this as it might be relevant? |
Dear NorDar Please stay tuned until monday - this PR will be merged next year, however, parts of it will be made available to you once M2 has passed. |
Update axios from version 0.24.0 to 1.6.7
Update react from version 17.0.2 to 18.2.0
Update react-dom from version 17.0.2 to 18.2.0
Update react-router-dom from version 5.3.0 to 6.21.3
Update react-scripts from version 5.0.0 to 5.0.1
Add serve to enable npm run start
Add eslint-config-react-app
Add jest moduleNameMapper for axios
Add @babel/plugin-proposal-private-property-in-object version 7.21.11 as a devDependency
Add sass version 1.70.0 as a devDependency