Very Minor Change: Updated the way to fetch dependeny from a GIT Repo (#5670)

* Updated the way to fetch dependeny from a GIT Repo

Using a standard way to define dependency via a git repository.
In few system if someone doesn't use SSH way to clone repos then "github:" protocol gives out an error.

* Updated package-lock.json
This commit is contained in:
Ashutosh Kumar 2021-09-08 22:31:43 +05:30 committed by GitHub
parent 308637be32
commit cc6e68fcce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

9
package-lock.json generated
View file

@ -5,6 +5,7 @@
"requires": true,
"packages": {
"": {
"name": "mattermost-mobile",
"version": "1.46.0",
"hasInstallScript": true,
"license": "Apache 2.0",
@ -137,7 +138,7 @@
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jest": "24.4.0",
"eslint-plugin-mattermost": "github:mattermost/eslint-plugin-mattermost#070ce792d105482ffb2b27cfc0b7e78b3d20acee",
"eslint-plugin-mattermost": "git://github.com/mattermost/eslint-plugin-mattermost#070ce792d105482ffb2b27cfc0b7e78b3d20acee",
"eslint-plugin-react": "7.24.0",
"expect": "27.0.6",
"harmony-reflect": "1.6.2",
@ -149,7 +150,7 @@
"jetifier": "2.0.0",
"jsdom-global": "3.0.2",
"metro-react-native-babel-preset": "0.66.2",
"mmjstool": "github:mattermost/mattermost-utilities#3faa6075089a541d8c90ed85114e644c7a23fedf",
"mmjstool": "git://github.com/mattermost/mattermost-utilities#3faa6075089a541d8c90ed85114e644c7a23fedf",
"mock-async-storage": "2.2.0",
"mock-socket": "9.0.3",
"nock": "13.1.1",
@ -51583,7 +51584,7 @@
"version": "git+ssh://git@github.com/mattermost/eslint-plugin-mattermost.git#070ce792d105482ffb2b27cfc0b7e78b3d20acee",
"integrity": "sha512-B+ZquIX9ivUep96vnyZ9XBq1ViN0Ls6i+cWX8e8JilW3LEFke8vWYLT4zoCG0Ogm83iU2E4kcOow2z5xsiiTzg==",
"dev": true,
"from": "eslint-plugin-mattermost@github:mattermost/eslint-plugin-mattermost#070ce792d105482ffb2b27cfc0b7e78b3d20acee"
"from": "eslint-plugin-mattermost@git://github.com/mattermost/eslint-plugin-mattermost#070ce792d105482ffb2b27cfc0b7e78b3d20acee"
},
"eslint-plugin-prettier": {
"version": "3.1.2",
@ -60530,7 +60531,7 @@
"version": "git+ssh://git@github.com/mattermost/mattermost-utilities.git#3faa6075089a541d8c90ed85114e644c7a23fedf",
"integrity": "sha512-84xbA6yRt+pEbYk/OmM9sbJQp7PkSAgqvn0N/QXuj1RKR+upxdAa6vTbTTBA+XweECN6xebCWncGJJiqWrtR1g==",
"dev": true,
"from": "mmjstool@github:mattermost/mattermost-utilities#3faa6075089a541d8c90ed85114e644c7a23fedf",
"from": "mmjstool@git://github.com/mattermost/mattermost-utilities#3faa6075089a541d8c90ed85114e644c7a23fedf",
"requires": {
"estree-walk": "2.2.0",
"filehound": "1.16.5",

View file

@ -135,7 +135,7 @@
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jest": "24.4.0",
"eslint-plugin-mattermost": "github:mattermost/eslint-plugin-mattermost#070ce792d105482ffb2b27cfc0b7e78b3d20acee",
"eslint-plugin-mattermost": "git://github.com/mattermost/eslint-plugin-mattermost#070ce792d105482ffb2b27cfc0b7e78b3d20acee",
"eslint-plugin-react": "7.24.0",
"expect": "27.0.6",
"harmony-reflect": "1.6.2",
@ -147,7 +147,7 @@
"jetifier": "2.0.0",
"jsdom-global": "3.0.2",
"metro-react-native-babel-preset": "0.66.2",
"mmjstool": "github:mattermost/mattermost-utilities#3faa6075089a541d8c90ed85114e644c7a23fedf",
"mmjstool": "git://github.com/mattermost/mattermost-utilities#3faa6075089a541d8c90ed85114e644c7a23fedf",
"mock-async-storage": "2.2.0",
"mock-socket": "9.0.3",
"nock": "13.1.1",