Skip to content

Commit d32cd83

Browse files
committed
chore(package): update webpack, ngx-bootstrap
1 parent 77affc3 commit d32cd83

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: templates/app/_package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<%_ } -%>
8080
"@types/node": "^8.0.26",
8181
"@types/selenium-webdriver": "^3.0.3",
82-
"@types/webpack": "^2.2.15",
82+
"@types/webpack": "^3.0.10",
8383
<%_ } -%>
8484
"angular2-universal": "2.1.0-rc.1",
8585
"angular2-jwt": "^0.2.3",
@@ -91,7 +91,7 @@
9191
<% if(filters.bootstrap) { %>
9292
"bootstrap": "~3.3.7",
9393
<% if(filters.uibootstrap) { %>
94-
"ng2-bootstrap": "~1.1.16",<% } %>
94+
"ngx-bootstrap": "~1.6.3",<% } %>
9595
<% if(filters.sass) { %>
9696
"bootstrap-sass": "~3.3.7",<% } %>
9797
<% if(filters.stylus) { %>
@@ -151,9 +151,9 @@
151151
"run-sequence": "^2.1.0",
152152
"lazypipe": "^1.0.1",
153153
<%# WEBPACK %>
154-
"webpack": "^2.3.1",
154+
"webpack": "^3.5.5",
155155
"webpack-dev-server": "^2.4.2",
156-
"extract-text-webpack-plugin": "2.0.0",
156+
"extract-text-webpack-plugin": "3.0.0",
157157
"html-webpack-plugin": "^2.24.1",
158158
"html-webpack-harddisk-plugin": "~0.1.0",
159159
<%_ if(filters.pug) { _%>

Diff for: templates/app/client/app/main/main.module.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { UIRouterModule } from 'ui-router-ng2';<% } %>
66
<%_ if(filters.ngroute) { %>
77
import { RouterModule, Routes } from '@angular/router';<% } %>
88
<%_ if(filters.uibootstrap) { %>
9-
import { TooltipModule } from 'ng2-bootstrap';<% } %>
9+
import { TooltipModule } from 'ngx-bootstrap';<% } %>
1010

1111
import { MainComponent } from './main.component';
1212
<%_ if(filters.ws) { -%>

Diff for: templates/app/client/components/directives.module.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { NgModule } from '@angular/core';
22
import { CommonModule } from '@angular/common';
3-
import { CollapseModule } from 'ng2-bootstrap';
3+
import { CollapseModule } from 'ngx-bootstrap';
44

55
<%_ if (filters.uirouter) { -%>
66
import { UIRouterModule } from 'ui-router-ng2';<% } %>

0 commit comments

Comments
 (0)