Skip to content

Commit

Permalink
bumping memoize one and flow (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed Dec 17, 2018
1 parent c4e7423 commit 5c47039
Show file tree
Hide file tree
Showing 2 changed files with 1,084 additions and 175 deletions.
13 changes: 7 additions & 6 deletions package.json
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@babel/runtime-corejs2": "^7.2.0",
"css-box-model": "^1.1.1",
"memoize-one": "^4.1.0",
"memoize-one": "^5.0.0",
"prop-types": "^15.6.1",
"raf-schd": "^4.0.0",
"react-redux": "^5.0.7",
Expand All @@ -68,14 +68,15 @@
},
"devDependencies": {
"@atlaskit/css-reset": "^3.0.5",
"@babel/core": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@storybook/react": "^4.0.12",
"@emotion/core": "^10.0.5",
"@storybook/react": "^4.1.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
Expand All @@ -94,7 +95,7 @@
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "0.88.0",
"flow-bin": "0.89.0",
"globby": "^8.0.1",
"jest": "^23.6.0",
"jest-junit": "^5.2.0",
Expand All @@ -105,8 +106,8 @@
"react-dom": "16.4.2",
"react-test-renderer": "16.4.2",
"rimraf": "^2.6.2",
"rollup": "^0.67.4",
"rollup-plugin-babel": "^4.0.3",
"rollup": "^0.68.0",
"rollup-plugin-babel": "^4.1.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
Expand Down

0 comments on commit 5c47039

Please sign in to comment.