mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-06-15 13:36:35 +02:00
Update PropTypes library to v15.8.1
As reForis had updated library, there was a conflict in npm between different versions of the library. ``` npm ERR! While resolving: reforis_js@1.2.1 npm ERR! Found: prop-types@15.8.1 npm ERR! node_modules/prop-types npm ERR! prop-types@"^15.8.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer prop-types@"15.7.2" from foris@5.4.0 npm ERR! node_modules/foris npm ERR! foris@"5.4.0" from the root project ```
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bootstrap": "4.4.1",
|
||||
"prop-types": "15.7.2",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-router-dom": "^5.1.2"
|
||||
@ -49,7 +49,7 @@
|
||||
"jest-mock-axios": "^3.2.0",
|
||||
"moment-timezone": "^0.5.34",
|
||||
"prettier": "2.0.5",
|
||||
"prop-types": "15.7.2",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-router-dom": "^5.1.2",
|
||||
|
Reference in New Issue
Block a user