-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fronts client v2 deps update (#1529)
* update babel, remove guration * add missing react peer deps * chore: specify event types * chore: type ref props * FocusWrapper cast to same type as Wrapper to preserve native props * MetaContainerProps * upgrade jest and webapck * upgrade enyme * upgrade recharts * body parse and loadash * bump webpack-dev-server * markdown toc * bump webpack-cli * bump jest-enzyme * upgrade prosemirror, remove stub type modules * not using babel loader * upgrade webpack loaders * yrn upgrade on jest * upgrade to jest 24 * upgrade to jest 25 * update to jest 26 * remove babel-jest - not used * react-dates update * moment and react-dates * bump recharts * bump react-redux * bunp express * lint * bump eslint * bump prosemirror packages to versions set in yarn.lock
- Loading branch information
Showing
22 changed files
with
6,357 additions
and
4,939 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
module.exports = { | ||
moduleFileExtensions: ['ts', 'tsx', 'js'], | ||
transform: { | ||
'^.+\\.(ts|tsx|js)$': 'ts-jest' | ||
'^.+\\.(ts|tsx|js)$': 'ts-jest', | ||
}, | ||
testMatch: ['<rootDir>/src/**/*.spec.+(ts|tsx|js)'], | ||
transformIgnorePatterns: [ | ||
'<rootDir>/node_modules/(?!(panda-session|grid-util-js)/)' | ||
'<rootDir>/node_modules/(?!(panda-session|grid-util-js)/)', | ||
], | ||
setupTestFrameworkScriptFile: './node_modules/jest-enzyme/lib/index.js', | ||
setupFiles: ['./config/setupTest.js'], | ||
moduleDirectories: ['<rootDir>/src', 'node_modules'], | ||
moduleNameMapper: { | ||
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': | ||
'<rootDir>/mocks/fileMock.js', | ||
'\\.css$': '<rootDir>/mocks/styleMock.js' | ||
} | ||
'\\.css$': '<rootDir>/mocks/styleMock.js', | ||
}, | ||
}; |
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
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
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.