Skip to content

Commit

Permalink
[#81] Fix issues with react types
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Dec 13, 2023
1 parent 08b517f commit 5fb5a4a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 57 deletions.
78 changes: 23 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -83,7 +83,7 @@
"@types/lodash.isequal": "^4.5.6",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.uniqueid": "^4.0.7",
"@types/react": "^18.2.42",
"@types/react": "^18.0.33",
"@types/sanitize-html": "^2.9.0",
"@types/webpack": "^5.28.1",
"babel-loader": "^8.3.0",
Expand All @@ -107,7 +107,7 @@
"dependencies": {
"@emotion/css": "^11.11.2",
"clsx": "^1.2.1",
"formik": "^2.2.9",
"formik": "^2.4.5",
"lodash.camelcase": "^4.3.0",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
Expand Down Expand Up @@ -140,5 +140,8 @@
"<rootDir>/src/setupTests.js"
],
"testEnvironment": "jsdom"
},
"overrides": {
"@types/react": "^18.0.33"
}
}

0 comments on commit 5fb5a4a

Please sign in to comment.