From 2b76971f4d769bf8333d727ef403401f6a8e9aef Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 2 Dec 2021 00:19:02 +0000 Subject: [PATCH] chore: version 13.0.4 --- ponyracer/package.json | 4 ++-- ponyracer/src/test.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index f585ec25b..36c22ce36 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "~13.0.3", - "@angular/cli": "~13.0.3", + "@angular-devkit/build-angular": "~13.0.4", + "@angular/cli": "~13.0.4", "@angular/compiler-cli": "~13.0.0", "@types/jasmine": "~3.10.0", "@types/node": "^12.11.1", diff --git a/ponyracer/src/test.ts b/ponyracer/src/test.ts index 598d11e86..00025daf1 100644 --- a/ponyracer/src/test.ts +++ b/ponyracer/src/test.ts @@ -9,8 +9,8 @@ import { declare const require: { context(path: string, deep?: boolean, filter?: RegExp): { - keys(): string[]; (id: string): T; + keys(): string[]; }; };