Skip to content

Commit

Permalink
Merge pull request #3 from 10xjs/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
10xjs committed Nov 1, 2018
2 parents 385928a + 285d86d commit 4f99e1f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 32 deletions.
38 changes: 28 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,28 @@
"react": ">=16.3.0"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-class-properties": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"eslint": "^5.8.0",
"eslint-config-metalab": "^10.0.0",
"flow-bin": "^0.84.0",
"jest": "^23.6.0",
"ncp": "^2.0.0",
"prettier": "^1.14.3",
"react": "^16.4",
"react-dom": "^16.4",
"renamer": "^1.1.0",
"rimraf": "^2.6.2",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^4.0.3"
"@babel/cli": "7.1.2",
"@babel/core": "7.1.2",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-syntax-class-properties": "7.0.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-transform-flow-strip-types": "7.0.0",
"@babel/plugin-transform-object-assign": "7.0.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"babel-core": "7.0.0-bridge.0",
"eslint": "5.8.0",
"eslint-config-metalab": "10.0.0",
"flow-bin": "0.84.0",
"jest": "23.6.0",
"ncp": "2.0.0",
"prettier": "1.14.3",
"react": "16.6.0",
"react-dom": "16.6.0",
"renamer": "1.1.0",
"rimraf": "2.6.2",
"rollup": "0.66.6",
"rollup-plugin-babel": "4.0.3"
},
"jest": {
"modulePathIgnorePatterns": [
Expand Down

0 comments on commit 4f99e1f

Please sign in to comment.