Skip to content

Commit

Permalink
🤖 TEST: update demo devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Xin.Chen committed Mar 8, 2021
1 parent 3b685f1 commit 1a1c2d1
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"cesium": "^1.79.1",
"vite": "^2.0.5",
"vite-plugin-cesium": "^1.0.3"
"vite-plugin-cesium": "^1.1.0"
}
}
104 changes: 99 additions & 5 deletions demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@
# yarn lockfile v1


cesium@^1.78.0:
"@rollup/pluginutils@^4.0.0":
version "4.1.0"
resolved "https://registry.npm.taobao.org/@rollup/pluginutils/download/@rollup/pluginutils-4.1.0.tgz?cache=0&sync_timestamp=1603765949266&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40rollup%2Fpluginutils%2Fdownload%2F%40rollup%2Fpluginutils-4.1.0.tgz#0dcc61c780e39257554feb7f77207dceca13c838"
integrity sha1-Dcxhx4DjkldVT+t/dyB9zsoTyDg=
dependencies:
estree-walker "^2.0.1"
picomatch "^2.2.2"

"@types/estree@*":
version "0.0.46"
resolved "https://registry.npm.taobao.org/@types/estree/download/@types/estree-0.0.46.tgz?cache=0&sync_timestamp=1613378493125&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Festree%2Fdownload%2F%40types%2Festree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe"
integrity sha1-D7a/u+q9ejCIBQSZM2nEvx3qsf4=

at-least-node@^1.0.0:
version "1.0.0"
resolved "https://registry.npm.taobao.org/at-least-node/download/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
integrity sha1-YCzUtG6EStTv/JKoARo8RuAjjcI=

cesium@^1.79.1:
version "1.79.1"
resolved "https://registry.npm.taobao.org/cesium/download/cesium-1.79.1.tgz#571988bd75093dc01a674db7dadf6222e8499f69"
integrity sha1-VxmIvXUJPcAaZ0232t9iIuhJn2k=
Expand All @@ -17,6 +35,21 @@ esbuild@^0.8.52:
resolved "https://registry.npm.taobao.org/esbuild/download/esbuild-0.8.54.tgz?cache=0&sync_timestamp=1614592024973&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fesbuild%2Fdownload%2Fesbuild-0.8.54.tgz#2f32ff80e95c69a0f25b799d76a27c05e2857cdf"
integrity sha1-LzL/gOlcaaDyW3mddqJ8BeKFfN8=

estree-walker@^2.0.1:
version "2.0.2"
resolved "https://registry.npm.taobao.org/estree-walker/download/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
integrity sha1-UvAQF4wqTBF6d1fP6UKtt9LaTKw=

fs-extra@^9.1.0:
version "9.1.0"
resolved "https://registry.npm.taobao.org/fs-extra/download/fs-extra-9.1.0.tgz?cache=0&sync_timestamp=1611075555649&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffs-extra%2Fdownload%2Ffs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
integrity sha1-WVRGDHZKjaIJS6NVS/g55rmnyG0=
dependencies:
at-least-node "^1.0.0"
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fsevents@~2.3.1:
version "2.3.2"
resolved "https://registry.npm.taobao.org/fsevents/download/fsevents-2.3.2.tgz?cache=0&sync_timestamp=1612536546156&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ffsevents%2Fdownload%2Ffsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
Expand All @@ -27,6 +60,11 @@ function-bind@^1.1.1:
resolved "https://registry.npm.taobao.org/function-bind/download/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
integrity sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=

graceful-fs@^4.1.6, graceful-fs@^4.2.0:
version "4.2.6"
resolved "https://registry.npm.taobao.org/graceful-fs/download/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
integrity sha1-/wQLKwhTsjw9MQJ1I3BvGIXXa+4=

has@^1.0.3:
version "1.0.3"
resolved "https://registry.npm.taobao.org/has/download/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
Expand All @@ -41,6 +79,29 @@ is-core-module@^2.2.0:
dependencies:
has "^1.0.3"

is-reference@^1.2.1:
version "1.2.1"
resolved "https://registry.npm.taobao.org/is-reference/download/is-reference-1.2.1.tgz#8b2dac0b371f4bc994fdeaba9eb542d03002d0b7"
integrity sha1-iy2sCzcfS8mU/eq6nrVC0DAC0Lc=
dependencies:
"@types/estree" "*"

