Skip to content

Commit

Permalink
Merge pull request #168 from FullstackAcademy/boilermaker-updates
Browse files Browse the repository at this point in the history
Boilermaker updates
  • Loading branch information
Ben Rodriguez authored Apr 10, 2019
2 parents 39344bf + 6a5f930 commit cd9fd0e
Show file tree
Hide file tree
Showing 4 changed files with 3,829 additions and 4,569 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Updates to Boilermaker
## Tuesday, April 9th, 2019
### Dependencies
- axios update to 0.18.0 from 0.15.3
- connect-session-sequelize update to 6.0.0 from 4.1.0
- history update to 4.9.0 from 4.6.3
- morgan update to 1.9.1 from 1.8.1
- passport update to 0.4.0 from 0.3.2
- passport-google-oauth update to 2.0.0 from 1.0.0
- pg update to 7.9.0 from 6.1.2
- prop-types update to 15.7.2 from 15.6.2
- **react-redux update to 5.0.7 from 5.0.2**
- There are some known issues with this and other react packages; will update after some testing
- react-router-dom update to 5.0.0 from 4.3.1
- redux update to 4.0.1 from 3.6.0
- redux-logger update to 3.0.6 from 2.8.1
- sequelize update to 5.2.15 from 4.38.0
- socket.io update to 2.2.0 from 2.1.0


### DevDependencies
- axios-mock-adatper update to 1.16.0 from 1.15.0
- babel-eslint update to 10.0.1 from 8.2.6
- chai update to 4.2.0 from 3.5.0
- enzyme update to 3.9.0 from 3.0.0
- enzyme-adapter-react-16 update to 1.12.1 from 1.0.0
- eslint update to 5.16.0 from 4.19.1
- eslint-config-fullstack update to 6.0.0 from 5.1.0
- eslint-config-prettier update to 4.1.0 from 2.9.0
- husky update to 1.3.1 from 0.14.3
- lint-staged update to 8.1.5 from 7.2.0
- mocha update to 6.1.2 from 5.2.0
- supertest update to 4.0.2 from 3.1.0
- @babel/core update to 7.4.3 from 7.0.0-beta.55
- @babel/plugin-proposal-class-properties update to 7.4.0 from 7.0.0-beta.54
- @babel/plugin-proposal-decorators update to 7.4.0 from 7.0.0-beta.54
- @babel/plugin-proposal-export-namespace-from update to 7.2.0 from 7.0.0-beta.54
- @babel/plugin-proposal-function-sent update to 7.2.0 from 7.0.0-beta.54
- @babel/plugin-proposal-numeric-separator update to 7.2.0 from 7.0.0-beta.54
- @babel/plugin-proposal-throw-expressions update to 7.2.0 from 7.0.0-beta.54
- @babel/plugin-syntax-dynamic-import update to 7.2.0 from 7.0.0-beta.54
- @babel/plugin-syntax-import-meta update to 7.2.0 from 7.0.0-beta.54
- @babel/polyfill update to 7.4.3 from 7.0.0-beta.55
- @babel/preset-env update to 7.4.3 from 7.0.0-beta.55
- @babel/preset-react update to 7.0.0 from 7.0.0-beta.55
- @babel/register update to 7.4.0 from 7.0.0-beta.55
- babel-loader update to 8.0.5 from 8.0.0-beta.4

`npm i enzyme` to fix lodash dependency: [Prototype Polution](https://www.npmjs.com/advisories/782)


## Wednesday, April 10th, 2019
### Dependencies
- react-redux update to 7.0.1 from 5.0.7
- Found out that as long as react- is 16.4+, the updates should be fine
- react update to 16.8.6 from 16.4.2
- react-dom update to 16.8.6 from 16.4.2
2 changes: 1 addition & 1 deletion client/store/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {createStore, combineReducers, applyMiddleware} from 'redux'
import createLogger from 'redux-logger'
import { createLogger } from 'redux-logger'
import thunkMiddleware from 'redux-thunk'
import {composeWithDevTools} from 'redux-devtools-extension'
import user from './user'
Expand Down
Loading

0 comments on commit cd9fd0e

Please sign in to comment.