Skip to content

Commit

Permalink
Update dependency babel-loader to v8
Browse files Browse the repository at this point in the history
Signed-off-by: Erwan Queffélec <[email protected]>
  • Loading branch information
renovate-bot authored and 3rwww1 committed Oct 14, 2018
1 parent 213e56f commit 9d4133d
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 110 deletions.
11 changes: 5 additions & 6 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
"@types/react-autosuggest": "^9.3.2",
"@types/react-dom": "^16.0.3",
"@types/react-redux": "^6.0.0",
"@types/react-router-dom": "^4.2.3",
"@types/react-router-dom": "^4.3.1",
"@types/react-transition-group": "^2.0.9",
"@types/react-youtube": "^7.4.0",
"@types/recompose": "^0.27.0",
"@types/webpack-env": "^1.13.6",
"autosuggest-highlight": "^3.1.1",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
Expand All @@ -36,7 +37,7 @@
"get-urls": "^8.0.0",
"i18next": "^11.3.6",
"linkify-urls": "^2.0.0",
"material-ui-pickers": "^1.0.0-rc.9",
"material-ui-pickers": "^1.0.0-rc.17",
"moment-duration-format": "^2.2.2",
"password-generator": "^2.2.0",
"prop-types": "^15.6.2",
Expand All @@ -52,7 +53,8 @@
"react-i18next": "^8.0.0",
"react-markdown": "^4.0.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "3.1.0",
"react-transition-group": "^2.3.1",
"react-youtube": "^7.5.0",
Expand All @@ -71,8 +73,5 @@
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"dependencies": {
"@types/webpack-env": "^1.13.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
RenderSuggestionsContainerParams,
SuggestionSelectedEventData,
} from 'react-autosuggest';
import { AppState } from '@celluloid/client/src/types/StateTypes';
import { AppState } from 'types/StateTypes';
import { connect } from 'react-redux';

const parse = require('autosuggest-highlight/parse');
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@types/pg": "^7.4.1",
"@types/ramda": "^0.25.35",
"@types/validator": "^9.4.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"@babel/core": "^7.1.2",
"babel-loader": "^8.0.0",
"concurrently": "^4.0.0",
"nodemon": "^1.11.0",
"ts-loader": "^5.0.0",
Expand Down
Loading

0 comments on commit 9d4133d

Please sign in to comment.