Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalpopov committed Aug 25, 2022
1 parent cbcb38d commit 8f2bee6
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 81 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
.angular
/dist
/tmp
/out-tsc
Expand Down
155 changes: 81 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@angular/platform-browser": "^14.1.3",
"@angular/platform-browser-dynamic": "^14.1.3",
"@angular/router": "^14.1.3",
"@fortawesome/angular-fontawesome": "^0.10.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"d3": "^7.1.1",
"@fortawesome/angular-fontawesome": "^0.11.1",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"d3": "^7.6.1",
"rxjs": "^7.5.6",
"topojson-client": "^3.1.0",
"tslib": "^2.3.0",
Expand All @@ -35,7 +35,7 @@
"@angular-devkit/build-angular": "^14.1.3",
"@angular/cli": "^14.1.3",
"@angular/compiler-cli": "^14.1.3",
"@types/d3": "^7.1.0",
"@types/d3": "^7.4.0",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"@types/topojson-client": "^3.1.0",
Expand Down

0 comments on commit 8f2bee6

Please sign in to comment.