mirror of https://gitee.com/antv-l7/antv-l7
build(l7): fixed @types/node version
This commit is contained in:
parent
b27f672708
commit
f68ae4c3cd
|
@ -32,7 +32,7 @@
|
|||
"@types/enzyme-adapter-react-16": "^1.0.3",
|
||||
"@types/gl": "^4.1.0",
|
||||
"@types/jest": "^24.0.18",
|
||||
"@types/node": "^13.11.1",
|
||||
"@types/node": "13.11.1",
|
||||
"@types/storybook__react": "^4.0.2",
|
||||
"@types/supercluster": "^5.0.1",
|
||||
"awesome-typescript-loader": "^5.2.1",
|
||||
|
@ -115,6 +115,7 @@
|
|||
"tslint-plugin-prettier": "^1.3.0",
|
||||
"tslint-react": "^3.6.0",
|
||||
"typescript": "^3.7.0-beta",
|
||||
"@turf/turf": "^5.1.6",
|
||||
"webpack": "^4.17.1",
|
||||
"webpack-cli": "^3.1.0",
|
||||
"webpack-dev-server": "^3.1.7",
|
||||
|
@ -183,9 +184,5 @@
|
|||
"tnpm": {
|
||||
"mode": "yarn"
|
||||
},
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"@turf/turf": "^5.1.6",
|
||||
"gatsby-cli": "2.11.0"
|
||||
}
|
||||
"version": "0.0.0"
|
||||
}
|
||||
|
|
59
yarn.lock
59
yarn.lock
|
@ -4879,11 +4879,16 @@
|
|||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
"@types/node@*", "@types/node@>= 8", "@types/node@^13.11.1":
|
||||
"@types/node@*", "@types/node@>= 8":
|
||||
version "13.13.0"
|
||||
resolved "https://registry.npmjs.org/@types/node/-/node-13.13.0.tgz#30d2d09f623fe32cde9cb582c7a6eda2788ce4a8"
|
||||
integrity sha512-WE4IOAC6r/yBZss1oQGM5zs2D7RuKR6Q+w+X2SouPofnWn+LbCqClRyhO3ZE7Ix8nmFgo/oVuuE01cJT2XB13A==
|
||||
|
||||
"@types/node@13.11.1":
|
||||
version "13.11.1"
|
||||
resolved "https://registry.npmjs.org/@types/node/-/node-13.11.1.tgz#49a2a83df9d26daacead30d0ccc8762b128d53c7"
|
||||
integrity sha512-eWQGP3qtxwL8FGneRrC5DwrJLGN4/dH1clNTuLfN81HCrxVtxRjygDTUoZJ5ASlDEeo0ppYFQjQIlXhtXpOn6g==
|
||||
|
||||
"@types/node@^10.12.18":
|
||||
version "10.17.20"
|
||||
resolved "https://registry.npmjs.org/@types/node/-/node-10.17.20.tgz#e6d8b3631af1e59bbb4fda04926b078acdd3c2ef"
|
||||
|
@ -11751,54 +11756,6 @@ fuse.js@^3.4.6:
|
|||
resolved "https://registry.npmjs.org/fuse.js/-/fuse.js-3.6.1.tgz#7de85fdd6e1b3377c23ce010892656385fd9b10c"
|
||||
integrity sha512-hT9yh/tiinkmirKrlv4KWOjztdoZo1mx9Qh4KvWqC7isoXwdUY3PNWUxceF4/qO9R6riA2C29jdTOeQOIROjgw==
|
||||
|
||||
gatsby-cli@2.11.0:
|
||||
version "2.11.0"
|
||||
resolved "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.11.0.tgz#922ee3d0bb97c5a4465ed1d259b476a2dc688a5f"
|
||||
integrity sha512-JkT76SaJkJgPTcPrJ9YUav8hQe9INFoXWHyp49tXPyaP0MHsE1wx1cudlQfwqM8SG+hhQQhvOdP9nUZEfBBq6g==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.8.3"
|
||||
"@babel/runtime" "^7.8.7"
|
||||
"@hapi/joi" "^15.1.1"
|
||||
better-opn "^1.0.0"
|
||||
bluebird "^3.7.2"
|
||||
chalk "^2.4.2"
|
||||
clipboardy "^2.2.0"
|
||||
common-tags "^1.8.0"
|
||||
configstore "^5.0.1"
|
||||
convert-hrtime "^3.0.0"
|
||||
core-js "^2.6.11"
|
||||
envinfo "^7.5.0"
|
||||
execa "^3.4.0"
|
||||
fs-exists-cached "^1.0.0"
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-core-utils "^1.1.0"
|
||||
gatsby-telemetry "^1.2.0"
|
||||
hosted-git-info "^3.0.4"
|
||||
is-valid-path "^0.1.1"
|
||||
lodash "^4.17.15"
|
||||
meant "^1.0.1"
|
||||
node-fetch "^2.6.0"
|
||||
object.entries "^1.1.1"
|
||||
opentracing "^0.14.4"
|
||||
pretty-error "^2.1.1"
|
||||
progress "^2.0.3"
|
||||
prompts "^2.3.1"
|
||||
react "^16.8.0"
|
||||
redux "^4.0.5"
|
||||
resolve-cwd "^2.0.0"
|
||||
semver "^6.3.0"
|
||||
signal-exit "^3.0.2"
|
||||
source-map "0.7.3"
|
||||
stack-trace "^0.0.10"
|
||||
strip-ansi "^5.2.0"
|
||||
update-notifier "^3.0.1"
|
||||
uuid "3.4.0"
|
||||
yargs "^12.0.5"
|
||||
yurnalist "^1.1.2"
|
||||
optionalDependencies:
|
||||
ink "^2.7.1"
|
||||
ink-spinner "^3.0.1"
|
||||
|
||||
gatsby-cli@^2.11.11:
|
||||
version "2.11.11"
|
||||
resolved "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.11.11.tgz#89f6069ceac9b8c9c6e7e5d9989209081f021dc0"
|
||||
|
@ -11848,7 +11805,7 @@ gatsby-cli@^2.11.11:
|
|||
ink "^2.7.1"
|
||||
ink-spinner "^3.0.1"
|
||||
|
||||
gatsby-core-utils@^1.0.34, gatsby-core-utils@^1.1.0, gatsby-core-utils@^1.1.3:
|
||||
gatsby-core-utils@^1.0.34, gatsby-core-utils@^1.1.3:
|
||||
version "1.1.3"
|
||||
resolved "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.1.3.tgz#1011ae6ae252b809c66fe62fe9da9d419bd29650"
|
||||
integrity sha512-PntSiNCFo1/ZKjp00qgLBj2jdwY7M+maV21RXb1k7Ud9Vv9j0dGQsaVb9YXFTqXAf8bG0Xyqsqq4mPU1iNYLDw==
|
||||
|
@ -12213,7 +12170,7 @@ gatsby-source-github@^0.0.2:
|
|||
lodash "~4.17.5"
|
||||
yup "~0.24.1"
|
||||
|
||||
gatsby-telemetry@^1.2.0, gatsby-telemetry@^1.2.5:
|
||||
gatsby-telemetry@^1.2.5:
|
||||
version "1.2.5"
|
||||
resolved "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.2.5.tgz#e486b2306550cb6bd1c9919ef468d98c5957e941"
|
||||
integrity sha512-FK/Y1VICsWEFWYLawu3hUF4K+/D1amh6Wmco8oKNGK6+uV6ZjLdGUInmLP1DmpC2O932DuHYr3zjbqta5+6+bg==
|
||||
|
|
Loading…
Reference in New Issue