Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 29, 2019
1 parent b797b22 commit 063732a
Show file tree
Hide file tree
Showing 3 changed files with 808 additions and 69 deletions.
47 changes: 20 additions & 27 deletions package-lock.json

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

28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -4,15 +4,15 @@
"private": true,
"homepage": "http://GermaVinsmoke.github.io/bmi-calculator",
"dependencies": {
"@types/jest": "^24.0.20",
"chart.js": "^2.8.0",
"materialize-css": "^1.0.0-rc.2",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-chartjs-2": "^2.8.0",
"react-dom": "^16.9.0",
"@types/jest": "24.0.20",
"chart.js": "2.9.1",
"materialize-css": "1.0.0",
"prop-types": "15.7.2",
"react": "16.11.0",
"react-chartjs-2": "2.8.0",
"react-dom": "16.11.0",
"react-scripts": "3.1.1",
"uuid": "^3.3.3"
"uuid": "3.3.3"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -39,11 +39,11 @@
]
},
"devDependencies": {
"codecov.io": "^0.1.6",
"coveralls": "^3.0.7",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"gh-pages": "^2.1.1",
"jest-enzyme": "^7.1.1"
"codecov.io": "0.1.6",
"coveralls": "3.0.7",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.15.1",
"gh-pages": "2.1.1",
"jest-enzyme": "7.1.1"
}
}

0 comments on commit 063732a

Please sign in to comment.