Skip to content
Snippets Groups Projects
Commit 7c9f66f3 authored by Lars Bilke's avatar Lars Bilke Committed by Lars Bilke
Browse files

[web] Upgraded vtk.js and added tachyon css library.

parent 9a1fa869
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,8 @@ ...@@ -162,7 +162,8 @@
"kw-web-suite": "^2.2.1", "kw-web-suite": "^2.2.1",
"normalize.css": "^5.0.0", "normalize.css": "^5.0.0",
"pygments-css": "^1.0.0", "pygments-css": "^1.0.0",
"vtk.js": "^2.10.8", "tachyons-sass": "^4.7.1",
"vtk.js": "^2.11.1",
"webpack": "^1.14.0", "webpack": "^1.14.0",
"webpack-stream": "^3.2.0" "webpack-stream": "^3.2.0"
} }
......
...@@ -5827,6 +5827,16 @@ table@^3.7.8: ...@@ -5827,6 +5827,16 @@ table@^3.7.8:
slice-ansi "0.0.4" slice-ansi "0.0.4"
string-width "^2.0.0" string-width "^2.0.0"
tachyons-sass@^4.7.1:
version "4.7.1"
resolved "https://registry.yarnpkg.com/tachyons-sass/-/tachyons-sass-4.7.1.tgz#b039eaf8c633189a32f546e8e28a764cb3ee4cfb"
dependencies:
tachyons "^4.6.1"
tachyons@^4.6.1:
version "4.6.2"
resolved "https://registry.yarnpkg.com/tachyons/-/tachyons-4.6.2.tgz#cf006fd516763e735b33565fc21b8b3616a012c8"
tapable@^0.1.8, tapable@~0.1.8: tapable@^0.1.8, tapable@~0.1.8:
version "0.1.10" version "0.1.10"
resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.1.10.tgz#29c35707c2b70e50d07482b5d202e8ed446dafd4" resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.1.10.tgz#29c35707c2b70e50d07482b5d202e8ed446dafd4"
...@@ -6203,9 +6213,9 @@ vm-browserify@0.0.4: ...@@ -6203,9 +6213,9 @@ vm-browserify@0.0.4:
dependencies: dependencies:
indexof "0.0.1" indexof "0.0.1"
vtk.js@^2.10.8: vtk.js@^2.11.1:
version "2.10.8" version "2.11.1"
resolved "https://registry.yarnpkg.com/vtk.js/-/vtk.js-2.10.8.tgz#f950100e9b1404317748029e8a329d124e8a2cf2" resolved "https://registry.yarnpkg.com/vtk.js/-/vtk.js-2.11.1.tgz#78cd933dce5502a6b0e5703b25445054e117dba7"
dependencies: dependencies:
blueimp-md5 "2.3.0" blueimp-md5 "2.3.0"
commander "2.9.0" commander "2.9.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment