File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 79
79
<%_ } -%>
80
80
"@types/node" : " ^8.0.26" ,
81
81
"@types/selenium-webdriver" : " ^3.0.3" ,
82
- "@types/webpack" : " ^2.2.15 " ,
82
+ "@types/webpack" : " ^3.0.10 " ,
83
83
<%_ } -%>
84
84
"angular2-universal" : " 2.1.0-rc.1" ,
85
85
"angular2-jwt" : " ^0.2.3" ,
91
91
<% if(filters.bootstrap) { %>
92
92
"bootstrap" : " ~3.3.7" ,
93
93
<% if(filters.uibootstrap) { %>
94
- "ng2 -bootstrap" : " ~1.1.16 " ,<% } %>
94
+ "ngx -bootstrap" : " ~1.6.3 " ,<% } %>
95
95
<% if(filters.sass) { %>
96
96
"bootstrap-sass" : " ~3.3.7" ,<% } %>
97
97
<% if(filters.stylus) { %>
151
151
"run-sequence" : " ^2.1.0" ,
152
152
"lazypipe" : " ^1.0.1" ,
153
153
<%# WEBPACK %>
154
- "webpack" : " ^2.3.1 " ,
154
+ "webpack" : " ^3.5.5 " ,
155
155
"webpack-dev-server" : " ^2.4.2" ,
156
- "extract-text-webpack-plugin" : " 2 .0.0" ,
156
+ "extract-text-webpack-plugin" : " 3 .0.0" ,
157
157
"html-webpack-plugin" : " ^2.24.1" ,
158
158
"html-webpack-harddisk-plugin" : " ~0.1.0" ,
159
159
<%_ if(filters.pug) { _%>
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { UIRouterModule } from 'ui-router-ng2';<% } %>
6
6
< % _ if ( filters . ngroute ) { % >
7
7
import { RouterModule, Routes } from '@angular/router' ; < % } % >
8
8
< % _ if ( filters . uibootstrap ) { % >
9
- import { TooltipModule } from 'ng2 -bootstrap' ; < % } % >
9
+ import { TooltipModule } from 'ngx -bootstrap' ; < % } % >
10
10
11
11
import { MainComponent } from './main.component';
12
12
< % _ if ( filters . ws ) { - % >
Original file line number Diff line number Diff line change 1
1
import { NgModule } from '@angular/core' ;
2
2
import { CommonModule } from '@angular/common' ;
3
- import { CollapseModule } from 'ng2 -bootstrap' ;
3
+ import { CollapseModule } from 'ngx -bootstrap' ;
4
4
5
5
< % _ if ( filters . uirouter ) { - % >
6
6
import { UIRouterModule } from 'ui-router-ng2' ; < % } % >
You can’t perform that action at this time.
0 commit comments