Skip to content

Commit 1a48bde

Browse files
1 parent f46be67 commit 1a48bde

File tree

3 files changed

+343
-240
lines changed

3 files changed

+343
-240
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@types/jquery": "^3.3.6",
8686
"@uirouter/publish-scripts": "^2.3.24",
8787
"dts-downlevel": "^0.3.0",
88-
"fork-ts-checker-webpack-plugin": "^0.4.9",
88+
"fork-ts-checker-webpack-plugin": "^0.5.2",
8989
"husky": "^1.3.1",
9090
"jasmine-core": "^3.3.0",
9191
"karma": "^3.1.4",
@@ -102,11 +102,11 @@
102102
"rollup-plugin-node-resolve": "^4.0.0",
103103
"rollup-plugin-sourcemaps": "^0.4.2",
104104
"rollup-plugin-uglify": "^6.0.0",
105-
"ts-loader": "^5.1.1",
106-
"tslint": "^5.11.0",
105+
"ts-loader": "^5.3.3",
106+
"tslint": "^5.12.0",
107107
"tslint-eslint-rules": "^5.4.0",
108-
"typescript": "^3.0.3",
109-
"webpack": "^4.19.0"
108+
"typescript": "^3.2.2",
109+
"webpack": "^4.28.1"
110110
},
111111
"husky": {
112112
"hooks": {

src/legacy/stateEvents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ export let $stateNotFound: IAngularEvent;
338338

339339
angular
340340
.module('ui.router.state.events', ['ui.router.state'])
341-
.provider('$stateEvents', <IServiceProviderFactory>$StateEventsProvider)
341+
.provider('$stateEvents', ($StateEventsProvider as any) as IServiceProviderFactory)
342342
.run([
343343
'$stateEvents',
344344
function($stateEvents: any) {

0 commit comments

Comments
 (0)