Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and dance2die committed Jun 24, 2018
1 parent 0837cd8 commit 604b8cd
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 55 deletions.
140 changes: 131 additions & 9 deletions package-lock.json

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

30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -12,21 +12,21 @@
},
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^22.4.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"eslint-plugin-react": "^7.9.1",
"jest": "^22.4.3",
"regenerator-runtime": "^0.11.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^3.0.0",
"rollup-regenerator-runtime": "^6.23.1"
"babel-core": "6.26.3",
"babel-jest": "22.4.3",
"babel-plugin-external-helpers": "6.22.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-regenerator": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.6.1",
"eslint-plugin-react": "7.9.1",
"jest": "22.4.3",
"regenerator-runtime": "0.11.1",
"rollup-plugin-babel": "3.0.3",
"rollup-plugin-commonjs": "9.1.0",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-uglify": "3.0.0",
"rollup-regenerator-runtime": "6.23.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 604b8cd

Please sign in to comment.