Skip to content

Commit 21d1e79

Browse files
committed
Fix resolution and compilation
1 parent 591a9b0 commit 21d1e79

File tree

2 files changed

+43
-386
lines changed

2 files changed

+43
-386
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"@types/jest": "^29.2.0",
6767
"@types/json-schema": "^7.0.11",
6868
"@types/react": "^18.0.26",
69-
"@types/react-addons-linked-state-mixin": "^0.14.22",
7069
"@typescript-eslint/eslint-plugin": "^6.1.0",
7170
"@typescript-eslint/parser": "^6.1.0",
7271
"css-loader": "^6.7.1",
@@ -87,6 +86,9 @@
8786
"typescript": "~5.0.2",
8887
"yjs": "^13.5.0"
8988
},
89+
"resolutions": {
90+
"@rjsf/core": "5.18.2"
91+
},
9092
"sideEffects": [
9193
"style/*.css",
9294
"style/index.js"

0 commit comments

Comments
 (0)