Skip to content

Commit

Permalink
chore(package): update [email protected], ts-loade…
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jan 10, 2019
1 parent f46be67 commit 1a48bde
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 240 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@types/jquery": "^3.3.6",
"@uirouter/publish-scripts": "^2.3.24",
"dts-downlevel": "^0.3.0",
"fork-ts-checker-webpack-plugin": "^0.4.9",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"husky": "^1.3.1",
"jasmine-core": "^3.3.0",
"karma": "^3.1.4",
Expand All @@ -102,11 +102,11 @@
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "^6.0.0",
"ts-loader": "^5.1.1",
"tslint": "^5.11.0",
"ts-loader": "^5.3.3",
"tslint": "^5.12.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.0.3",
"webpack": "^4.19.0"
"typescript": "^3.2.2",
"webpack": "^4.28.1"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion src/legacy/stateEvents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export let $stateNotFound: IAngularEvent;

angular
.module('ui.router.state.events', ['ui.router.state'])
.provider('$stateEvents', <IServiceProviderFactory>$StateEventsProvider)
.provider('$stateEvents', ($StateEventsProvider as any) as IServiceProviderFactory)
.run([
'$stateEvents',
function($stateEvents: any) {
Expand Down
Loading

0 comments on commit 1a48bde

Please sign in to comment.