diff --git a/.travis.yml b/.travis.yml index d52b5871a..dd479ea5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,10 +23,10 @@ before_install: - npm --version - nvm --version - npm ci - - npm install npm@^6 gulp -g + - npm install npm@^6 -g before_script: - - gulp + - npx gulp script: - scripts/build.sh diff --git a/package-lock.json b/package-lock.json index 8436c7567..89128236b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -538,9 +538,9 @@ } }, "@angular/animations": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.0.1.tgz", - "integrity": "sha512-RS2ZsO3yidn/dMAllR+V0EX5BOQLQDi5s2kvd4wANHYAkU/yVXWKl09nbe8LTwLVH+iOYX7AAcAUUokQPEEHxQ==", + "version": "10.0.14", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-10.0.14.tgz", + "integrity": "sha512-0BOGQOuaudIG0pq6FAnG55teKM7tEQZdIwdoOf0okhh9n0cFWSWRUjvUxWt25bWswlO+HxELyJioiRUvVSES4g==", "requires": { "tslib": "^2.0.0" } diff --git a/package.json b/package.json index 899750288..01beb7354 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "ionic:build:before": "gulp" }, "dependencies": { - "@angular/animations": "11.0.1", + "@angular/animations": "10.0.14", "@angular/common": "10.0.14", "@angular/core": "10.0.14", "@angular/forms": "10.0.14", diff --git a/src/addons/blog/pages/entries/entries.html b/src/addons/blog/pages/entries/entries.html index ed95f9bfc..3e1a1a772 100644 --- a/src/addons/blog/pages/entries/entries.html +++ b/src/addons/blog/pages/entries/entries.html @@ -33,7 +33,7 @@

- + {{entry.created | coreDateDayOrTime}} {{entry.user && entry.user!.fullname}} diff --git a/src/addons/mod/resource/components/index/addon-mod-resource-index.html b/src/addons/mod/resource/components/index/addon-mod-resource-index.html index 68d143323..411279e8b 100644 --- a/src/addons/mod/resource/components/index/addon-mod-resource-index.html +++ b/src/addons/mod/resource/components/index/addon-mod-resource-index.html @@ -18,7 +18,7 @@ - + - + {{ notification.subject }}

{{ notification.userfromfullname }}

- + {{ notification.timecreated | coreDateDayOrTime }} diff --git a/src/core/features/mainmenu/pages/more/more.html b/src/core/features/mainmenu/pages/more/more.html index 3312c99c6..df537d5e3 100644 --- a/src/core/features/mainmenu/pages/more/more.html +++ b/src/core/features/mainmenu/pages/more/more.html @@ -43,7 +43,7 @@ + [detailIcon]="item.type == 'browser' ? 'open-outline' : 'chevron-forward'">

{{item.label}}

diff --git a/src/core/features/rating/components/ratings/ratings-modal.html b/src/core/features/rating/components/ratings/ratings-modal.html index f6c05d92a..1eef7adfc 100644 --- a/src/core/features/rating/components/ratings/ratings-modal.html +++ b/src/core/features/rating/components/ratings/ratings-modal.html @@ -17,7 +17,7 @@

{{ rating.userfullname }}

{{ rating.rating }}

- + {{ rating.timemodified | coreDateDayOrTime }}
diff --git a/src/core/features/viewer/pages/iframe/iframe.html b/src/core/features/viewer/pages/iframe/iframe.html index 64a5161d3..270821cfa 100644 --- a/src/core/features/viewer/pages/iframe/iframe.html +++ b/src/core/features/viewer/pages/iframe/iframe.html @@ -7,7 +7,7 @@ - +