Skip to content

Commit

Permalink
⬆️(dependencies) update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 13, 2018
1 parent a5e4938 commit ae6daed
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 75 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"not dead"
],
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/core": "7.1.5",
"@babel/polyfill": "7.0.0",
"@babel/preset-env": "7.1.0",
"@types/enzyme": "3.1.14",
"@babel/preset-env": "7.1.5",
"@types/enzyme": "3.1.15",
"@types/enzyme-adapter-react-16": "1.0.3",
"@types/fetch-mock": "6.0.4",
"@types/jest": "23.3.9",
"@types/lodash-es": "4.17.1",
"@types/query-string": "6.1.1",
"@types/react": "16.4.18",
"@types/react": "16.7.3",
"@types/react-autosuggest": "9.3.6",
"@types/react-dom": "16.0.9",
"@types/react-intl": "2.3.11",
Expand All @@ -50,13 +50,13 @@
"babel-plugin-react-intl": "3.0.1",
"babel-preset-react": "7.0.0-beta.3",
"enzyme": "3.7.0",
"enzyme-adapter-react-16": "1.6.0",
"enzyme-adapter-react-16": "1.7.0",
"fetch-mock": "7.2.5",
"jest": "23.6.0",
"node-fetch": "2.2.0",
"node-fetch": "2.3.0",
"node-sass": "4.10.0",
"nodemon": "1.18.5",
"prettier": "1.14.3",
"nodemon": "1.18.6",
"prettier": "1.15.2",
"react-intl-po": "2.2.2",
"request": "2.88.0",
"request-promise": "4.2.2",
Expand All @@ -65,19 +65,19 @@
"ts-loader": "5.3.0",
"tslint": "5.11.0",
"typescript": "3.1.6",
"webpack": "4.25.0",
"webpack": "4.25.1",
"webpack-cli": "3.1.2",
"xhr-mock": "2.4.1"
},
"dependencies": {
"bootstrap": "4.1.3",
"lodash-es": "4.17.11",
"query-string": "6.2.0",
"react": "16.6.0",
"react": "16.6.3",
"react-autosuggest": "9.4.2",
"react-dom": "16.6.0",
"react-dom": "16.6.3",
"react-intl": "2.7.2",
"react-redux": "5.1.0",
"react-redux": "5.1.1",
"redux": "4.0.1",
"redux-saga": "0.16.2"
},
Expand Down
Loading

0 comments on commit ae6daed

Please sign in to comment.