Commit 83568716 by Torkel Ödegaard

grid: updated gridstack to use grafana fork

parent a2a4325b
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
"dependencies": { "dependencies": {
"eventemitter3": "^2.0.2", "eventemitter3": "^2.0.2",
"gaze": "^1.1.2", "gaze": "^1.1.2",
"gridstack": "^0.3.0", "gridstack": "https://github.com/grafana/gridstack.js#grafana",
"grunt-jscs": "3.0.1", "grunt-jscs": "3.0.1",
"grunt-sass-lint": "^0.2.2", "grunt-sass-lint": "^0.2.2",
"grunt-sync": "^0.6.2", "grunt-sync": "^0.6.2",
......
...@@ -1741,9 +1741,9 @@ graceful-fs@~1.2.0: ...@@ -1741,9 +1741,9 @@ graceful-fs@~1.2.0:
version "1.0.1" version "1.0.1"
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
gridstack@^0.3.0: "gridstack@https://github.com/grafana/gridstack.js#grafana":
version "0.3.0" version "1.0.0-dev"
resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-0.3.0.tgz#be1c7891f3fbd2af60f9d60f4c7d517a30d3bb78" resolved "https://github.com/grafana/gridstack.js#bd40b3fe4dafc99350145c7b4761d8693593f6fe"
dependencies: dependencies:
jquery "^3.1.0" jquery "^3.1.0"
jquery-ui "^1.12.0" jquery-ui "^1.12.0"
...@@ -1934,12 +1934,12 @@ grunt-sass-lint@^0.2.2: ...@@ -1934,12 +1934,12 @@ grunt-sass-lint@^0.2.2:
dependencies: dependencies:
sass-lint "^1.10.2" sass-lint "^1.10.2"
grunt-sass@^1.2.1: grunt-sass@^2.0.0:
version "1.2.1" version "2.0.0"
resolved "https://registry.yarnpkg.com/grunt-sass/-/grunt-sass-1.2.1.tgz#fb87b6caac46fb32d45177fd2e4b6ff7468c1919" resolved "https://registry.yarnpkg.com/grunt-sass/-/grunt-sass-2.0.0.tgz#9074cf9d7b4592e20f7788caa727b8f9aa06b60a"
dependencies: dependencies:
each-async "^1.0.0" each-async "^1.0.0"
node-sass "^3.7.0" node-sass "^4.0.0"
object-assign "^4.0.1" object-assign "^4.0.1"
grunt-string-replace@~1.3.1: grunt-string-replace@~1.3.1:
...@@ -2836,6 +2836,10 @@ lodash.keys@^3.0.0: ...@@ -2836,6 +2836,10 @@ lodash.keys@^3.0.0:
lodash.isarguments "^3.0.0" lodash.isarguments "^3.0.0"
lodash.isarray "^3.0.0" lodash.isarray "^3.0.0"
lodash.mergewith@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.0.tgz#150cf0a16791f5903b8891eab154609274bdea55"
lodash@3.7.x: lodash@3.7.x:
version "3.7.0" version "3.7.0"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.7.0.tgz#3678bd8ab995057c07ade836ed2ef087da811d45" resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.7.0.tgz#3678bd8ab995057c07ade836ed2ef087da811d45"
...@@ -3171,9 +3175,9 @@ node-pre-gyp@^0.6.29: ...@@ -3171,9 +3175,9 @@ node-pre-gyp@^0.6.29:
tar "~2.2.1" tar "~2.2.1"
tar-pack "~3.3.0" tar-pack "~3.3.0"
node-sass@^3.7.0: node-sass@^4.0.0:
version "3.13.1" version "4.5.3"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-3.13.1.tgz#7240fbbff2396304b4223527ed3020589c004fc2" resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.5.3.tgz#d09c9d1179641239d1b97ffc6231fdcec53e1568"
dependencies: dependencies:
async-foreach "^0.1.3" async-foreach "^0.1.3"
chalk "^1.1.1" chalk "^1.1.1"
...@@ -3184,13 +3188,15 @@ node-sass@^3.7.0: ...@@ -3184,13 +3188,15 @@ node-sass@^3.7.0:
in-publish "^2.0.0" in-publish "^2.0.0"
lodash.assign "^4.2.0" lodash.assign "^4.2.0"
lodash.clonedeep "^4.3.2" lodash.clonedeep "^4.3.2"
lodash.mergewith "^4.6.0"
meow "^3.7.0" meow "^3.7.0"
mkdirp "^0.5.1" mkdirp "^0.5.1"
nan "^2.3.2" nan "^2.3.2"
node-gyp "^3.3.1" node-gyp "^3.3.1"
npmlog "^4.0.0" npmlog "^4.0.0"
request "^2.61.0" request "^2.79.0"
sass-graph "^2.1.1" sass-graph "^2.1.1"
stdout-stream "^1.4.0"
"nomnom@>= 1.5.x": "nomnom@>= 1.5.x":
version "1.8.1" version "1.8.1"
...@@ -3647,7 +3653,7 @@ readable-stream@1.1: ...@@ -3647,7 +3653,7 @@ readable-stream@1.1:
isarray "0.0.1" isarray "0.0.1"
string_decoder "~0.10.x" string_decoder "~0.10.x"
readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.5: readable-stream@^2.0.0, "readable-stream@^2.0.0 || ^1.1.13", readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.5:
version "2.2.2" version "2.2.2"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.2.tgz#a9e6fec3c7dda85f8bb1b3ba7028604556fc825e" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.2.2.tgz#a9e6fec3c7dda85f8bb1b3ba7028604556fc825e"
dependencies: dependencies:
...@@ -3765,7 +3771,7 @@ request-progress@~2.0.1: ...@@ -3765,7 +3771,7 @@ request-progress@~2.0.1:
dependencies: dependencies:
throttleit "^1.0.0" throttleit "^1.0.0"
request@2, request@^2.61.0, request@^2.79.0, request@~2.79.0: request@2, request@^2.79.0, request@~2.79.0:
version "2.79.0" version "2.79.0"
resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de" resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de"
dependencies: dependencies:
...@@ -4137,6 +4143,12 @@ statuses@1, "statuses@>= 1.3.1 < 2", statuses@~1.3.0: ...@@ -4137,6 +4143,12 @@ statuses@1, "statuses@>= 1.3.1 < 2", statuses@~1.3.0:
version "1.3.1" version "1.3.1"
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e" resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e"
stdout-stream@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/stdout-stream/-/stdout-stream-1.4.0.tgz#a2c7c8587e54d9427ea9edb3ac3f2cd522df378b"
dependencies:
readable-stream "^2.0.1"
stream-buffers@^2.1.0: stream-buffers@^2.1.0:
version "2.2.0" version "2.2.0"
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4" resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment