Skip to content

Commit c2cb65d

Browse files
chore(package): update @types/[email protected], @types/[email protected], @types/[email protected]
1 parent 1a48bde commit c2cb65d

File tree

4 files changed

+26
-12
lines changed

4 files changed

+26
-12
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@
7878
"angular": ">=1.2.0"
7979
},
8080
"devDependencies": {
81-
"@types/angular": "=1.6.25",
81+
"@types/angular": "1.6.53",
8282
"@types/angular-animate": "^1.5.10",
83-
"@types/angular-mocks": "^1.6.1",
83+
"@types/angular-mocks": "^1.7.0",
8484
"@types/jasmine": "^3.3.5",
85-
"@types/jquery": "^3.3.6",
85+
"@types/jquery": "^3.3.29",
8686
"@uirouter/publish-scripts": "^2.3.24",
8787
"dts-downlevel": "^0.3.0",
8888
"fork-ts-checker-webpack-plugin": "^0.5.2",

src/directives/stateDirectives.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function bindEvents(element: IAugmentedJQuery, scope: IScope, hookFn: EventHandl
143143
scope.$on('$destroy', function() {
144144
const off = element.off ? 'off' : 'unbind';
145145
for (const event of events) {
146-
element[off](event, hookFn);
146+
element[off](event, hookFn as any);
147147
}
148148
});
149149
}

src/directives/viewDirective.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ function $ViewDirectiveFill(
398398
trace.traceUIViewFill(data.$uiView, $element.html());
399399

400400
const link = $compile($element.contents() as any);
401-
const controller = cfg.controller;
401+
const controller = cfg.controller as angular.IControllerService;
402402
const controllerAs: string = getControllerAs(cfg);
403403
const resolveAs: string = getResolveAs(cfg);
404404
const locals = resolveCtx && getLocals(resolveCtx);

yarn.lock

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,22 @@
2222
dependencies:
2323
"@types/angular" "*"
2424

25-
"@types/angular-mocks@^1.6.1":
26-
version "1.6.1"
27-
resolved "https://registry.yarnpkg.com/@types/angular-mocks/-/angular-mocks-1.6.1.tgz#2501b54e6b76392b03cd38df650a3a021ef2773e"
25+
"@types/angular-mocks@^1.7.0":
26+
version "1.7.0"
27+
resolved "https://registry.yarnpkg.com/@types/angular-mocks/-/angular-mocks-1.7.0.tgz#310d999a3c47c10ecd8eef466b5861df84799429"
28+
integrity sha512-MeT5vxWBx4Ny5/sNZJjpZdv4K2KGwqQYiRQQZctan1TTaNyiVlFRYbcmheolhM4KKbTWmoxTVeuvGzniTDg1kw==
2829
dependencies:
2930
"@types/angular" "*"
3031

31-
"@types/angular@*", "@types/angular@=1.6.25":
32+
"@types/angular@*":
3233
version "1.6.25"
3334
resolved "https://registry.yarnpkg.com/@types/angular/-/angular-1.6.25.tgz#d403e94b40e06af3d9b76da5031795a9b929d08a"
3435

36+
37+
version "1.6.53"
38+
resolved "https://registry.yarnpkg.com/@types/angular/-/angular-1.6.53.tgz#0c73ce13ff245e0b9ad23bf0091f3de572d4de87"
39+
integrity sha512-46op53S8hnDl9o6VOmMAXBv3laK8i2OyXOfriDwe6VRfh8wVFilIniLaNsz2pPpAM4oUwsBYFt7ZThe+IMnIeA==
40+
3541
3642
version "0.0.39"
3743
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
@@ -67,9 +73,12 @@
6773
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.3.5.tgz#3738ffbf34dffae9ecaac4503d7d969744f0e1d7"
6874
integrity sha512-LJtc52O1PNUffMvH6Q3fS0BOhQWYlkh3SVu/Jc4GoPgJkUytk5Y6YPbw+6lZK2mWWvG62BtVyOFw0ih7r8STsw==
6975

70-
"@types/jquery@^3.3.6":
71-
version "3.3.6"
72-
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.3.6.tgz#5932ead926307ca21e5b36808257f7c926b06565"
76+
"@types/jquery@^3.3.29":
77+
version "3.3.29"
78+
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.3.29.tgz#680a2219ce3c9250483722fccf5570d1e2d08abd"
79+
integrity sha512-FhJvBninYD36v3k6c+bVk1DSZwh7B5Dpb/Pyk3HKVsiohn0nhbefZZ+3JXbWQhFyt0MxSl2jRDdGQPHeOHFXrQ==
80+
dependencies:
81+
"@types/sizzle" "*"
7382

7483
"@types/lodash@^4.14.110":
7584
version "4.14.116"
@@ -94,6 +103,11 @@
94103
"@types/glob" "*"
95104
"@types/node" "*"
96105

106+
"@types/sizzle@*":
107+
version "2.3.2"
108+
resolved "https://registry.yarnpkg.com/@types/sizzle/-/sizzle-2.3.2.tgz#a811b8c18e2babab7d542b3365887ae2e4d9de47"
109+
integrity sha512-7EJYyKTL7tFR8+gDbB6Wwz/arpGa0Mywk1TJbNzKzHtzbwVmY4HR9WqS5VV7dsBUKQmPNr192jHr/VpBluj/hg==
110+
97111
"@uirouter/[email protected]":
98112
version "5.0.21"
99113
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.21.tgz#b6c4c311e9416a1e8ce76b072e042a60224d1b3a"

0 commit comments

Comments
 (0)