Skip to content

Commit

Permalink
Merge pull request #63 from ArnaudWeyts/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin Dependencies
  • Loading branch information
ArnaudWeyts committed Aug 11, 2017
2 parents 5cca8a4 + 9135644 commit 3964516
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 73 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@
"homepage": "./",
"version": "0.1.0",
"dependencies": {
"@types/fingerprintjs2": "^1.5.0",
"@types/jest": "^19.2.2",
"@types/material-ui": "^0.17.7",
"@types/node": "^7.0.15",
"@types/react": "^15.0.23",
"@types/react-autosuggest": "^8.0.1",
"@types/react-dom": "^15.5.0",
"@types/react-redux": "^4.4.40",
"@types/react-tap-event-plugin": "^0.0.30",
"@types/snoowrap": "^1.14.0",
"fingerprintjs2": "^1.5.1",
"material-ui": "^0.18.1",
"react": "^15.5.4",
"react-autosuggest": "^9.0.1",
"react-dom": "^15.5.4",
"react-player": "^0.20.0",
"react-redux": "^5.0.4",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.0",
"redux-thunk": "^2.2.0",
"snoowrap": "^1.14.1",
"styled-components": "^2.0.0",
"typeface-open-sans": "^0.0.22"
"@types/fingerprintjs2": "1.5.0",
"@types/jest": "19.2.4",
"@types/material-ui": "0.17.21",
"@types/node": "7.0.39",
"@types/react": "15.6.1",
"@types/react-autosuggest": "8.0.2",
"@types/react-dom": "15.5.2",
"@types/react-redux": "4.4.47",
"@types/react-tap-event-plugin": "0.0.30",
"@types/snoowrap": "1.14.0",
"fingerprintjs2": "1.5.1",
"material-ui": "0.18.7",
"react": "15.6.1",
"react-autosuggest": "9.3.2",
"react-dom": "15.6.1",
"react-player": "0.20.0",
"react-redux": "5.0.6",
"react-tap-event-plugin": "2.0.1",
"redux": "3.7.2",
"redux-devtools-extension": "2.13.2",
"redux-thunk": "2.2.0",
"snoowrap": "1.14.2",
"styled-components": "2.1.2",
"typeface-open-sans": "0.0.22"
},
"devDependencies": {
"react-scripts-ts": "2.6.0"
Expand Down

0 comments on commit 3964516

Please sign in to comment.