Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #4 from owsas/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin Dependencies
  • Loading branch information
jcguarinpenaranda authored Apr 3, 2018
2 parents 668cf95 + 682d8f8 commit ce5ed56
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 89 deletions.
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,46 +29,46 @@
},
"dependencies": {},
"devDependencies": {
"@types/jest": "^21.1.5",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-react": "^1.0.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.10",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"enzyme": "^3.1.1",
"enzyme-adapter-react-16": "^1.0.4",
"enzyme-to-json": "^3.2.2",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"file-loader": "^1.1.5",
"flow-bin": "^0.59.0",
"jest": "^21.2.1",
"prop-types": "^15.6.0",
"raf": "^3.4.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"regenerator-runtime": "^0.11.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.9.3",
"webpack-node-externals": "^1.6.0"
"@types/jest": "21.1.6",
"babel": "6.23.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-jest": "21.2.0",
"babel-loader": "7.1.2",
"babel-plugin-react": "1.0.0",
"babel-plugin-transform-async-to-generator": "6.24.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.10",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-flow": "6.23.0",
"babel-preset-react": "6.24.1",
"css-loader": "0.28.7",
"enzyme": "3.1.1",
"enzyme-adapter-react-16": "1.0.4",
"enzyme-to-json": "3.2.2",
"eslint": "4.11.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.4.0",
"file-loader": "1.1.5",
"flow-bin": "0.59.0",
"jest": "21.2.1",
"prop-types": "15.6.0",
"raf": "3.4.0",
"react": "16.1.1",
"react-dom": "16.1.1",
"regenerator-runtime": "0.11.0",
"sass-loader": "6.0.6",
"style-loader": "0.19.0",
"url-loader": "0.6.2",
"webpack": "3.8.1",
"webpack-bundle-analyzer": "2.9.1",
"webpack-dev-server": "2.9.4",
"webpack-node-externals": "1.6.0"
},
"jest": {
"setupFiles": [
Expand Down
Loading

0 comments on commit ce5ed56

Please sign in to comment.