jsonfile@^6.0.1:
version "6.1.0"
resolved "https://registry.npm.taobao.org/jsonfile/download/jsonfile-6.1.0.tgz?cache=0&sync_timestamp=1604164898625&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjsonfile%2Fdownload%2Fjsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae"
integrity sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4=
dependencies:
universalify "^2.0.0"
optionalDependencies:
graceful-fs "^4.1.6"

magic-string@^0.25.7:
version "0.25.7"
resolved "https://registry.npm.taobao.org/magic-string/download/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
integrity sha1-P0l9b9NMZpxnmNy4IfLvMfVEUFE=
dependencies:
sourcemap-codec "^1.4.4"

nanoid@^3.1.20:
version "3.1.20"
resolved "https://registry.npm.taobao.org/nanoid/download/nanoid-3.1.20.tgz#badc263c6b1dcf14b71efaa85f6ab4c1d6cfc788"
Expand All @@ -51,6 +112,11 @@ path-parse@^1.0.6:
resolved "https://registry.npm.taobao.org/path-parse/download/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
integrity sha1-1i27VnlAXXLEc37FhgDp3c8G0kw=

picomatch@^2.2.2:
version "2.2.2"
resolved "https://registry.npm.taobao.org/picomatch/download/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
integrity sha1-IfMz6ba46v8CRo9RRupAbTRfTa0=

postcss@^8.2.1:
version "8.2.6"
resolved "https://registry.npm.taobao.org/postcss/download/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe"
Expand All @@ -68,6 +134,16 @@ resolve@^1.19.0:
is-core-module "^2.2.0"
path-parse "^1.0.6"

rollup-plugin-external-globals@^0.6.1:
version "0.6.1"
resolved "https://registry.npm.taobao.org/rollup-plugin-external-globals/download/rollup-plugin-external-globals-0.6.1.tgz#861c260b5727144e0fd1b424b103f9f0282fc365"
integrity sha1-hhwmC1cnFE4P0bQksQP58Cgvw2U=
dependencies:
"@rollup/pluginutils" "^4.0.0"
estree-walker "^2.0.1"
is-reference "^1.2.1"
magic-string "^0.25.7"

rollup@^2.38.5:
version "2.40.0"
resolved "https://registry.npm.taobao.org/rollup/download/rollup-2.40.0.tgz#efc218eaede7ab590954df50f96195188999c304"
Expand All @@ -80,10 +156,28 @@ source-map@^0.6.1:
resolved "https://registry.npm.taobao.org/source-map/download/source-map-0.6.1.tgz?cache=0&sync_timestamp=1604409581245&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsource-map%2Fdownload%2Fsource-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
integrity sha1-dHIq8y6WFOnCh6jQu95IteLxomM=

vite@^2.0.1:
version "2.0.4"
resolved "https://registry.npm.taobao.org/vite/download/vite-2.0.4.tgz#063532a4139b59a067297d8ebb5960d450907a09"
integrity sha1-BjUypBObWaBnKX2Ou1lg1FCQegk=
sourcemap-codec@^1.4.4:
version "1.4.8"
resolved "https://registry.npm.taobao.org/sourcemap-codec/download/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4"
integrity sha1-6oBL2UhXQC5pktBaOO8a41qatMQ=

universalify@^2.0.0:
version "2.0.0"
resolved "https://registry.npm.taobao.org/universalify/download/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
integrity sha1-daSYTv7cSwiXXFrrc/Uw0C3yVxc=

vite-plugin-cesium@^1.1.0:
version "1.1.0"
resolved "https://registry.npm.taobao.org/vite-plugin-cesium/download/vite-plugin-cesium-1.1.0.tgz?cache=0&sync_timestamp=1615187937784&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvite-plugin-cesium%2Fdownload%2Fvite-plugin-cesium-1.1.0.tgz#b65b9f70efbb7a00430327ffb61033067eba57d2"
integrity sha1-tlufcO+7egBDAyf/thAzBn66V9I=
dependencies:
fs-extra "^9.1.0"
rollup-plugin-external-globals "^0.6.1"

vite@^2.0.5:
version "2.0.5"
resolved "https://registry.npm.taobao.org/vite/download/vite-2.0.5.tgz#ac46857a3fa8686d077921e61bd48a986931df1d"
integrity sha1-rEaFej+oaG0HeSHmG9SKmGkx3x0=
dependencies:
esbuild "^0.8.52"
postcss "^8.2.1"
Expand Down

0 comments on commit 1a1c2d1

Please sign in to comment.