1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

package fix

This commit is contained in:
Matthias Kretschmann 2021-04-15 11:24:00 +02:00
parent a78988be67
commit 79497adbab
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 7 additions and 1 deletions

5
package-lock.json generated
View File

@ -22312,6 +22312,11 @@
"resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz", "resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz",
"integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==" "integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww=="
}, },
"is-url-superb": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/is-url-superb/-/is-url-superb-5.0.0.tgz",
"integrity": "sha512-jGkG59ra7/JlcV8ap3dsc0M79IgpuFU/obfsSf6X5D0z1NVvFTFuzt4ob7nfBTZEPbTwjGXVKNQDfWfPghapKQ=="
},
"is-utf8": { "is-utf8": {
"version": "0.2.1", "version": "0.2.1",
"resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",

View File

@ -62,6 +62,7 @@
"gatsby-transformer-remark": "^2.14.0", "gatsby-transformer-remark": "^2.14.0",
"gatsby-transformer-sharp": "^2.10.1", "gatsby-transformer-sharp": "^2.10.1",
"intersection-observer": "^0.12.0", "intersection-observer": "^0.12.0",
"is-url-superb": "^5.0.0",
"jwt-decode": "^3.1.2", "jwt-decode": "^3.1.2",
"lodash.debounce": "^4.0.8", "lodash.debounce": "^4.0.8",
"lodash.omit": "^4.5.0", "lodash.omit": "^4.5.0",

View File

@ -1,4 +1,4 @@
import axios, { CancelToken, AxiosResponse } from 'axios' import axios from 'axios'
import { toast } from 'react-toastify' import { toast } from 'react-toastify'
import isUrl from 'is-url-superb' import isUrl from 'is-url-superb'
import { import {