Skip to content

Commit c449ba4

Browse files
committed
fix(package): add 'prop-types' in 'dependencies'
1 parent 538c30c commit c449ba4

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
],
3939
"dependencies": {
4040
"node-sass": "^4.5.3",
41+
"prop-types": "^15.5.10",
4142
"react": "^15.5.4",
4243
"react-css-modules": "^4.0.5",
4344
"react-dom": "^15.5.4",

yarn.lock

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,15 +1353,7 @@ cross-spawn@^3.0.0:
13531353
lru-cache "^4.0.1"
13541354
which "^1.2.9"
13551355

1356-
cross-spawn@^5.0.1:
1357-
version "5.0.1"
1358-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.0.1.tgz#a3bbb302db2297cbea3c04edf36941f4613aa399"
1359-
dependencies:
1360-
lru-cache "^4.0.1"
1361-
shebang-command "^1.2.0"
1362-
which "^1.2.9"
1363-
1364-
cross-spawn@^5.1.0:
1356+
cross-spawn@^5.0.1, cross-spawn@^5.1.0:
13651357
version "5.1.0"
13661358
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
13671359
dependencies:
@@ -3946,7 +3938,7 @@ promise@^7.1.1:
39463938
dependencies:
39473939
asap "~2.0.3"
39483940

3949-
prop-types@^15.5.7, prop-types@^15.5.8, prop-types@~15.5.7:
3941+
prop-types@^15.5.10, prop-types@^15.5.7, prop-types@^15.5.8, prop-types@~15.5.7:
39503942
version "15.5.10"
39513943
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.10.tgz#2797dfc3126182e3a95e3dfbb2e893ddd7456154"
39523944
dependencies:

0 commit comments

Comments
 (0)