all repos — caroster @ fe5c5296f58e9109b7c6110aaa12fc6a1b207f78

[Octree] Group carpool to your event https://caroster.io

update package
Karian Før karian.for@gmail.com
Fri, 17 Jul 2020 12:03:35 +0200
commit

fe5c5296f58e9109b7c6110aaa12fc6a1b207f78

parent

e67115f71b05f8acdb88caf43541a00d61f9728c

2 files changed, 9 insertions(+), 36 deletions(-)

jump to
M package-lock.jsonpackage-lock.json

@@ -2017,7 +2017,7 @@ "integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA=="

}, "axios": { "version": "0.19.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", + "resolved": "https://npm-8ee.hidora.com/axios/-/axios-0.19.2.tgz", "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", "requires": { "follow-redirects": "1.5.10"

@@ -7079,7 +7079,7 @@ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A=="

}, "moment": { "version": "2.27.0", - "resolved": "https://npm-8ee.hidora.com/moment/-/moment-2.27.0.tgz", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.27.0.tgz", "integrity": "sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==" }, "moment-timezone": {

@@ -10476,40 +10476,11 @@ "strapi-utils": "3.0.5"

} }, "strapi-plugin-sendgrid": { - "version": "file:../strapi-plugin-sendgrid", + "version": "0.1.1", + "resolved": "https://npm-8ee.hidora.com/strapi-plugin-sendgrid/-/strapi-plugin-sendgrid-0.1.1.tgz", + "integrity": "sha512-PNy15SKTsHfGqzKVpFIyujIOn+VFPJ+JdCx6jpaK2g5yQbH63Zuvg5qMgoz52zYrt+IkJEhRnwYwzuxQbrRrJA==", "requires": { "axios": "^0.19.2" - }, - "dependencies": { - "axios": { - "version": "0.19.2", - "resolved": "https://npm-8ee.hidora.com/axios/-/axios-0.19.2.tgz", - "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", - "requires": { - "follow-redirects": "1.5.10" - } - }, - "debug": { - "version": "3.1.0", - "resolved": "https://npm-8ee.hidora.com/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "requires": { - "ms": "2.0.0" - } - }, - "follow-redirects": { - "version": "1.5.10", - "resolved": "https://npm-8ee.hidora.com/follow-redirects/-/follow-redirects-1.5.10.tgz", - "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", - "requires": { - "debug": "=3.1.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://npm-8ee.hidora.com/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } } }, "strapi-plugin-upload": {

@@ -10586,7 +10557,9 @@ "uuid": "^3.1.0"

} }, "strapi-provider-email-sendgrid-template": { - "version": "0.0.2" + "version": "0.0.2", + "resolved": "https://npm-8ee.hidora.com/strapi-provider-email-sendgrid-template/-/strapi-provider-email-sendgrid-template-0.0.2.tgz", + "integrity": "sha512-mocGrZ01gEwJrE1mVXuhqDQs6aVskfzGBA4YQPBS84NH6om9xy29LTKHkRk2VRiUEOKH4YeywrXgLuFvIKYzWQ==" }, "strapi-provider-email-sendmail": { "version": "3.0.5",
M package.jsonpackage.json

@@ -25,7 +25,7 @@ "strapi-plugin-content-manager": "3.0.5",

"strapi-plugin-content-type-builder": "3.0.5", "strapi-plugin-documentation": "^3.0.5", "strapi-plugin-email": "^3.0.5", - "strapi-plugin-sendgrid": "file://../strapi-plugin-sendgrid", + "strapi-plugin-sendgrid": "^0.1.1", "strapi-plugin-upload": "^3.0.5", "strapi-plugin-users-permissions": "3.0.5", "strapi-provider-email-sendgrid-template": "0.0.2",