Skip to content

Commit aaf005f

Browse files
christopherthielenmergify[bot]
authored andcommitted
chore(example): update to angular 10
1 parent ee40290 commit aaf005f

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

example/package.json

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,29 @@
99
"test:ui": "npm run build && cypress-runner open --path ."
1010
},
1111
"dependencies": {
12-
"@angular/common": "^8.2.9",
13-
"@angular/compiler": "^8.2.9",
14-
"@angular/core": "^8.2.9",
15-
"@angular/platform-browser": "^8.2.9",
16-
"@angular/platform-browser-dynamic": "^8.2.9",
17-
"@angular/router": "^8.2.9",
18-
"@angular/upgrade": "^8.2.9",
12+
"@angular/animations": "10.0.4",
13+
"@angular/common": "^10.0.4",
14+
"@angular/compiler": "^10.0.4",
15+
"@angular/core": "^10.0.4",
16+
"@angular/platform-browser": "^10.0.4",
17+
"@angular/platform-browser-dynamic": "^10.0.4",
18+
"@angular/router": "^10.0.4",
19+
"@angular/upgrade": "^10.0.4",
1920
"@types/angular": "^1.6.39",
2021
"@types/jquery": "^3.2.16",
22+
"@uirouter/angular": "7.0.0",
2123
"@uirouter/angular-hybrid": "latest",
22-
"angular": "1.6.6",
24+
"angular": "1.8.0",
2325
"rxjs": "^6.5.3",
24-
"ts-loader": "3.2.0",
25-
"typescript": "~3.4.0",
26-
"webpack": "3.10.0",
27-
"webpack-dev-server": "2.9.6",
28-
"zone.js": "^0.9.1"
26+
"tslib": "1.13.0",
27+
"typescript": "~3.8.3",
28+
"zone.js": "^0.10.3"
2929
},
3030
"devDependencies": {
31-
"@uirouter/cypress-runner": "^1.0.7"
31+
"@uirouter/cypress-runner": "^1.0.7",
32+
"ts-loader": "8.0.1",
33+
"webpack": "4.43.0",
34+
"webpack-cli": "^3.3.12",
35+
"webpack-dev-server": "3.11.0"
3236
}
3337
}

0 commit comments

Comments
 (0)