Skip to content

Commit 5fb5a4a

Browse files
committed
1 parent 08b517f commit 5fb5a4a

File tree

2 files changed

+28
-57
lines changed

2 files changed

+28
-57
lines changed

package-lock.json

+23-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@types/lodash.isequal": "^4.5.6",
8484
"@types/lodash.merge": "^4.6.7",
8585
"@types/lodash.uniqueid": "^4.0.7",
86-
"@types/react": "^18.2.42",
86+
"@types/react": "^18.0.33",
8787
"@types/sanitize-html": "^2.9.0",
8888
"@types/webpack": "^5.28.1",
8989
"babel-loader": "^8.3.0",
@@ -107,7 +107,7 @@
107107
"dependencies": {
108108
"@emotion/css": "^11.11.2",
109109
"clsx": "^1.2.1",
110-
"formik": "^2.2.9",
110+
"formik": "^2.4.5",
111111
"lodash.camelcase": "^4.3.0",
112112
"lodash.clonedeep": "^4.5.0",
113113
"lodash.debounce": "^4.0.8",
@@ -140,5 +140,8 @@
140140
"<rootDir>/src/setupTests.js"
141141
],
142142
"testEnvironment": "jsdom"
143+
},
144+
"overrides": {
145+
"@types/react": "^18.0.33"
143146
}
144147
}

0 commit comments

Comments
 (0)