Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Raphael Ochsenbein
openid-connect-playground
Commits
33693e25
Verified
Commit
33693e25
authored
May 30, 2019
by
Raphael Ochsenbein
Browse files
Updated to Angular 8
parent
5c6a133d
Pipeline
#776
failed with stages
in 43 seconds
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
src/
browserslist
→
browserslist
View file @
33693e25
File moved
package-lock.json
View file @
33693e25
This diff is collapsed.
Click to expand it.
package.json
View file @
33693e25
...
...
@@ -13,57 +13,56 @@
},
"private"
:
true
,
"dependencies"
:
{
"
@angular/animations
"
:
"
~7.2.0
"
,
"
@angular/cdk
"
:
"
^7.3.3
"
,
"
@angular/common
"
:
"
~7.2.0
"
,
"
@angular/compiler
"
:
"
~7.2.0
"
,
"
@angular/core
"
:
"
~7.2.0
"
,
"
@angular/forms
"
:
"
~7.2.0
"
,
"
@angular/http
"
:
"
^7.2.6
"
,
"
@angular/platform-browser
"
:
"
~7.2.0
"
,
"
@angular/platform-browser-dynamic
"
:
"
~7.2.0
"
,
"
@angular/router
"
:
"
~7.2.0
"
,
"
@ngrx/effects
"
:
"
^7.2.0
"
,
"
@ngrx/router-store
"
:
"
^7.2.0
"
,
"
@ngrx/store
"
:
"
^7.2.0
"
,
"
@ngrx/store-devtools
"
:
"
^7.2.0
"
,
"
carbon-components
"
:
"
^9.78.0
"
,
"
carbon-components-angular
"
:
"
^2.34.0
"
,
"
@angular/animations
"
:
"
~8.0.0
"
,
"
@angular/cdk
"
:
"
^8.0.0
"
,
"
@angular/common
"
:
"
~8.0.0
"
,
"
@angular/compiler
"
:
"
~8.0.0
"
,
"
@angular/core
"
:
"
~8.0.0
"
,
"
@angular/forms
"
:
"
~8.0.0
"
,
"
@angular/platform-browser
"
:
"
~8.0.0
"
,
"
@angular/platform-browser-dynamic
"
:
"
~8.0.0
"
,
"
@angular/router
"
:
"
~8.0.0
"
,
"
@ngrx/effects
"
:
"
^7.4.0
"
,
"
@ngrx/router-store
"
:
"
^7.4.0
"
,
"
@ngrx/store
"
:
"
^7.4.0
"
,
"
@ngrx/store-devtools
"
:
"
^7.4.0
"
,
"
carbon-components
"
:
"
^10.2.0
"
,
"
carbon-components-angular
"
:
"
^3.7.0
"
,
"
classlist.js
"
:
"
^1.1.20150312
"
,
"
core-js
"
:
"
^
2.5.4
"
,
"
express
"
:
"
^4.1
6.4
"
,
"
core-js
"
:
"
^
3.1.3
"
,
"
express
"
:
"
^4.1
7.1
"
,
"
express-jwt
"
:
"
^5.3.1
"
,
"
express-jwt-authz
"
:
"
^
1.0.0
"
,
"
jwks-rsa
"
:
"
^1.
4.0
"
,
"
express-jwt-authz
"
:
"
^
2.3.1
"
,
"
jwks-rsa
"
:
"
^1.
5.1
"
,
"
jwt-decode
"
:
"
^2.2.0
"
,
"
ng-oidc-client
"
:
"
^1.0.5
"
,
"
oidc-client
"
:
"
^1.
6
.1
"
,
"
rxjs
"
:
"
~6.
3.3
"
,
"
oidc-client
"
:
"
^1.
7
.1
"
,
"
rxjs
"
:
"
~6.
5.2
"
,
"
svg4everybody
"
:
"
^2.1.9
"
,
"
tslib
"
:
"
^1.9.0
"
,
"
web-animations-js
"
:
"
^2.3.1
"
,
"
zone.js
"
:
"
~0.
8.26
"
"
web-animations-js
"
:
"
github:angular/web-animations-js#release_pr208
"
,
"
zone.js
"
:
"
~0.
9.1
"
},
"devDependencies"
:
{
"
@angular-devkit/build-angular
"
:
"
~0.
13
.0
"
,
"
@angular/cli
"
:
"
~
7.3.1
"
,
"
@angular/compiler-cli
"
:
"
~
7.2
.0
"
,
"
@angular/language-service
"
:
"
~
7.2
.0
"
,
"
@types/jasmine
"
:
"
~
2.8.8
"
,
"
@angular-devkit/build-angular
"
:
"
~0.
800
.0
"
,
"
@angular/cli
"
:
"
~
8.0.0
"
,
"
@angular/compiler-cli
"
:
"
~
8.0
.0
"
,
"
@angular/language-service
"
:
"
~
8.0
.0
"
,
"
@types/jasmine
"
:
"
~
3.3.13
"
,
"
@types/jasminewd2
"
:
"
~2.0.3
"
,
"
@types/node
"
:
"
~
8.9.4
"
,
"
codelyzer
"
:
"
~4.
5.0
"
,
"
jasmine-core
"
:
"
~
2.99.1
"
,
"
@types/node
"
:
"
~
12.0.3
"
,
"
codelyzer
"
:
"
^
5.0
.1
"
,
"
jasmine-core
"
:
"
~
3.4.0
"
,
"
jasmine-spec-reporter
"
:
"
~4.2.1
"
,
"
karma
"
:
"
~
3
.1.
1
"
,
"
karma
"
:
"
~
4
.1.
0
"
,
"
karma-chrome-launcher
"
:
"
~2.2.0
"
,
"
karma-coverage-istanbul-reporter
"
:
"
~2.0.1
"
,
"
karma-jasmine
"
:
"
~
1.1.2
"
,
"
karma-jasmine-html-reporter
"
:
"
^
0.2
.2
"
,
"
karma-jasmine
"
:
"
~
2.0.1
"
,
"
karma-jasmine-html-reporter
"
:
"
^
1.4
.2
"
,
"
protractor
"
:
"
~5.4.0
"
,
"
sass-lint
"
:
"
^1.1
2
.1
"
,
"
ts-node
"
:
"
~
7.0
.0
"
,
"
tslint
"
:
"
~5.1
1
.0
"
,
"
typescript
"
:
"
~3.
2.2
"
"
sass-lint
"
:
"
^1.1
3
.1
"
,
"
ts-node
"
:
"
~
8.2
.0
"
,
"
tslint
"
:
"
~5.1
6
.0
"
,
"
typescript
"
:
"
~3.
5.1
"
}
}
tsconfig.json
View file @
33693e25
...
...
@@ -5,12 +5,12 @@
"outDir"
:
"./dist/out-tsc"
,
"sourceMap"
:
true
,
"declaration"
:
false
,
"module"
:
"es
2015
"
,
"module"
:
"es
next
"
,
"moduleResolution"
:
"node"
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"importHelpers"
:
true
,
"target"
:
"es5"
,
"target"
:
"es
201
5"
,
"typeRoots"
:
[
"node_modules/@types"
],
...
...
tslint.json
View file @
33693e25
...
...
@@ -62,12 +62,12 @@
],
"trailing-comma"
:
false
,
"no-output-on-prefix"
:
true
,
"
use
-input
-property-decorator
"
:
true
,
"
use
-output
-property-decorator
"
:
true
,
"
use
-host-
property-decorator
"
:
true
,
"
no
-input
s-metadata-property
"
:
true
,
"
no
-output
s-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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment