Skip to content

Commit 7ccf4d3

Browse files
authored
Merge pull request #5 from theKashey/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents ba10519 + 47985f5 commit 7ccf4d3

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Could change the way you did `componentWillReceiveProps`, could replace `getDeri
3232

3333
> IE11+, React 15 and React 16.3 compatible.
3434
35-
[![NPM](https://nodei.co/npm/react-memoize.png?downloads=true&stars=true)](https://nodei.co/npm/react-memoize/)
35+
[![NPM](https://nodei.co/npm/react-memoize.png?downloads=true&stars=true)](https://nodei.co/npm/react-memoize/) [![Greenkeeper badge](https://badges.greenkeeper.io/theKashey/react-memoize.svg)](https://greenkeeper.io/)
3636

3737
- [Memoize](#memoize) - to create declarative memoized selection.
3838
- [MemoizedFlow](#flow) - to create declarative memoized flow.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,36 +41,36 @@
4141
"@types/react": "^16.0.38",
4242
"babel-cli": "^6.24.1",
4343
"babel-core": "^6.25.0",
44-
"babel-eslint": "^7.2.3",
45-
"babel-jest": "^22.0.4",
44+
"babel-eslint": "^8.2.3",
45+
"babel-jest": "^23.0.0",
4646
"babel-plugin-transform-class-properties": "6.24.1",
4747
"babel-plugin-transform-object-rest-spread": "^6.26.0",
4848
"babel-polyfill": "^6.26.0",
49-
"babel-preset-env": "1.6.0",
49+
"babel-preset-env": "1.7.0",
5050
"babel-preset-react": "^6.24.1",
5151
"chai": "^4.1.2",
5252
"codecov": "^3.0.2",
5353
"create-react-context": "^0.2.1",
5454
"enzyme": "^3.3.0",
5555
"enzyme-adapter-react-16": "^1.1.1",
5656
"eslint": "^4.2.0",
57-
"eslint-config-airbnb": "15.1.0",
57+
"eslint-config-airbnb": "16.1.0",
5858
"eslint-plugin-import": "^2.7.0",
59-
"eslint-plugin-jsx-a11y": "6.0.2",
60-
"eslint-plugin-mocha": "^4.11.0",
59+
"eslint-plugin-jsx-a11y": "6.0.3",
60+
"eslint-plugin-mocha": "^5.0.0",
6161
"eslint-plugin-react": "^7.3.0",
62-
"jest": "^22.3.0",
62+
"jest": "^23.0.0",
6363
"package-self": "^1.1.1",
64-
"react": "16.2.0",
64+
"react": "16.4.0",
6565
"react-dom": "^16.2.0",
66-
"react-test-renderer": "^15.6.1",
67-
"size-limit": "^0.14.1"
66+
"react-test-renderer": "^16.4.0",
67+
"size-limit": "^0.18.1"
6868
},
6969
"homepage": "https://github.com/theKashey/react-memoize#readme",
7070
"dependencies": {
7171
"memoize-one": "^3.0.1",
7272
"memoize-state": "^1.4.2",
73-
"prop-types": "15.5.10",
74-
"react-lifecycles-compat": "^1.1.0"
73+
"prop-types": "15.6.1",
74+
"react-lifecycles-compat": "^3.0.4"
7575
}
7676
}

0 commit comments

Comments
 (0)