Skip to content

Commit

Permalink
Merge pull request #1547 from entando/epic/suspense
Browse files Browse the repository at this point in the history
ENG-5140 suspense merge to develop
  • Loading branch information
ichalagashvili authored Sep 22, 2023
2 parents bde3fed + 76ad554 commit 3a44baa
Show file tree
Hide file tree
Showing 248 changed files with 2,577 additions and 19,473 deletions.
13 changes: 13 additions & 0 deletions config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const ModuleScopePlugin = require('react-dev-utils-for-webpack4/ModuleScopePlugi
const DuplicatePackageCheckerPlugin = require('duplicate-package-checker-webpack-plugin');
const getClientEnvironment = require('./env');
const paths = require('./paths');
// const { UnusedFilesWebpackPlugin } = require('unused-files-webpack-plugin');


// Webpack uses `publicPath` to determine where the app is being served from.
// In development, we always serve from the root. This makes config easier.
Expand Down Expand Up @@ -142,6 +144,11 @@ module.exports = {
// please link the files into your node_modules/ and let module-resolution kick in.
// Make sure your source files are compiled, as they will not be processed in any way.
new ModuleScopePlugin(paths.appSrc, [paths.appPackageJson]),
// new UnusedFilesWebpackPlugin({
// failOnUnused: true,
// patterns: ['src/**/*.jsx', 'src/**/*.js', 'sass/**/*.scss'],
// ignore: ['**/pt.js', '**/browser.js', '**/init.js'],
// }),
],
},
module: {
Expand Down Expand Up @@ -298,6 +305,12 @@ module.exports = {


new DuplicatePackageCheckerPlugin(),

// new UnusedFilesWebpackPlugin({
// failOnUnused: true,
// patterns: ['src/**/*.jsx', 'src/**/*.js', 'sass/**/*.scss'],
// ignore: ['**/pt.js', '**/browser.js', '**/init.js'],
// }),
],
// Some libraries import Node modules but don't use them in the browser.
// Tell Webpack to provide empty mocks for them so importing them works.
Expand Down
3,226 changes: 1,835 additions & 1,391 deletions package-lock.json

Large diffs are not rendered by default.

72 changes: 29 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,45 +16,18 @@
"@entando/pagetreeselector": "^2.0.5",
"@entando/utils": "^2.4.2",
"@react-keycloak/web": "^3.4.0",
"autoprefixer": "7.1.6",
"babel-core": "^6.26.3",
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"babel-loader": "^7.1.4",
"babel-plugin-react-generate-property": "^1.0.5",
"babel-plugin-react-remove-properties": "^0.3.0",
"babel-preset-react-app": "^3.1.1",
"babel-runtime": "6.26.0",
"body-scroll-lock": "^3.1.5",
"brace": "^0.11.1",
"canvg": "^3.0.7",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "^2.3.0",
"codemirror": "^5.63.0",
"css-loader": "^1.0.0",
"dotenv": "4.0.0",
"dotenv-expand": "4.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-redux": "^0.1.7",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.0",
"file-loader": "^1.1.11",
"flat": "^4.1.0",
"flux-standard-action": "^2.0.1",
"formik": "^2.2.9",
"fs-extra": "3.0.1",
"history": "^4.9.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.0",
"jest": "^23.6.0",
"jest-webpack-resolver": "^0.3.0",
"keycloak-js": "^18.0.1",
"lodash": "^4.17.21",
"md5": "^2.3.0",
Expand All @@ -66,38 +39,26 @@
"postcss-loader": "^2.1.5",
"promise": "8.0.1",
"prop-types": "^15.7.2",
"raf": "3.4.0",
"react": "^16.9.0",
"react-ace": "^7.0.2",
"react-bootstrap": "^0.32.4",
"react-bootstrap-typeahead": "4.2.0",
"react-codemirror2": "^4.2.1",
"react-collapse": "^5.0.0",
"react-copy-to-clipboard": "^5.0.2",
"react-cropper": "^1.3.0",
"react-csv": "^1.1.1",
"react-datepicker": "^1.4.1",
"react-dev-utils-for-webpack4": "^5.0.0-webpack4",
"react-dom": "^16.9.0",
"react-draggable": "^3.3.0",
"react-dropzone": "^11.3.1",
"react-ellipsis-with-tooltip": "^1.0.7",
"react-excel-workbook": "0.0.4",
"react-html-table-to-excel": "^2.0.0",
"react-intl": "^2.9.0",
"react-jsonschema-form": "^1.7.0",
"react-loadable": "^5.4.0",
"react-quill-2": "^2.0.2",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-roving-tabindex": "^1.0.0",
"react-test-renderer": "^16.14.0",
"reactour": "^1.19.0",
"redux": "^4.0.1",
"redux-form": "^8.3.7",
"redux-localstorage": "^0.4.1",
"redux-mock-store": "^1.4.0",
"redux-test-utils": "^0.2.2",
"redux-thunk": "^2.3.0",
"regex-parser": "^2.2.11",
"reselect": "^4.0.0",
Expand All @@ -110,8 +71,6 @@
"url-loader": "^1.0.1",
"uuid": "^8.1.0",
"validator": "^13.7.0",
"webpack": "^4.46.0",
"webpack-dev-server": "^3.8.2",
"webpack-manifest-plugin": "^2.0.3",
"whatwg-fetch": "2.0.4",
"yup": "^0.32.11"
Expand Down Expand Up @@ -248,7 +207,6 @@
"commander": "^3.0.2",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint-plugin-react-hooks": "^2.3.0",
"jest-canvas-mock": "^2.3.0",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-enzyme": "^6.1.2",
"jest-localstorage-mock": "^2.2.0",
Expand All @@ -257,7 +215,35 @@
"npm-run": "^5.0.1",
"source-map-explorer": "^1.8.0",
"webpack-cli": "^3.3.0",
"whatwg-fetch": "^2.0.4"
"whatwg-fetch": "^2.0.4",
"autoprefixer": "7.1.6",
"babel-core": "^6.26.3",
"babel-eslint": "9.0.0",
"babel-jest": "23.6.0",
"babel-loader": "^7.1.4",
"babel-plugin-react-generate-property": "^1.0.5",
"babel-plugin-react-remove-properties": "^0.3.0",
"babel-preset-react-app": "^3.1.1",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"webpack": "^4.46.0",
"webpack-dev-server": "^3.8.2",
"jest": "^23.6.0",
"jest-webpack-resolver": "^0.3.0",
"react-test-renderer": "^16.14.0",
"redux-mock-store": "^1.4.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.0",
"flux-standard-action": "^2.0.1",
"raf": "3.4.0",
"husky": "^1.3.0"
},
"msw": {
"workerDirectory": "public"
Expand Down
55 changes: 0 additions & 55 deletions sass/common/form/RenderDatePickerInput.scss

This file was deleted.

87 changes: 0 additions & 87 deletions src/api/contentSettings.js

This file was deleted.

8 changes: 0 additions & 8 deletions src/api/notification.js

This file was deleted.

Loading

0 comments on commit 3a44baa

Please sign in to comment.