Skip to content

Commit 95bda8a

Browse files
committed
Added prop types as dependency
1 parent 23a7bdb commit 95bda8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"license": "MIT",
2828
"description": "An easy to understand and nestable layout system, React Spaces allow you to divide a page or container into anchored, scrollable and resizable spaces enabling you to build desktop type user interfaces in the browser.",
2929
"dependencies": {
30-
"css-element-queries": "^1.2.1"
30+
"css-element-queries": "^1.2.1",
31+
"prop-types": "^15.7.2"
3132
},
3233
"devDependencies": {
3334
"@babel/core": "^7.5.5",
@@ -77,8 +78,7 @@
7778
},
7879
"peerDependencies": {
7980
"react": "^16.8.0",
80-
"react-dom": "^16.8.0",
81-
"prop-types": "^15.7.2"
81+
"react-dom": "^16.8.0"
8282
},
8383
"scripts": {
8484
"preinstall": "npx npm-force-resolutions",

0 commit comments

Comments
 (0)