Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 73fa06a

Browse files
committed
deps: move react/react-dom to devDeps
these are only used for excalidraw and are bundled by webpack now
1 parent c81fb5d commit 73fa06a

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@
133133
"normalize.css": "8.0.1",
134134
"panzoom": "9.4.3",
135135
"rand-token": "1.0.1",
136-
"react": "18.3.1",
137-
"react-dom": "18.3.1",
138136
"safe-compare": "1.1.4",
139137
"sanitize-filename": "1.6.3",
140138
"sanitize-html": "2.15.0",
@@ -236,6 +234,8 @@
236234
"nodemon": "3.1.9",
237235
"postcss-loader": "8.1.1",
238236
"rcedit": "4.0.1",
237+
"react": "18.3.1",
238+
"react-dom": "18.3.1",
239239
"rimraf": "6.0.1",
240240
"sass": "1.86.0",
241241
"sass-loader": "16.0.5",

0 commit comments

Comments
 (0)