Skip to content

Commit efc6013

Browse files
feat: update @uirouter and other packages
1 parent 3aad92b commit efc6013

File tree

2 files changed

+658
-1204
lines changed

2 files changed

+658
-1204
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@
2323
"@angular/forms": "13.0.2",
2424
"@angular/platform-browser": "13.0.2",
2525
"@angular/platform-browser-dynamic": "13.0.2",
26-
"@uirouter/angular": "^8.0.1",
27-
"@uirouter/core": "6.0.7",
28-
"@uirouter/rx": "0.6.5",
26+
"@uirouter/angular": "^9.0.1",
27+
"@uirouter/core": "6.0.8",
28+
"@uirouter/rx": "1.0.0",
2929
"@uirouter/visualizer": "^7.2.1",
3030
"core-js": "^2.5.7",
31-
"rxjs": "^6.6.7",
31+
"rxjs": "^7.4.0",
3232
"rxjs-compat": "^6.6.7",
3333
"ts-helpers": "^1.1.2",
34-
"tslib": "^2.3.0",
34+
"tslib": "^2.3.1",
3535
"zone.js": "~0.11.4"
3636
},
3737
"devDependencies": {
3838
"@angular-devkit/build-angular": "^13",
3939
"@angular/animations": "13.0.2",
4040
"@angular/cli": "^13.0.3",
4141
"@angular/compiler-cli": "13.0.2",
42-
"@types/jasmine": "~3.6.10",
43-
"@uirouter/cypress-runner": "^1.1.0",
42+
"@types/jasmine": "~3.10.2",
43+
"@uirouter/cypress-runner": "^2.0.0",
4444
"fibers": "5.0.0",
45-
"html-webpack-plugin": "4.3.0",
45+
"html-webpack-plugin": "5.5.0",
4646
"shx": "^0.3.3",
47-
"tslint": "6.1.2",
48-
"typescript": "~4.4.4"
47+
"tslint": "6.1.3",
48+
"typescript": "~4.4.2"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)