Skip to content

Commit 2017713

Browse files
EBR-105: add missing libraries in package.json
1 parent f97271b commit 2017713

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@
6868
"@projectstorm/react-diagrams": "^7.0.3",
6969
"colorjs.io": "^0.4.5",
7070
"marked": "^11.0.0",
71+
"react": "^18.2.0",
7172
"react-accessible-accordion": "^5.0.0",
7273
"react-collapsed": "^4.0.1",
74+
"react-dom": "^18.2.0",
7375
"react-numeric-input": "^2.2.3",
7476
"react-switch": "^7.0.0",
7577
"react-textarea-autosize": "^8.5.3",
@@ -102,6 +104,7 @@
102104
"stylelint-csstree-validator": "^3.0.0",
103105
"stylelint-prettier": "^4.0.0",
104106
"typescript": "~5.0.2",
107+
"webpack": "^5.94.0",
105108
"yjs": "^13.5.0"
106109
},
107110
"sideEffects": [

0 commit comments

Comments
 (0)