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

Commit 00c7f39

Browse files
committed
Fix rollup complaining about missing export
1 parent 3dba349 commit 00c7f39

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"docs"
6767
],
6868
"resolutions": {
69-
"@types/webpack": "^4.4.24"
69+
"@types/webpack": "^4.4.24",
70+
"prop-types": "^15.7.2"
7071
}
7172
}

yarn.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9728,15 +9728,7 @@ promzard@^0.3.0:
97289728
dependencies:
97299729
read "1"
97309730

9731-
prop-types@^15.5.6:
9732-
version "15.6.2"
9733-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
9734-
integrity sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ==
9735-
dependencies:
9736-
loose-envify "^1.3.1"
9737-
object-assign "^4.1.1"
9738-
9739-
prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2:
9731+
prop-types@^15.5.6, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2:
97409732
version "15.7.2"
97419733
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
97429734
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==

0 commit comments

Comments
 (0)