|
@@ -31,7 +31,6 @@
|
|
|
"@babel/preset-env": "^7.22.10",
|
|
|
"@babel/preset-typescript": "^7.22.5",
|
|
|
"@types/lodash": "^4.14.197",
|
|
|
- "@types/react": "^18.2.20",
|
|
|
"babel-jest": "^29.6.2",
|
|
|
"cpx": "^1.5.0",
|
|
|
"jest": "^29.6.2"
|
|
@@ -44,5 +43,11 @@
|
|
|
"@wangeditor/editor": "^5.1.23",
|
|
|
"@wangeditor/editor-for-react": "^1.0.6",
|
|
|
"styled-components": "^6.0.7"
|
|
|
+ },
|
|
|
+ "pnpm": {
|
|
|
+ "overrides": {
|
|
|
+ "@types/react": "$react",
|
|
|
+ "@types/react-dom": "$react-dom"
|
|
|
+ }
|
|
|
}
|
|
|
}
|