update libraries to clean node_modules (#394)

This commit is contained in:
Anthony Dresser
2018-01-04 11:48:21 -08:00
committed by GitHub
parent 334c755118
commit e691b278ae
2 changed files with 13 additions and 13 deletions

22
npm-shrinkwrap.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "sqlops", "name": "sqlops",
"version": "0.24.1", "version": "0.25.0",
"dependencies": { "dependencies": {
"@angular/animations": { "@angular/animations": {
"version": "4.1.3", "version": "4.1.3",
@@ -63,9 +63,9 @@
"resolved": "https://registry.npmjs.org/angular2-grid/-/angular2-grid-2.0.6.tgz" "resolved": "https://registry.npmjs.org/angular2-grid/-/angular2-grid-2.0.6.tgz"
}, },
"angular2-slickgrid": { "angular2-slickgrid": {
"version": "1.2.3", "version": "1.3.6",
"from": "git://github.com/Microsoft/angular2-slickgrid.git#1.3.5", "from": "git://github.com/Microsoft/angular2-slickgrid.git#1.3.6",
"resolved": "git://github.com/Microsoft/angular2-slickgrid.git#d122015f2f3e4023394a7e485079da62f20b8356" "resolved": "git://github.com/Microsoft/angular2-slickgrid.git#01a728fcb186a3fe7c63fae7dab94ccf49cad905"
}, },
"anymatch": { "anymatch": {
"version": "1.3.2", "version": "1.3.2",
@@ -134,9 +134,9 @@
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz" "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz"
}, },
"caniuse-db": { "caniuse-db": {
"version": "1.0.30000783", "version": "1.0.30000784",
"from": "caniuse-db@>=1.0.30000161 <2.0.0", "from": "caniuse-db@>=1.0.30000161 <2.0.0",
"resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000783.tgz" "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000784.tgz"
}, },
"chart.js": { "chart.js": {
"version": "2.7.1", "version": "2.7.1",
@@ -296,9 +296,9 @@
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz" "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz"
}, },
"html-query-plan": { "html-query-plan": {
"version": "1.0.0", "version": "2.2.6",
"from": "git://github.com/anthonydresser/html-query-plan.git#2.2.5", "from": "git://github.com/anthonydresser/html-query-plan.git#2.2.6",
"resolved": "git://github.com/anthonydresser/html-query-plan.git#fbf8beac00b3870c0d3f4e95de979f7f1ec7af5d" "resolved": "git://github.com/anthonydresser/html-query-plan.git#e09ffda978113c73366b663066372f884cf75e05"
}, },
"http-proxy-agent": { "http-proxy-agent": {
"version": "0.2.7", "version": "0.2.7",
@@ -451,9 +451,9 @@
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz" "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz"
}, },
"moment": { "moment": {
"version": "2.20.0", "version": "2.20.1",
"from": "moment@>=2.15.1 <3.0.0", "from": "moment@>=2.15.1 <3.0.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.20.0.tgz" "resolved": "https://registry.npmjs.org/moment/-/moment-2.20.1.tgz"
}, },
"ms": { "ms": {
"version": "2.0.0", "version": "2.0.0",

View File

@@ -33,7 +33,7 @@
"@angular/router": "~4.1.3", "@angular/router": "~4.1.3",
"@angular/upgrade": "~4.1.3", "@angular/upgrade": "~4.1.3",
"angular2-grid": "2.0.6", "angular2-grid": "2.0.6",
"angular2-slickgrid": "git://github.com/Microsoft/angular2-slickgrid.git#1.3.5", "angular2-slickgrid": "git://github.com/Microsoft/angular2-slickgrid.git#1.3.6",
"applicationinsights": "0.17.1", "applicationinsights": "0.17.1",
"chart.js": "^2.6.0", "chart.js": "^2.6.0",
"core-js": "^2.4.1", "core-js": "^2.4.1",
@@ -45,7 +45,7 @@
"gc-signals": "^0.0.1", "gc-signals": "^0.0.1",
"getmac": "1.0.7", "getmac": "1.0.7",
"graceful-fs": "4.1.11", "graceful-fs": "4.1.11",
"html-query-plan": "git://github.com/anthonydresser/html-query-plan.git#2.2.5", "html-query-plan": "git://github.com/anthonydresser/html-query-plan.git#2.2.6",
"http-proxy-agent": "0.2.7", "http-proxy-agent": "0.2.7",
"https-proxy-agent": "0.3.6", "https-proxy-agent": "0.3.6",
"iconv-lite": "0.4.15", "iconv-lite": "0.4.15",