Skip to content

Commit 8b38601

Browse files
committed
chore: Update example app
1 parent 8bff28e commit 8b38601

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
@@ -14,24 +14,24 @@
1414
]
1515
},
1616
"dependencies": {
17-
"@angular/animations": "^17.2.1",
18-
"@angular/common": "^17.2.1",
19-
"@angular/compiler": "^17.2.1",
20-
"@angular/core": "^17.2.1",
21-
"@angular/platform-browser": "^17.2.1",
22-
"@angular/platform-browser-dynamic": "^17.2.1",
23-
"@angular/upgrade": "^17.2.1",
17+
"@angular/animations": "^18.1.0",
18+
"@angular/common": "^18.1.0",
19+
"@angular/compiler": "^18.1.0",
20+
"@angular/core": "^18.1.0",
21+
"@angular/platform-browser": "^18.1.0",
22+
"@angular/platform-browser-dynamic": "^18.1.0",
23+
"@angular/upgrade": "18.1.0",
2424
"@types/angular": "^1.8.9",
2525
"@types/jquery": "^3.2.16",
26-
"@uirouter/angular": "^13.0.0",
26+
"@uirouter/angular": "14.0.0",
2727
"@uirouter/angular-hybrid": "latest",
2828
"@uirouter/angularjs": "1.1.0",
2929
"@uirouter/core": "6.1.0",
3030
"@uirouter/rx": "1.0.0",
3131
"angular": "1.8.3",
3232
"rxjs": "^7.4.0",
3333
"tslib": "2.6.2",
34-
"typescript": "5.2.2",
34+
"typescript": "5.4.5",
3535
"zone.js": "0.14.4"
3636
},
3737
"overrides": {

0 commit comments

Comments
 (0)