aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-02-08 16:16:40 +0100
committerChocobozzz <chocobozzz@cpy.re>2019-02-11 09:13:02 +0100
commitc7ca4c8be781753f86d806015b182f1ee5443fcf (patch)
treea1b7efaa51aee9d1ab5fc9400610efad47d72cc4 /client/package.json
parent597a9266d426aa04c2f229168e4285a76bea2c12 (diff)
downloadPeerTube-c7ca4c8be781753f86d806015b182f1ee5443fcf.tar.gz
PeerTube-c7ca4c8be781753f86d806015b182f1ee5443fcf.tar.zst
PeerTube-c7ca4c8be781753f86d806015b182f1ee5443fcf.zip
Fix client with google bot
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json31
1 files changed, 16 insertions, 15 deletions
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 @@
28 "resolutions": { 28 "resolutions": {
29 "video.js": "^7", 29 "video.js": "^7",
30 "webtorrent/create-torrent/junk": "^1", 30 "webtorrent/create-torrent/junk": "^1",
31 "simple-get": "^2.8.1" 31 "simple-get": "^2.8.1",
32 "punycode": "^1.4.1"
32 }, 33 },
33 "jest": { 34 "jest": {
34 "globals": { 35 "globals": {
@@ -63,20 +64,20 @@
63 "setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts" 64 "setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts"
64 }, 65 },
65 "devDependencies": { 66 "devDependencies": {
66 "@angular-devkit/build-angular": "~0.11.1", 67 "@angular-devkit/build-angular": "~0.13.1",
67 "@angular/animations": "~7.1.1", 68 "@angular/animations": "~7.2.4",
68 "@angular/cli": "~7.1.1", 69 "@angular/cli": "~7.3.1",
69 "@angular/common": "~7.1.1", 70 "@angular/common": "~7.2.4",
70 "@angular/compiler": "~7.1.1", 71 "@angular/compiler": "~7.2.4",
71 "@angular/compiler-cli": "~7.1.1", 72 "@angular/compiler-cli": "~7.2.4",
72 "@angular/core": "~7.1.1", 73 "@angular/core": "~7.2.4",
73 "@angular/forms": "~7.1.1", 74 "@angular/forms": "~7.2.4",
74 "@angular/http": "~7.1.1", 75 "@angular/http": "~7.2.4",
75 "@angular/language-service": "~7.1.1", 76 "@angular/language-service": "~7.2.4",
76 "@angular/platform-browser": "~7.1.1", 77 "@angular/platform-browser": "~7.2.4",
77 "@angular/platform-browser-dynamic": "~7.1.1", 78 "@angular/platform-browser-dynamic": "~7.2.4",
78 "@angular/router": "~7.1.1", 79 "@angular/router": "~7.2.4",
79 "@angular/service-worker": "~7.1.1", 80 "@angular/service-worker": "~7.2.4",
80 "@angularclass/hmr": "^2.1.3", 81 "@angularclass/hmr": "^2.1.3",
81 "@neos21/bootstrap3-glyphicons": "^1.0.1", 82 "@neos21/bootstrap3-glyphicons": "^1.0.1",
82 "@ng-bootstrap/ng-bootstrap": "^4.0.0", 83 "@ng-bootstrap/ng-bootstrap": "^4.0.0",