feat(views): Add views and extend functionality

This commit is contained in:
Stuart Taylor
2018-08-02 16:48:02 +01:00
committed by mrugesh mohapatra
parent bbeb7d16c2
commit 0c84f5e09b
2 changed files with 2 additions and 10 deletions

11
package-lock.json generated
View File

@ -7690,7 +7690,8 @@
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
"integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
"dev": true
"dev": true,
"optional": true
},
"json-schema": {
"version": "0.2.3",
@ -16195,14 +16196,6 @@
}
}
},
"react-no-ssr": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/react-no-ssr/-/react-no-ssr-1.1.0.tgz",
"integrity": "sha1-MTtI0uJgIPlp7ZjkcvEEgWBOPMg=",
"requires": {
"babel-runtime": "6.26.0"
}
},
"react-overlays": {
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/react-overlays/-/react-overlays-0.8.3.tgz",

View File

@ -122,7 +122,6 @@
"react-images": "^0.5.11",
"react-media": "^1.8.0",
"react-motion": "^0.4.8",
"react-no-ssr": "^1.0.1",
"react-redux": "^4.4.8",
"react-router-dom": "^4.3.1",
"react-test-renderer": "^15.6.2",