From c7ca4c8be781753f86d806015b182f1ee5443fcf Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 8 Feb 2019 16:16:40 +0100 Subject: Fix client with google bot --- client/package.json | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'client/package.json') diff --git a/client/package.json b/client/package.json index 342bab00d..3eea661f1 100644 --- a/client/package.json +++ b/client/package.json @@ -28,7 +28,8 @@ "resolutions": { "video.js": "^7", "webtorrent/create-torrent/junk": "^1", - "simple-get": "^2.8.1" + "simple-get": "^2.8.1", + "punycode": "^1.4.1" }, "jest": { "globals": { @@ -63,20 +64,20 @@ "setupTestFrameworkScriptFile": "/src/setupJest.ts" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.11.1", - "@angular/animations": "~7.1.1", - "@angular/cli": "~7.1.1", - "@angular/common": "~7.1.1", - "@angular/compiler": "~7.1.1", - "@angular/compiler-cli": "~7.1.1", - "@angular/core": "~7.1.1", - "@angular/forms": "~7.1.1", - "@angular/http": "~7.1.1", - "@angular/language-service": "~7.1.1", - "@angular/platform-browser": "~7.1.1", - "@angular/platform-browser-dynamic": "~7.1.1", - "@angular/router": "~7.1.1", - "@angular/service-worker": "~7.1.1", + "@angular-devkit/build-angular": "~0.13.1", + "@angular/animations": "~7.2.4", + "@angular/cli": "~7.3.1", + "@angular/common": "~7.2.4", + "@angular/compiler": "~7.2.4", + "@angular/compiler-cli": "~7.2.4", + "@angular/core": "~7.2.4", + "@angular/forms": "~7.2.4", + "@angular/http": "~7.2.4", + "@angular/language-service": "~7.2.4", + "@angular/platform-browser": "~7.2.4", + "@angular/platform-browser-dynamic": "~7.2.4", + "@angular/router": "~7.2.4", + "@angular/service-worker": "~7.2.4", "@angularclass/hmr": "^2.1.3", "@neos21/bootstrap3-glyphicons": "^1.0.1", "@ng-bootstrap/ng-bootstrap": "^4.0.0", -- cgit v1.2.3