Skip to content

Commit

Permalink
Merge pull request #110 from Webtrekk/fix-typescript-compilation-prob…
Browse files Browse the repository at this point in the history
…lems

fix-typescript-build-error
  • Loading branch information
manojkrishna1991 authored Jul 14, 2023
2 parents f3901fe + 0b96261 commit 07806f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
"react-dom": "^15.3.0 || 16"
},
"dependencies": {
"@types/lodash": "~4.14.159",
"@types/lodash": "4.14.159",
"@types/rc-slider": "8.6.3",
"@types/react": "^16.9.46",
"@types/react-table": "~6.7.15",
"@types/yup": "~0.26.37",
"immutability-helper": "~3.0.2",
"lodash": "~4.17.20",
"lodash": "4.17.20",
"rc-slider": "8.6.7",
"react-popper-tooltip": "^2.10.1",
"react-table": "~6.8.6",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"esModuleInterop": true,
"stripInternal": true,
"pretty": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"lib": [
"es6",
Expand Down

0 comments on commit 07806f4

Please sign in to comment.