Skip to content

Commit cca7592

Browse files
committed
removed conflicting react-dom dependency
1 parent 1854bd2 commit cca7592

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
"@lumino/dragdrop": "^1.6.2",
5454
"@lumino/widgets": "^1.13.2",
5555
"husky": "^4.2.5",
56-
"lint-staged": "^10.2.11",
57-
"react-dom": "^16.13.1"
56+
"lint-staged": "^10.2.11"
5857
},
5958
"devDependencies": {
6059
"@typescript-eslint/eslint-plugin": "^2.25.0",

yarn.lock

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2166,16 +2166,6 @@ querystringify@^2.1.1:
21662166
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.1.tgz#60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e"
21672167
integrity sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA==
21682168

2169-
react-dom@^16.13.1:
2170-
version "16.13.1"
2171-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f"
2172-
integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==
2173-
dependencies:
2174-
loose-envify "^1.1.0"
2175-
object-assign "^4.1.1"
2176-
prop-types "^15.6.2"
2177-
scheduler "^0.19.1"
2178-
21792169
react-dom@~16.9.0:
21802170
version "16.9.0"
21812171
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962"
@@ -2343,14 +2333,6 @@ scheduler@^0.15.0:
23432333
loose-envify "^1.1.0"
23442334
object-assign "^4.1.1"
23452335

2346-
scheduler@^0.19.1:
2347-
version "0.19.1"
2348-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
2349-
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
2350-
dependencies:
2351-
loose-envify "^1.1.0"
2352-
object-assign "^4.1.1"
2353-
23542336
semver-compare@^1.0.0:
23552337
version "1.0.0"
23562338
resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc"

0 commit comments

Comments
 (0)