-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update app: updated to nodejs 16, multiple packages and fixes (#104)
Main Changes: Replaced redux-little-router package and deleted it Updated to Nodejs v16 Updated packages: storybook, jest, react-tooltip, jspdf, webpack (v5), scratch (-storage/-svg-renderer/-render-fonts/-paint/-audio/-blocks/-vm), serverless-offline, html-webpack-plugin, workbox-plugin, file-loader deleted: netlify-lambda Replaced svg loader for react components Commits: * added new library for redux/router, almost all replaced * deleted all uses of redux-little-router * run lint and fixes * changed nodejs version of deployment * fixed switch import, node version to 16 * replaced unsafe deprecated methods * packages updated: storybook, jest, react-tooltip * updated jspdf * webpack to v5. Changes for v3 of react-intl, cant update yet. Project loading but with errors * webpack compiling, svg errors stil * fixed bugs from scratch-storage, replaced store for helper, its running! * fixed serverless online bug, added catch to reject promise fix * updated workbox plugin, replaced file-loader, new loader for svg react components * deleted non valid option for webpack5 * modified netlify build command * not using deprecated netlify package, webpack file to v5§ * added missing import * deleted unused netlify-lambda
- Loading branch information
1 parent
31a332e
commit bc3c6a1
Showing
72 changed files
with
13,111 additions
and
10,623 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,3 +41,6 @@ yarn-error.log | |
|
||
# Jupyter Checkpoints | ||
.ipynb_checkpoints/ | ||
|
||
# docker-compose | ||
docker-compose.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.