Skip to content

Commit

Permalink
chore(common): CHP-6487 bump dependencies and fix breaking changes (#22)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Requires `typescript` version 3.x.
  • Loading branch information
chanceaclark committed May 4, 2020
1 parent 5f4ee9b commit a9f7d43
Show file tree
Hide file tree
Showing 6 changed files with 6,518 additions and 4,831 deletions.
2 changes: 1 addition & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parser": "typescript-eslint-parser",
"parser": "@typescript-eslint/parser",
"env": {
"browser": true,
"es6": true,
Expand Down
4 changes: 2 additions & 2 deletions jest-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
browser: true,
transform: {
'\\.(ts|js)$': '<rootDir>/node_modules/ts-jest/preprocessor.js',
'\\.(ts|js)$': '<rootDir>/node_modules/ts-jest',
},
moduleFileExtensions: [
'ts',
Expand All @@ -11,7 +11,7 @@ module.exports = {
'json',
],
testRegex: 'src/.*\\.spec.(js|ts)$',
setupTestFrameworkScriptFile: '<rootDir>/jest-setup.js',
setupFilesAfterEnv: ['<rootDir>/jest-setup.js'],
collectCoverageFrom: [
'src/**/*.{js,ts}',
],
Expand Down

0 comments on commit a9f7d43

Please sign in to comment.