|
59 | 59 | "generate": "ng generate" |
60 | 60 | }, |
61 | 61 | "dependencies": { |
62 | | - "@angular/animations": "^9.1.9", |
63 | | - "@angular/common": "^9.1.9", |
64 | | - "@angular/compiler": "^9.1.9", |
65 | | - "@angular/core": "^9.1.9", |
66 | | - "@angular/forms": "^9.1.9", |
67 | | - "@angular/platform-browser": "^9.1.9", |
68 | | - "@angular/platform-browser-dynamic": "^9.1.9", |
69 | | - "@angular/router": "^9.1.9", |
70 | | - "@ngx-translate/core": "^12.0.0", |
| 62 | + "@angular/animations": "^10.0.14", |
| 63 | + "@angular/common": "^10.0.14", |
| 64 | + "@angular/compiler": "^10.0.14", |
| 65 | + "@angular/core": "^10.0.14", |
| 66 | + "@angular/forms": "^10.0.14", |
| 67 | +<% if (props.ui === 'bootstrap' || props.ui === 'material') { -%> |
| 68 | + "@angular/localize": "^10.0.14", |
| 69 | +<% } -%> |
| 70 | + "@angular/platform-browser": "^10.0.14", |
| 71 | + "@angular/platform-browser-dynamic": "^10.0.14", |
| 72 | + "@angular/router": "^10.0.14", |
| 73 | + "@ngx-translate/core": "^13.0.0", |
71 | 74 | <% if (props.target.includes('cordova')) { -%> |
72 | | - "@ionic-native/core": "^5.26.0", |
73 | | - "@ionic-native/keyboard": "^5.26.0", |
74 | | - "@ionic-native/splash-screen": "^5.26.0", |
75 | | - "@ionic-native/status-bar": "^5.26.0", |
76 | | - "cordova-android": "^8.0.0", |
77 | | - "cordova-custom-config": "^5.0.2", |
78 | | - "cordova-ios": "^5.0.0", |
79 | | - "cordova-plugin-device": "^2.0.2", |
80 | | - "cordova-plugin-ionic-webview": "^4.0.1", |
81 | | - "cordova-plugin-ionic-keyboard": "^2.1.3", |
82 | | - "cordova-plugin-splashscreen": "^5.0.2", |
83 | | - "cordova-plugin-statusbar": "^2.4.1", |
84 | | - "cordova-plugin-whitelist": "^1.3.3", |
| 75 | + "@ionic-native/core": "^5.28.0", |
| 76 | + "@ionic-native/keyboard": "^5.28.0", |
| 77 | + "@ionic-native/splash-screen": "^5.28.0", |
| 78 | + "@ionic-native/status-bar": "^5.28.0", |
| 79 | + "cordova-android": "^9.0.0", |
| 80 | + "cordova-custom-config": "^5.1.0", |
| 81 | + "cordova-ios": "^6.1.0", |
| 82 | + "cordova-plugin-device": "^2.0.3", |
| 83 | + "cordova-plugin-ionic-webview": "^5.0.0", |
| 84 | + "cordova-plugin-ionic-keyboard": "^2.2.0", |
| 85 | + "cordova-plugin-splashscreen": "^6.0.0", |
| 86 | + "cordova-plugin-statusbar": "^2.4.3", |
| 87 | + "cordova-plugin-whitelist": "^1.3.4", |
85 | 88 | <% } -%> |
86 | 89 | <% if (props.pwa) { -%> |
87 | | - "@angular/service-worker": "^9.1.9", |
| 90 | + "@angular/service-worker": "^10.0.14", |
88 | 91 | <% } -%> |
89 | 92 | <% if (props.ui === 'ionic') { -%> |
90 | | - "@ionic/angular": "^5.1.1", |
| 93 | + "@ionic/angular": "^5.3.2", |
91 | 94 | <% } else if (props.ui === 'bootstrap') { -%> |
92 | | - "@ng-bootstrap/ng-bootstrap": "^6.0.2", |
93 | | - "bootstrap": "^4.1.1", |
94 | | - "@fortawesome/fontawesome-free": "^5.1.0", |
95 | | - "@angular/localize": "^9.1.0", |
| 95 | + "@ng-bootstrap/ng-bootstrap": "^7.0.0", |
| 96 | + "bootstrap": "^4.5.2", |
| 97 | + "@fortawesome/fontawesome-free": "^5.14.0", |
96 | 98 | <% } else if (props.ui === 'material') { -%> |
97 | | - "@angular/cdk": "^9.2.4", |
98 | | - "@angular/material": "^9.2.4", |
99 | | - "@angular/flex-layout": "^9.0.0-beta.31", |
100 | | - "material-design-icons-iconfont": "^5.0.1", |
| 99 | + "@angular/cdk": "^10.1.3", |
| 100 | + "@angular/material": "^10.1.3", |
| 101 | + "@angular/flex-layout": "^10.0.0-beta.32", |
| 102 | + "material-design-icons-iconfont": "^6.0.1", |
101 | 103 | <% } -%> |
102 | 104 | <% if (props.angulartics) { -%> |
103 | | - "angulartics2": "^8.3.0", |
| 105 | + "angulartics2": "^10.0.0", |
104 | 106 | <% } -%> |
105 | 107 | <% if (props.utility.includes('lodash')) { -%> |
106 | | - "lodash": "^4.17.11", |
| 108 | + "lodash": "^4.17.20", |
107 | 109 | <% } -%> |
108 | 110 | <% if (props.utility.includes('ramda')) { -%> |
109 | | - "ramda": "^0.27.0", |
| 111 | + "ramda": "^0.27.1", |
110 | 112 | <% } -%> |
111 | 113 | <% if (props.utility.includes('moment')) { -%> |
112 | | - "moment": "^2.24.0", |
| 114 | + "moment": "^2.27.0", |
113 | 115 | <% } -%> |
114 | 116 | <% if (props.utility.includes('datefns')) { -%> |
115 | | - "date-fns": "^2.9.0", |
| 117 | + "date-fns": "^2.16.0", |
116 | 118 | <% } -%> |
117 | | - "rxjs": "^6.5.5", |
118 | | - "tslib": "^1.10.1", |
119 | | - "zone.js": "^0.10.3" |
| 119 | + "rxjs": "^6.6.2", |
| 120 | + "tslib": "^2.0.1", |
| 121 | + "zone.js": "^0.11.1" |
120 | 122 | }, |
121 | 123 | "devDependencies": { |
122 | 124 | <% if (props.target.includes('cordova')) { -%> |
123 | | - "cordova": "^9.0.0", |
| 125 | + "cordova": "^10.0.0", |
124 | 126 | <% } -%> |
125 | 127 | <% if (props.tools.includes('jest')) { -%> |
126 | | - "@angular-builders/jest": "^8.3.2", |
| 128 | + "@angular-builders/jest": "^10.0.0", |
127 | 129 | <% } -%> |
128 | | - "@angular/cli": "~9.1.7", |
129 | | - "@angular/compiler-cli": "^9.1.9", |
130 | | - "@angular/language-service": "^9.1.9", |
131 | | - "@angular-devkit/build-angular": "^0.901.7", |
132 | | - "@angularclass/hmr": "^2.1.3", |
| 130 | + "@angular/cli": "~10.0.8", |
| 131 | + "@angular/compiler-cli": "^10.0.14", |
| 132 | + "@angular/language-service": "^10.0.14", |
| 133 | + "@angular-devkit/build-angular": "^0.1000.8", |
| 134 | + "@angularclass/hmr": "^3.0.0", |
133 | 135 | "@biesbjerg/ngx-translate-extract": "^4.2.0", |
134 | 136 | "@ngx-rocket/scripts": "^4.0.0", |
135 | | - "@types/jasmine": "^3.3.13", |
136 | | - "@types/jasminewd2": "^2.0.3", |
| 137 | + "@types/jasmine": "^3.5.14", |
| 138 | + "@types/jasminewd2": "^2.0.8", |
137 | 139 | <% if (props.tools.includes('jest')) { -%> |
138 | | - "@types/jest": "^25.1.2", |
| 140 | + "@types/jest": "^26.0.10", |
139 | 141 | <% } -%> |
140 | | - "@types/node": "^12.11.1", |
| 142 | + "@types/node": "^12.12.54", |
141 | 143 | <% if (props.utility.includes('lodash')) { -%> |
142 | | - "@types/lodash": "^4.14.112", |
| 144 | + "@types/lodash": "^4.14.161", |
143 | 145 | <% } -%> |
144 | 146 | <% if (props.utility.includes('ramda')) { -%> |
145 | | - "@types/ramda": "^0.26.6", |
| 147 | + "@types/ramda": "^0.27.14", |
146 | 148 | <% } -%> |
147 | | - "codelyzer": "^5.1.2", |
| 149 | + "codelyzer": "^6.0.0", |
148 | 150 | <% if (props.target.includes('electron')) { -%> |
149 | | - "electron": "^8.0.0", |
150 | | - "electron-packager": "^14.2.1", |
151 | | - "electron-reload": "^1.4.0", |
| 151 | + "electron": "^10.1.0", |
| 152 | + "electron-packager": "^15.1.0", |
| 153 | + "electron-reload": "^1.5.0", |
152 | 154 | <% } -%> |
153 | 155 | <% if (props.tools.includes('hads')) { -%> |
154 | | - "hads": "^2.0.1", |
| 156 | + "hads": "^2.1.0", |
155 | 157 | <% } -%> |
156 | 158 | <% if (props.tools.includes('compodoc')) { -%> |
157 | | - "@compodoc/compodoc": "^1.1.9", |
| 159 | + "@compodoc/compodoc": "^1.1.11", |
158 | 160 | <% } -%> |
159 | | - "htmlhint": "^0.11.0", |
| 161 | + "htmlhint": "^0.14.1", |
160 | 162 | "https-proxy-agent": "^5.0.0", |
161 | | - "jasmine-core": "~3.5.0", |
| 163 | + "jasmine-core": "~3.6.0", |
162 | 164 | "jasmine-spec-reporter": "~5.0.1", |
163 | 165 | <% if (props.tools.includes('jest')) { -%> |
164 | 166 | "jest": "^25.1.0", |
165 | 167 | <% } else { -%> |
166 | | - "karma": "~4.4.1", |
167 | | - "karma-chrome-launcher": "^3.1.0", |
168 | | - "karma-coverage-istanbul-reporter": "^2.0.2", |
169 | | - "karma-jasmine": "^2.0.1", |
170 | | - "karma-jasmine-html-reporter": "^1.5.3", |
| 168 | + "karma": "~5.1.1", |
| 169 | + "karma-chrome-launcher": "~3.1.0", |
| 170 | + "karma-coverage-istanbul-reporter": "~3.0.3", |
| 171 | + "karma-jasmine": "~4.0.1", |
| 172 | + "karma-jasmine-html-reporter": "^1.5.4", |
171 | 173 | "karma-junit-reporter": "^2.0.1", |
172 | 174 | <% } -%> |
173 | 175 | <% if (props.tools.includes('prettier')) { -%> |
174 | | - "prettier": "^2.0.2", |
175 | | - "tslint-config-prettier": "^1.14.0", |
176 | | - "stylelint-config-prettier": "^8.0.1", |
| 176 | + "prettier": "^2.1.1", |
| 177 | + "tslint-config-prettier": "^1.18.0", |
| 178 | + "stylelint-config-prettier": "^8.0.2", |
177 | 179 | <% if (options.git) { -%> |
178 | | - "pretty-quick": "^2.0.1", |
179 | | - "husky": "^4.2.3", |
| 180 | + "pretty-quick": "^3.0.0", |
| 181 | + "husky": "^4.2.5", |
180 | 182 | <% } -%> |
181 | 183 | <% } -%> |
182 | | - "protractor": "~5.4.3", |
| 184 | + "protractor": "~7.0.0", |
183 | 185 | <% if (props.tools.includes('puppeteer')) { -%> |
184 | | - "puppeteer": "^2.1.1", |
| 186 | + "puppeteer": "^5.2.1", |
185 | 187 | <% } -%> |
186 | | - "stylelint": "~13.2.1", |
| 188 | + "stylelint": "~13.6.1", |
187 | 189 | "stylelint-config-recommended-scss": "~4.2.0", |
188 | 190 | "stylelint-config-standard": "~20.0.0", |
189 | | - "stylelint-scss": "~3.16.0", |
190 | | - "ts-node": "^8.8.1", |
191 | | - "tslint": "~5.20.1", |
192 | | - "typescript": "~3.8.3" |
| 191 | + "stylelint-scss": "~3.18.0", |
| 192 | + "ts-node": "^9.0.0", |
| 193 | + "tslint": "~6.1.0", |
| 194 | + "typescript": "~3.9.5" |
193 | 195 | <% if (props.tools.includes('prettier')) { -%> |
194 | 196 | }, |
195 | 197 | "prettier": { |
|
0 commit comments