Skip to content
Snippets Groups Projects
Commit 8bed3368 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update deps

parent 9d5a9ff0
No related branches found
No related tags found
1 merge request!553/ws/nshmp Application
......@@ -21,8 +21,8 @@
"@bluehalo/ngx-leaflet": "^19.0.0",
"@compodoc/compodoc": "^1.1.26",
"@ghsc/disagg-d3": "^0.13.0",
"@ghsc/nshmp-lib-ng": "^19.5.3",
"@ghsc/nshmp-template": "^19.4.5",
"@ghsc/nshmp-lib-ng": "^19.5.4",
"@ghsc/nshmp-template": "^19.4.6",
"@ghsc/nshmp-utils-ts": "^3.12.1",
"angular-plotly.js": "^6.0.0",
"d3": "^7.9.0",
......@@ -3685,9 +3685,9 @@
}
},
"node_modules/@ghsc/nshmp-lib-ng": {
"version": "19.5.3",
"resolved": "https://code.usgs.gov/api/v4/projects/12416/packages/npm/@ghsc/nshmp-lib-ng/-/@ghsc/nshmp-lib-ng-19.5.3.tgz",
"integrity": "sha1-09LAaSJc3AWRvehcacP9d8qsoVQ=",
"version": "19.5.4",
"resolved": "https://code.usgs.gov/api/v4/projects/12416/packages/npm/@ghsc/nshmp-lib-ng/-/@ghsc/nshmp-lib-ng-19.5.4.tgz",
"integrity": "sha1-XQwpNIi4mili9EFZfrSgiskZ/Aw=",
"dependencies": {
"tslib": "^2.3.0"
},
......@@ -3697,9 +3697,9 @@
}
},
"node_modules/@ghsc/nshmp-template": {
"version": "19.4.5",
"resolved": "https://code.usgs.gov/api/v4/projects/1416/packages/npm/@ghsc/nshmp-template/-/@ghsc/nshmp-template-19.4.5.tgz",
"integrity": "sha1-ZhAfjr0MfCgwwJDU0hLo1Q5W+uA=",
"version": "19.4.6",
"resolved": "https://code.usgs.gov/api/v4/projects/1416/packages/npm/@ghsc/nshmp-template/-/@ghsc/nshmp-template-19.4.6.tgz",
"integrity": "sha1-dGj/SVA6FFZqZVME/y3lFX4tFik=",
"dependencies": {
"tslib": "^2.3.1"
},
......
......@@ -4,9 +4,10 @@
"scripts": {
"analyze": "npm run build:stats && webpack-bundle-analyzer dist/nshmp-apps/stats.json",
"build": "ng build nshmp-apps && ng build nshmp-ws",
"build:prod": "npm run build:apps:prod && npm run build:ws:prod ",
"build:prod": "npm run build:apps:prod && npm run build:ws:prod && npm run build:designmaps:prod",
"build:apps:prod": "ng build nshmp-apps --configuration production",
"build:ws:prod": "ng build nshmp-ws --configuration production",
"build:designmaps:prod": "ng build nshmp-ws --configuration designmaps",
"build:stats": "npm run build:prod -- --stats-json",
"compodoc": "compodoc",
"compodoc:build": "bash scripts/build-docs.sh",
......@@ -48,8 +49,8 @@
"@bluehalo/ngx-leaflet": "^19.0.0",
"@compodoc/compodoc": "^1.1.26",
"@ghsc/disagg-d3": "^0.13.0",
"@ghsc/nshmp-lib-ng": "^19.5.3",
"@ghsc/nshmp-template": "^19.4.5",
"@ghsc/nshmp-lib-ng": "^19.5.4",
"@ghsc/nshmp-template": "^19.4.6",
"@ghsc/nshmp-utils-ts": "^3.12.1",
"angular-plotly.js": "^6.0.0",
"d3": "^7.9.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment