Skip to content

Commit

Permalink
TASK: Upgrade ramda to version 0.26.1 (#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther authored and Sebobo committed Jul 8, 2019
1 parent 43a401a commit cc95cbb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"plow-js": "^2.2.0",
"prop-types": "^15.5.10",
"raf": "^3.4.1",
"ramda": "^0.25.0",
"ramda": "^0.26.1",
"react": "^16.4",
"react-close-on-escape": "^2.0.0",
"react-codemirror2": "^6.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {values, merge, memoize} from 'ramda';
import {values, merge} from 'ramda';
import memoize from 'lodash.memoize';
import {Maybe, Some, None} from 'monet';
import {$get} from 'plow-js';

Expand Down
2 changes: 1 addition & 1 deletion packages/neos-ui/src/Containers/EditModePanel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import {connect} from 'react-redux';
import mergeClassNames from 'classnames';
import {$transform, $get, $or} from 'plow-js';
import {memoize} from 'ramda';
import memoize from 'lodash.memoize';

import {actions, selectors} from '@neos-project/neos-ui-redux-store';
import {neos} from '@neos-project/neos-ui-decorators';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, {PureComponent} from 'react';
import PropTypes from 'prop-types';
import {connect} from 'react-redux';
import {$get, $set} from 'plow-js';
import {memoize} from 'ramda';
import memoize from 'lodash.memoize';

import {neos} from '@neos-project/neos-ui-decorators';
import {actions} from '@neos-project/neos-ui-redux-store';
Expand Down
2 changes: 1 addition & 1 deletion packages/neos-ui/src/Registry/RichTextToolbarRegistry.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {memoize} from 'ramda';
import memoize from 'lodash.memoize';
import {SynchronousRegistry} from '@neos-project/neos-ui-extensibility/src/registry';

export default class RichTextToolbarRegistry extends SynchronousRegistry {
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10866,9 +10866,10 @@ railroad-diagrams@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz#eb7e6267548ddedfb899c1b90e57374559cddb7e"

ramda@^0.25.0:
version "0.25.0"
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.25.0.tgz#8fdf68231cffa90bc2f9460390a0cb74a29b29a9"
ramda@^0.26.1:
version "0.26.1"
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.26.1.tgz#8d41351eb8111c55353617fc3bbffad8e4d35d06"
integrity sha512-hLWjpy7EnsDBb0p+Z3B7rPi3GDeRG5ZtiI33kJhTt+ORCd38AbAIjB/9zRIUoeTbE/AVX5ZkU7m6bznsvrf8eQ==

[email protected]:
version "0.4.6"
Expand Down

0 comments on commit cc95cbb

Please sign in to comment.