Skip to content

Commit

Permalink
update ts-jest to fix fast-animation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed Apr 26, 2022
1 parent 921c7ef commit ba456ac
Show file tree
Hide file tree
Showing 3 changed files with 754 additions and 21 deletions.
7 changes: 4 additions & 3 deletions packages/utilities/fast-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
}
},
"rootDir": "./",
"testEnvironment": "jsdom",
"transform": {
".(ts|tsx)": "ts-jest"
},
Expand All @@ -71,7 +72,7 @@
"@babel/preset-react": "^7.12.13",
"@microsoft/api-extractor": "7.8.1",
"@microsoft/eslint-config-fast-dna": "^2.0.0",
"@types/jest": "^25.2.1",
"@types/jest": "^27.0.0",
"@types/node": "^15.0.1",
"@types/react": "^16.3.0",
"@types/react-dom": "^16.3.0",
Expand All @@ -85,7 +86,7 @@
"file-loader": "^3.0.1",
"fork-ts-checker-webpack-plugin": "^0.4.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^25.4.0",
"jest": "^27.0.0",
"mini-css-extract-plugin": "^1.6.1",
"postcss": "^8.3.5",
"postcss-loader": "^4.2.0",
Expand All @@ -95,7 +96,7 @@
"react-router": "^4.1.1",
"require-dir": "^0.3.2",
"style-loader": "^0.13.2",
"ts-jest": "^25.4.0",
"ts-jest": "^27.0.0",
"typescript": "^4.6.2",
"webpack": "^4.44.0",
"webpack-bundle-analyzer": "^3.5.2",
Expand Down
1 change: 0 additions & 1 deletion packages/utilities/fast-animation/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "react",
"allowJs": true,
"target": "es5",
"module": "es2015",
"moduleResolution": "node",
Expand Down
Loading

0 comments on commit ba456ac

Please sign in to comment.