Skip to content

Commit 2e282f6

Browse files
committed
updated dependencies
1 parent 4946cff commit 2e282f6

File tree

3 files changed

+87
-121
lines changed

3 files changed

+87
-121
lines changed

config/webpack.common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const webpack = require('webpack');
22
const helpers = require('./helpers');
33

44
const HtmlWebpackPlugin = require('html-webpack-plugin');
5-
const { CheckerPlugin } = require('awesome-typescript-loader');
5+
const {CheckerPlugin} = require('awesome-typescript-loader');
66
const ExtractTextPlugin = require("extract-text-webpack-plugin");
77

88
module.exports = {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@angularclass/hmr": "^1.2.2",
4040
"@angularclass/hmr-loader": "^3.0.2",
4141
"aphrodite": "^1.1.0",
42-
"bootstrap": "^4.0.0-alpha.4",
42+
"bootstrap": "4.0.0-alpha.5",
4343
"core-js": "^2.4.1",
4444
"jwt-decode": "^2.1.0",
4545
"lodash-es": "^4.16.6",

0 commit comments

Comments
 (0)