Skip to content

Commit

Permalink
SHIBUI-1527 Updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Oct 18, 2019
1 parent 09e7c06 commit 1988d1e
Show file tree
Hide file tree
Showing 8 changed files with 5,014 additions and 6,800 deletions.
12 changes: 12 additions & 0 deletions ui/browserslist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries

# You can see what browsers were selected by your queries by running:
# npx browserslist

> 0.5%
last 2 versions
Firefox ESR
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.
11,731 changes: 4,978 additions & 6,753 deletions ui/package-lock.json

Large diffs are not rendered by default.

36 changes: 15 additions & 21 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,16 @@
"buildProd": "ng build --prod && npm run copy",
"bundle-report": "webpack-bundle-analyzer dist/stats.json"
},
"browserslist": [
"last 1 version",
"> 1%",
"IE 11"
],
"private": true,
"dependencies": {
"@angular/animations": "7.2.14",
"@angular/common": "7.2.14",
"@angular/compiler": "7.2.14",
"@angular/core": "7.2.14",
"@angular/forms": "7.2.14",
"@angular/http": "7.2.14",
"@angular/platform-browser": "7.2.14",
"@angular/platform-browser-dynamic": "7.2.14",
"@angular/router": "7.2.14",
"@angular/animations": "8.2.11",
"@angular/common": "8.2.11",
"@angular/compiler": "8.2.11",
"@angular/core": "8.2.11",
"@angular/forms": "8.2.11",
"@angular/platform-browser": "8.2.11",
"@angular/platform-browser-dynamic": "8.2.11",
"@angular/router": "8.2.11",
"@ng-bootstrap/ng-bootstrap": "4.1.2",
"@ngrx/effects": "7.4.0",
"@ngrx/entity": "7.4.0",
Expand All @@ -45,17 +39,17 @@
"font-awesome": "^4.7.0",
"ngx-infinite-scroll": "^7.2.0",
"ngx-schema-form": "2.3.5",
"rxjs": "^6.5.1",
"rxjs": "^6.5.3",
"rxjs-compat": "^6.5.1",
"xml-formatter": "^1.0.1",
"z-schema": "^3.22.0",
"zone.js": "^0.8.29"
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.5.0",
"@angular/cli": "^7.3.8",
"@angular/compiler-cli": "^7.2.14",
"@angular/language-service": "^7.2.14",
"@angular-devkit/build-angular": "~0.803.12",
"@angular/cli": "^8.3.12",
"@angular/compiler-cli": "^8.2.11",
"@angular/language-service": "^8.2.11",
"@types/file-saver": "^1.3.0",
"@types/jasmine": "~3.3.12",
"@types/jasminewd2": "~2.0.6",
Expand All @@ -77,7 +71,7 @@
"path": "^0.12.7",
"ts-node": "~3.2.0",
"tslint": "~5.3.2",
"typescript": "3.1.1",
"typescript": "3.5.3",
"webpack-bundle-analyzer": "^3.3.2"
}
}
21 changes: 3 additions & 18 deletions ui/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,13 @@
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
*
* Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
* Learn more in https://angular.io/guide/browser-support
*/

/***************************************************************************************************
* BROWSER POLYFILLS
*/
* BROWSER POLYFILLS
*/

/** IE9, IE10 and IE11 requires all of the following polyfills. **/
import 'core-js/es6/symbol';
import 'core-js/es6/object';
import 'core-js/es6/function';
import 'core-js/es6/parse-int';
import 'core-js/es6/parse-float';
import 'core-js/es6/number';
import 'core-js/es6/math';
import 'core-js/es6/string';
import 'core-js/es6/date';
import 'core-js/es6/array';
import 'core-js/es6/regexp';
import 'core-js/es6/map';
import 'core-js/es6/weak-map';
import 'core-js/es6/set';

/** IE10 and IE11 requires the following for NgClass support on SVG elements */
// import 'classlist.js'; // Run `npm install --save classlist.js`.
Expand Down
1 change: 0 additions & 1 deletion ui/src/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "../out-tsc/app",
"baseUrl": "./",
"module": "es2015",
"types": []
},
"exclude": [
Expand Down
2 changes: 0 additions & 2 deletions ui/src/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"compilerOptions": {
"outDir": "../out-tsc/spec",
"baseUrl": "./",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"node"
Expand Down
3 changes: 2 additions & 1 deletion ui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compileOnSave": false,
"compilerOptions": {
"module": "esnext",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
Expand All @@ -9,7 +10,7 @@
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"downlevelIteration": true,
"target": "es5",
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
Expand Down
8 changes: 4 additions & 4 deletions ui/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@
"",
"kebab-case"
],
"use-input-property-decorator": true,
"use-output-property-decorator": true,
"use-host-property-decorator": true,
"no-inputs-metadata-property": true,
"no-outputs-metadata-property": true,
"no-host-metadata-property": true,
"no-input-rename": true,
"no-output-rename": true,
"use-life-cycle-interface": true,
"use-lifecycle-interface": true,
"use-pipe-transform-interface": true,
"component-class-suffix": true,
"directive-class-suffix": true,
Expand Down

0 comments on commit 1988d1e

Please sign in to comment.