diff --git a/package-lock.json b/package-lock.json index 4d1d0d137fd9b67a8de8038077e8e9c7ea378169..a923de0a6a0e260842d9b46498c35abd9bc22ee5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,6 @@ "": { "name": "nshmp-apps", "version": "0.0.0", - "hasInstallScript": true, "dependencies": { "@angular/animations": "^13.2.6", "@angular/cdk": "^13.2.6", @@ -21,7 +20,7 @@ "@angular/router": "^13.2.6", "@ghsc/disagg-d3": "^0.6.0", "@ghsc/nshmp-template": "^13.0.1", - "@ghsc/nshmp-utils": "^4.3.0", + "@ghsc/nshmp-utils": "^4.4.0", "@mapbox/mapbox-gl-geocoder": "^5.0.0", "@ngrx/effects": "^13.0.2", "@ngrx/router-store": "^13.0.2", @@ -3653,16 +3652,16 @@ } }, "node_modules/@ghsc/nshmp-utils": { - "version": "4.3.0", - "resolved": "https://code.usgs.gov/api/v4/projects/1414/packages/npm/@ghsc/nshmp-utils/-/@ghsc/nshmp-utils-4.3.0.tgz", - "integrity": "sha1-QKHoSTtDIXlm4XeXOGK0fy/Sxho=", + "version": "4.4.0", + "resolved": "https://code.usgs.gov/api/v4/projects/1414/packages/npm/@ghsc/nshmp-utils/-/@ghsc/nshmp-utils-4.4.0.tgz", + "integrity": "sha1-l5Eas0KsOvGc+Mdc3tAqELXEelY=", "dependencies": { "@mapbox/geojson-extent": "^1.0.0", "change-case": "^4.1.2", "d3-format": "^1.4.5", "geojson": "^0.5.0", "mapbox-gl": "^2.1.1", - "plotly.js-dist-min": "^2.11.0" + "plotly.js": "^2.11.1" } }, "node_modules/@ghsc/nshmp-utils/node_modules/@mapbox/mapbox-gl-supported": { @@ -22733,11 +22732,6 @@ "world-calendars": "^1.0.3" } }, - "node_modules/plotly.js-dist-min": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-2.11.1.tgz", - "integrity": "sha512-F9WWNht0D3yBLZGHbLoJNfvplXvy+GUPSsA/lCbMuYd/UwzSu6Vmyprxlps9Einw1LDS1hYBrJeioK0lE3ieXA==" - }, "node_modules/plotly.js/node_modules/d3-color": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-1.4.1.tgz", @@ -31798,16 +31792,16 @@ } }, "@ghsc/nshmp-utils": { - "version": "4.3.0", - "resolved": "https://code.usgs.gov/api/v4/projects/1414/packages/npm/@ghsc/nshmp-utils/-/@ghsc/nshmp-utils-4.3.0.tgz", - "integrity": "sha1-QKHoSTtDIXlm4XeXOGK0fy/Sxho=", + "version": "4.4.0", + "resolved": "https://code.usgs.gov/api/v4/projects/1414/packages/npm/@ghsc/nshmp-utils/-/@ghsc/nshmp-utils-4.4.0.tgz", + "integrity": "sha1-l5Eas0KsOvGc+Mdc3tAqELXEelY=", "requires": { "@mapbox/geojson-extent": "^1.0.0", "change-case": "^4.1.2", "d3-format": "^1.4.5", "geojson": "^0.5.0", "mapbox-gl": "^2.1.1", - "plotly.js-dist-min": "^2.11.0" + "plotly.js": "^2.11.1" }, "dependencies": { "@mapbox/mapbox-gl-supported": { @@ -46378,11 +46372,6 @@ } } }, - "plotly.js-dist-min": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-2.11.1.tgz", - "integrity": "sha512-F9WWNht0D3yBLZGHbLoJNfvplXvy+GUPSsA/lCbMuYd/UwzSu6Vmyprxlps9Einw1LDS1hYBrJeioK0lE3ieXA==" - }, "polybooljs": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/polybooljs/-/polybooljs-1.2.0.tgz", diff --git a/package.json b/package.json index 728f08861a70c91f15c2f772460466cf8169aee1..c5e207f549b664074f2ce8e022674b8726a30faf 100644 --- a/package.json +++ b/package.json @@ -2,18 +2,17 @@ "name": "nshmp-apps", "version": "0.0.0", "scripts": { - "build": "npm run plotly && ng build nshmp-apps", - "build:prod": "npm run plotly && ng build nshmp-apps --configuration production", + "build": "ng build nshmp-apps", + "build:prod": "ng build nshmp-apps --configuration production", "e2e": "ng e2e nshmp-apps", "gts:fix": "gts fix", "lint": "ng lint", "fix": "ng lint --fix", "ng": "ng", "plotly": "env bash scripts/check-plotly.sh", - "postinstall": "npm run plotly", "pre-commit": "pretty-quick --staged", - "start": "npm run plotly && ng serve nshmp-apps", - "start:prod": "npm run plotly && ng serve nshmp-apps --configuration production", + "start": "ng serve nshmp-apps", + "start:prod": "ng serve nshmp-apps --configuration production", "test": "ng test nshmp-apps" }, "private": true, @@ -30,7 +29,7 @@ "@angular/router": "^13.2.6", "@ghsc/disagg-d3": "^0.6.0", "@ghsc/nshmp-template": "^13.0.1", - "@ghsc/nshmp-utils": "^4.3.0", + "@ghsc/nshmp-utils": "^4.4.0", "@mapbox/mapbox-gl-geocoder": "^5.0.0", "@ngrx/effects": "^13.0.2", "@ngrx/router-store": "^13.0.2",