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

update deps

parent 6c877044
No related branches found
No related tags found
1 merge request!23Updates
This diff is collapsed.
...@@ -2,12 +2,13 @@ ...@@ -2,12 +2,13 @@
"name": "example", "name": "example",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build", "build": "ng build",
"test": "ng test", "e2e": "ng e2e",
"fix": "ng lint --fix",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e" "ng": "ng",
"start": "ng serve",
"test": "ng test"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
...@@ -28,13 +29,28 @@ ...@@ -28,13 +29,28 @@
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~13.2.6", "@angular-devkit/build-angular": "~13.2.6",
"@angular-eslint/builder": "13.5.0",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/schematics": "13.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "~13.2.6", "@angular/cli": "~13.2.6",
"@angular/compiler-cli": "~13.2.6", "@angular/compiler-cli": "~13.2.6",
"@types/geojson": "^7946.0.7", "@types/geojson": "^7946.0.7",
"@types/jasmine": "~3.6.0", "@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3", "@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1", "@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"codelyzer": "^6.0.0", "codelyzer": "^6.0.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"eslint-plugin-unused-imports": "^2.0.0",
"gts": "^3.1.0",
"jasmine-core": "~3.6.0", "jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0", "jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.17", "karma": "~6.3.17",
......
This diff is collapsed.
...@@ -18,20 +18,19 @@ ...@@ -18,20 +18,19 @@
}, },
"license": "CC0-1.0", "license": "CC0-1.0",
"devDependencies": { "devDependencies": {
"@types/d3": "^7.1.0", "@types/d3": "^7.4.0",
"@types/node": "^14.6.0", "@types/node": "^16.11.56",
"eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-simple-import-sort": "^7.0.0",
"gts": "^3.1.0", "gts": "^3.1.0",
"husky": "^7.0.4", "husky": "^8.0.1",
"prettier": "^2.1.0",
"pretty-quick": "^3.0.0", "pretty-quick": "^3.0.0",
"tslint": "^6.1.3", "tslint": "^6.1.3",
"tslint-etc": "^1.13.6", "tslint-etc": "^1.13.6",
"typescript": "^4.0.2" "typescript": "^4.4.4"
}, },
"dependencies": { "dependencies": {
"@ghsc/nshmp-web-utils": "^1.0.0", "@ghsc/nshmp-web-utils": "^1.5.1",
"d3": "^7.3.0" "d3": "^7.6.1"
}, },
"publishConfig": { "publishConfig": {
"@ghsc:registry": "https://code.usgs.gov/api/v4/projects/4335/packages/npm/" "@ghsc:registry": "https://code.usgs.gov/api/v4/projects/4335/packages/npm/"
......
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