Skip to content

Commit c5b365b

Browse files
fix(example): update to angular v8
1 parent 1a10557 commit c5b365b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

example/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
"test:ui": "npm run build && cypress-runner open --path ."
88
},
99
"dependencies": {
10-
"@angular/common": "^5.0.0",
11-
"@angular/compiler": "^5.0.0",
12-
"@angular/core": "^5.0.0",
13-
"@angular/platform-browser": "^5.0.0",
14-
"@angular/platform-browser-dynamic": "^5.0.0",
15-
"@angular/router": "^5.0.0",
16-
"@angular/upgrade": "^5.0.0",
10+
"@angular/common": "^8.2.9",
11+
"@angular/compiler": "^8.2.9",
12+
"@angular/core": "^8.2.9",
13+
"@angular/platform-browser": "^8.2.9",
14+
"@angular/platform-browser-dynamic": "^8.2.9",
15+
"@angular/router": "^8.2.9",
16+
"@angular/upgrade": "^8.2.9",
1717
"@types/angular": "^1.6.39",
1818
"@types/jquery": "^3.2.16",
1919
"@uirouter/angular-hybrid": "latest",
2020
"angular": "1.6.6",
21-
"rxjs": "^5.5.3",
21+
"rxjs": "^6.5.3",
2222
"ts-loader": "3.2.0",
23-
"typescript": "^2.6.2",
23+
"typescript": "~3.4.0",
2424
"webpack": "3.10.0",
2525
"webpack-dev-server": "2.9.6"
2626
},

0 commit comments

Comments
 (0)