Skip to content

Commit 21cccbe

Browse files
committed
deps: vue-bulma-tooltip v1.0.3, plotly.js v1.24.0
1 parent 7d9d541 commit 21cccbe

File tree

2 files changed

+55
-35
lines changed

2 files changed

+55
-35
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"bulma": "^0.3.2",
4040
"font-awesome": "4.7.0",
4141
"mdi": "^1.8.36",
42-
"plotly.js": "^1.23.1",
42+
"plotly.js": "^1.24.0",
4343
"vue": "^2.2.1",
4444
"vue-bulma-brace": "^0.1.0",
4545
"vue-bulma-breadcrumb": "^1.0.1",
@@ -61,7 +61,7 @@
6161
"vue-bulma-slider": "^1.0.2",
6262
"vue-bulma-switch": "^1.0.4",
6363
"vue-bulma-tabs": "^1.1.2",
64-
"vue-bulma-tooltip": "^1.0.2",
64+
"vue-bulma-tooltip": "^1.0.3",
6565
"vue-cleave": "1.1.1",
6666
"vue-handsontable": "^0.0.1",
6767
"vue-lory": "0.0.4",
@@ -73,7 +73,7 @@
7373
"wysiwyg.css": "0.0.2"
7474
},
7575
"devDependencies": {
76-
"autoprefixer": "^6.6.0",
76+
"autoprefixer": "^6.7.6",
7777
"babel-core": "^6.21.0",
7878
"babel-eslint": "^7.1.1",
7979
"babel-loader": "^6.2.10",
@@ -85,11 +85,11 @@
8585
"css-loader": "^0.26.1",
8686
"electron-devtools-installer": "^2.0.1",
8787
"eslint": "^3.12.2",
88-
"eslint-config-standard": "^6.1.0",
88+
"eslint-config-standard": "^7.0.0",
8989
"eslint-friendly-formatter": "^2.0.7",
9090
"eslint-loader": "^1.6.1",
9191
"eslint-plugin-html": "^2.0.1",
92-
"eslint-plugin-promise": "^3.4.0",
92+
"eslint-plugin-promise": "^3.5.0",
9393
"eslint-plugin-standard": "^2.0.1",
9494
"eventsource-polyfill": "^0.9.6",
9595
"express": "^4.14.0",
@@ -104,7 +104,7 @@
104104
"postcss-loader": "^1.2.1",
105105
"progress-bar-webpack-plugin": "^1.9.1",
106106
"sass-loader": "^6.0.2",
107-
"serve-favicon": "^2.3.2",
107+
"serve-favicon": "^2.4.1",
108108
"style-loader": "^0.13.1",
109109
"stylus": "^0.54.5",
110110
"stylus-loader": "^2.4.0",

yarn.lock

Lines changed: 49 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"3d-view-controls@^2.0.0":
5+
"3d-view-controls@^2.2.0":
66
version "2.2.0"
77
resolved "https://registry.yarnpkg.com/3d-view-controls/-/3d-view-controls-2.2.0.tgz#44aec9c448c27be34b3dd511ff9202ab6150dca5"
88
dependencies:
@@ -282,7 +282,7 @@ atob-lite@^1.0.0:
282282
version "1.0.0"
283283
resolved "https://registry.yarnpkg.com/atob-lite/-/atob-lite-1.0.0.tgz#b88dca6006922b962094f7556826bab31c4a296b"
284284

285-
autoprefixer@^6.3.1, autoprefixer@^6.4.1, autoprefixer@^6.6.0:
285+
autoprefixer@^6.3.1, autoprefixer@^6.4.1:
286286
version "6.7.5"
287287
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-6.7.5.tgz#50848f39dc08730091d9495023487e7cc21f518d"
288288
dependencies:
@@ -293,6 +293,17 @@ autoprefixer@^6.3.1, autoprefixer@^6.4.1, autoprefixer@^6.6.0:
293293
postcss "^5.2.15"
294294
postcss-value-parser "^3.2.3"
295295

296+
autoprefixer@^6.7.6:
297+
version "6.7.6"
298+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-6.7.6.tgz#00f05656c7ef73de9d2fd9b4668f6ef6905a855a"
299+
dependencies:
300+
browserslist "^1.7.5"
301+
caniuse-db "^1.0.30000628"
302+
normalize-range "^0.1.2"
303+
num2fraction "^1.2.2"
304+
postcss "^5.2.15"
305+
postcss-value-parser "^3.2.3"
306+
296307
aws-sign2@~0.6.0:
297308
version "0.6.0"
298309
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f"
@@ -1177,6 +1188,10 @@ caniuse-db@^1.0.30000346, caniuse-db@^1.0.30000624:
11771188
version "1.0.30000626"
11781189
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000626.tgz#44363dc86857efaf758fea9faef6a15ed93d8f33"
11791190

1191+
caniuse-db@^1.0.30000628:
1192+
version "1.0.30000628"
1193+
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000628.tgz#3d010e2a8e2537a8d135792e90e4f2ce0eb838cc"
1194+
11801195
caseless@~0.11.0:
11811196
version "0.11.0"
11821197
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7"
@@ -1623,7 +1638,7 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
16231638
parse-json "^2.2.0"
16241639
require-from-string "^1.1.0"
16251640

1626-
country-regex@^1.0.0:
1641+
country-regex@^1.1.0:
16271642
version "1.1.0"
16281643
resolved "https://registry.yarnpkg.com/country-regex/-/country-regex-1.1.0.tgz#51c333dcdf12927b7e5eeb9c10ac8112a6120896"
16291644

@@ -2244,9 +2259,9 @@ escope@^3.6.0:
22442259
esrecurse "^4.1.0"
22452260
estraverse "^4.1.1"
22462261

2247-
eslint-config-standard@^6.1.0:
2248-
version "6.2.1"
2249-
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-6.2.1.tgz#d3a68aafc7191639e7ee441e7348739026354292"
2262+
eslint-config-standard@^7.0.0:
2263+
version "7.0.0"
2264+
resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-7.0.0.tgz#4f161bc65695e4bc61331c55b9eeaca458cd99c6"
22502265

22512266
eslint-friendly-formatter@^2.0.7:
22522267
version "2.0.7"
@@ -2272,9 +2287,9 @@ eslint-plugin-html@^2.0.1:
22722287
dependencies:
22732288
htmlparser2 "^3.8.2"
22742289

2275-
eslint-plugin-promise@^3.4.0:
2276-
version "3.4.2"
2277-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.4.2.tgz#1be2793eafe2d18b5b123b8136c269f804fe7122"
2290+
eslint-plugin-promise@^3.5.0:
2291+
version "3.5.0"
2292+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.5.0.tgz#78fbb6ffe047201627569e85a6c5373af2a68fca"
22782293

22792294
eslint-plugin-standard@^2.0.1:
22802295
version "2.0.1"
@@ -2674,9 +2689,9 @@ fresh@0.3.0:
26742689
version "0.3.0"
26752690
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.3.0.tgz#651f838e22424e7566de161d8358caa199f83d4f"
26762691

2677-
fresh@0.4.0:
2678-
version "0.4.0"
2679-
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.4.0.tgz#475626a934a8d3480b2101a1d6ecef7dafd7c553"
2692+
fresh@0.5.0:
2693+
version "0.5.0"
2694+
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.0.tgz#f474ca5e6a9246d6fd8e0953cfa9b9c805afa78e"
26802695

26812696
fs.realpath@^1.0.0:
26822697
version "1.0.0"
@@ -2955,11 +2970,11 @@ gl-plot2d@^1.2.0:
29552970
glslify "^2.2.1"
29562971
text-cache "^4.1.0"
29572972

2958-
gl-plot3d@^1.5.1:
2959-
version "1.5.2"
2960-
resolved "https://registry.yarnpkg.com/gl-plot3d/-/gl-plot3d-1.5.2.tgz#bf2d528f6451db17f19668a761f4e07e67e3718c"
2973+
gl-plot3d@^1.5.2:
2974+
version "1.5.3"
2975+
resolved "https://registry.yarnpkg.com/gl-plot3d/-/gl-plot3d-1.5.3.tgz#e5224b6f5120c5ef2103f87caab7346750a08c15"
29612976
dependencies:
2962-
"3d-view-controls" "^2.0.0"
2977+
"3d-view-controls" "^2.2.0"
29632978
a-big-triangle "^1.0.0"
29642979
gl-axes3d "^1.2.5"
29652980
gl-fbo "^2.0.3"
@@ -5190,15 +5205,15 @@ planar-graph-to-polyline@^1.0.0:
51905205
two-product "^1.0.0"
51915206
uniq "^1.0.0"
51925207

5193-
plotly.js@^1.23.1:
5194-
version "1.23.1"
5195-
resolved "https://registry.yarnpkg.com/plotly.js/-/plotly.js-1.23.1.tgz#508babf14ea62698f6a46148179ae1361730c6fc"
5208+
plotly.js@^1.24.0:
5209+
version "1.24.0"
5210+
resolved "https://registry.yarnpkg.com/plotly.js/-/plotly.js-1.24.0.tgz#b6cdf2f0168d4b4ad4a1d55b48e60d97c1735d07"
51965211
dependencies:
51975212
"3d-view" "^2.0.0"
51985213
alpha-shape "^1.0.0"
51995214
arraytools "^1.0.0"
52005215
convex-hull "^1.0.3"
5201-
country-regex "^1.0.0"
5216+
country-regex "^1.1.0"
52025217
d3 "^3.5.12"
52035218
delaunay-triangulate "^1.1.6"
52045219
es6-promise "^3.0.2"
@@ -5212,7 +5227,7 @@ plotly.js@^1.23.1:
52125227
gl-mat4 "^1.1.2"
52135228
gl-mesh3d "^1.2.0"
52145229
gl-plot2d "^1.2.0"
5215-
gl-plot3d "^1.5.1"
5230+
gl-plot3d "^1.5.2"
52165231
gl-pointcloud2d "^1.0.0"
52175232
gl-scatter2d "^1.2.2"
52185233
gl-scatter2d-fancy "^1.2.1"
@@ -5224,10 +5239,11 @@ plotly.js@^1.23.1:
52245239
mapbox-gl "^0.22.0"
52255240
mouse-change "^1.4.0"
52265241
mouse-wheel "^1.0.2"
5227-
ndarray "^1.0.16"
5242+
ndarray "^1.0.18"
52285243
ndarray-fill "^1.0.1"
52295244
ndarray-homography "^1.0.0"
52305245
ndarray-ops "^1.2.2"
5246+
regl "^1.3.0"
52315247
right-now "^1.0.0"
52325248
robust-orientation "^1.1.3"
52335249
sane-topojson "^2.0.0"
@@ -5910,6 +5926,10 @@ regjsparser@^0.1.4:
59105926
dependencies:
59115927
jsesc "~0.5.0"
59125928

5929+
regl@^1.3.0:
5930+
version "1.3.0"
5931+
resolved "https://registry.yarnpkg.com/regl/-/regl-1.3.0.tgz#ccde82eff8a8a068a559581ceacbef1afea78ebd"
5932+
59135933
relateurl@0.2.x:
59145934
version "0.2.7"
59155935
resolved "https://registry.yarnpkg.com/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9"
@@ -6209,12 +6229,12 @@ sentence-case@^2.1.0:
62096229
no-case "^2.2.0"
62106230
upper-case-first "^1.1.2"
62116231

6212-
serve-favicon@^2.3.2:
6213-
version "2.4.0"
6214-
resolved "https://registry.yarnpkg.com/serve-favicon/-/serve-favicon-2.4.0.tgz#064dcdfdb0f250ae3b148eb18c8bbf3d185e3dd0"
6232+
serve-favicon@^2.4.1:
6233+
version "2.4.1"
6234+
resolved "https://registry.yarnpkg.com/serve-favicon/-/serve-favicon-2.4.1.tgz#491a860f5414dbc82e0fd9ceaf20068ffab3ee16"
62156235
dependencies:
62166236
etag "~1.8.0"
6217-
fresh "0.4.0"
6237+
fresh "0.5.0"
62186238
ms "0.7.2"
62196239
parseurl "~1.3.1"
62206240

@@ -7176,9 +7196,9 @@ vue-bulma-tabs@^1.1.2:
71767196
version "1.1.2"
71777197
resolved "https://registry.yarnpkg.com/vue-bulma-tabs/-/vue-bulma-tabs-1.1.2.tgz#162f5a459a9bd90b5fba097d61bcb1c8823c2eb8"
71787198

7179-
vue-bulma-tooltip@^1.0.2:
7180-
version "1.0.2"
7181-
resolved "https://registry.yarnpkg.com/vue-bulma-tooltip/-/vue-bulma-tooltip-1.0.2.tgz#2f86f7e70ff4a521e7b1233894bb1f1b9f1bbb3d"
7199+
vue-bulma-tooltip@^1.0.3:
7200+
version "1.0.3"
7201+
resolved "https://registry.yarnpkg.com/vue-bulma-tooltip/-/vue-bulma-tooltip-1.0.3.tgz#2ce4f48828b9851a5e3c7ffb4dbf0128e5a4ec03"
71827202
dependencies:
71837203
classnames "2.2.5"
71847204
hint.css "2.4.1"

0 commit comments

Comments
 (0)