Skip to content

Commit 589fec1

Browse files
authored
Merge pull request #579 from vue-gl/dependabot/npm_and_yarn/three-0.106.2
Build(deps): bump three from 0.105.2 to 0.106.2
2 parents ed22212 + d510ee0 commit 589fec1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"publish": "rollup -c docs/rollup.config.js && for d in src/*/ ; do mkdir -p docs/components/`basename $d` && vuedoc.md ${d}vgl-*.js --output docs/components/`basename $d` --level 2 --ignore-name --ignore-computed --ignore-data ; done && mv .gitignore .gitignore.disabled && (gh-pages --dist docs; mv .gitignore.disabled .gitignore)"
3333
},
3434
"dependencies": {
35-
"three": "^0.105.1"
35+
"three": "^0.106.2"
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.3.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5468,10 +5468,10 @@ text-table@^0.2.0:
54685468
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
54695469
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
54705470

5471-
three@^0.105.1:
5472-
version "0.105.2"
5473-
resolved "https://registry.yarnpkg.com/three/-/three-0.105.2.tgz#d135f1549bdcf5a9acd904ba3dbf9198a0268984"
5474-
integrity sha512-L3Al37k4g3hVbgFFS251UVtIc25chhyN0/RvXzR0C+uIBToV6EKDG+MZzEXm9L2miGUVMK27W46/VkP6WUZXMg==
5471+
three@^0.106.2:
5472+
version "0.106.2"
5473+
resolved "https://registry.yarnpkg.com/three/-/three-0.106.2.tgz#6752d304c470e4df230944ecd45325e7bf79e1f8"
5474+
integrity sha512-4Tlx43uoxnIaZFW2Bzkd1rXsatvVHEWAZJy8LuE+s6Q8c66ogNnhfq1bHiBKPAnXP230LD11H/ScIZc2LZMviA==
54755475

54765476
throat@^4.0.0:
54775477
version "4.1.0"

0 commit comments

Comments
 (0)