We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ba2a4 commit b5691eeCopy full SHA for b5691ee
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@linn-it/linn-form-components-library",
3
- "version": "2.1.4",
+ "version": "2.1.6",
4
"private": false,
5
"dependencies": {
6
"@material-ui/core": "^4.1.0",
@@ -13,7 +13,6 @@
13
"prettier": "^1.18.2",
14
"prop-types": "^15.7.2",
15
"query-string": "^6.5.0",
16
- "react-redux": "^7.1.0",
17
"react-router": "^4.3.1",
18
"react-router-dom": "^4.3.1",
19
"react-select": "^3.0.4",
@@ -34,7 +33,8 @@
34
33
},
35
"peerDependencies": {
36
"react": "^16.8.6",
37
- "react-dom": "^16.8.6"
+ "react-dom": "^16.8.6",
+ "react-redux": "^7.1.0"
38
39
"jest": {
40
"setupTestFrameworkScriptFile": "./src/setupTests.js"
0 commit comments