Add ramda
This commit is contained in:
parent
2e49dd2cc8
commit
a81986bfb4
@ -15,6 +15,7 @@
|
||||
"inferno-redux": "^5.0.4",
|
||||
"inferno-router": "^5.0.1",
|
||||
"lodash": "^4.17.5",
|
||||
"ramda": "^0.25.0",
|
||||
"redux": "^4.0.0",
|
||||
"ws": "^5.1.1"
|
||||
},
|
||||
@ -108,5 +109,9 @@
|
||||
"presets": [
|
||||
"inferno-app"
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
"bootstrap": "4",
|
||||
"jquery": "^3.3.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
export const LensesListView = () => {
|
||||
return <div />
|
||||
return <div />;
|
||||
};
|
||||
|
12
yarn.lock
12
yarn.lock
@ -1218,6 +1218,10 @@ boom@5.x.x:
|
||||
dependencies:
|
||||
hoek "4.x.x"
|
||||
|
||||
bootstrap@4:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.0.tgz#110b05c31a236d56dbc9adcda6dd16f53738a28a"
|
||||
|
||||
boxen@^0.6.0:
|
||||
version "0.6.0"
|
||||
resolved "https://registry.npmjs.org/boxen/-/boxen-0.6.0.tgz#8364d4248ac34ff0ef1b2f2bf49a6c60ce0d81b6"
|
||||
@ -4890,6 +4894,10 @@ jest@^22.4.3:
|
||||
import-local "^1.0.0"
|
||||
jest-cli "^22.4.3"
|
||||
|
||||
jquery@^3.3.1:
|
||||
version "3.3.1"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
|
||||
|
||||
js-base64@^2.1.9:
|
||||
version "2.4.3"
|
||||
resolved "https://registry.npmjs.org/js-base64/-/js-base64-2.4.3.tgz#2e545ec2b0f2957f41356510205214e98fad6582"
|
||||
@ -6599,6 +6607,10 @@ raf@3.4.0:
|
||||
dependencies:
|
||||
performance-now "^2.1.0"
|
||||
|
||||
ramda@^0.25.0:
|
||||
version "0.25.0"
|
||||
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.25.0.tgz#8fdf68231cffa90bc2f9460390a0cb74a29b29a9"
|
||||
|
||||
randomatic@^1.1.3:
|
||||
version "1.1.7"
|
||||
resolved "https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz#c7abe9cc8b87c0baa876b19fde83fd464797e38c"
|
||||
|
Loading…
Reference in New Issue
Block a user