mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech: reverted to systemjs
This commit is contained in:
parent
7aa753a25f
commit
9bfda72a55
@ -50,7 +50,7 @@
|
|||||||
"phantomjs-prebuilt": "^2.1.15",
|
"phantomjs-prebuilt": "^2.1.15",
|
||||||
"rxjs": "^5.4.3",
|
"rxjs": "^5.4.3",
|
||||||
"sass-lint": "^1.10.2",
|
"sass-lint": "^1.10.2",
|
||||||
"systemjs": "0.20.19"
|
"systemjs": "0.19.41"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./node_modules/grunt-cli/bin/grunt",
|
"build": "./node_modules/grunt-cli/bin/grunt",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
import {describe, it, expect} from 'test/lib/common';
|
import {describe, it, expect} from 'test/lib/common';
|
||||||
|
|
||||||
import queryDef from '../query_def';
|
import * as queryDef from '../query_def';
|
||||||
|
|
||||||
describe('ElasticQueryDef', function() {
|
describe('ElasticQueryDef', function() {
|
||||||
|
|
||||||
|
@ -4448,9 +4448,11 @@ systemjs-builder@^0.16.10:
|
|||||||
traceur "0.0.105"
|
traceur "0.0.105"
|
||||||
uglify-js "^2.6.1"
|
uglify-js "^2.6.1"
|
||||||
|
|
||||||
systemjs@0.20.19:
|
systemjs@0.19.41:
|
||||||
version "0.20.19"
|
version "0.19.41"
|
||||||
resolved "https://registry.yarnpkg.com/systemjs/-/systemjs-0.20.19.tgz#c2b9e79c19f4bea53a19b1ed3f974ffb463be949"
|
resolved "https://registry.yarnpkg.com/systemjs/-/systemjs-0.19.41.tgz#835d2c0f10bf403b551fedc875f84bb44a02c4eb"
|
||||||
|
dependencies:
|
||||||
|
when "^3.7.5"
|
||||||
|
|
||||||
systemjs@^0.19.46:
|
systemjs@^0.19.46:
|
||||||
version "0.19.47"
|
version "0.19.47"
|
||||||
|
Loading…
Reference in New Issue
Block a user