Skip to content

Commit

Permalink
deps: remove duplicate ui-router dependency
Browse files Browse the repository at this point in the history
Removes a duplicated dependency.
  • Loading branch information
jniles committed Sep 22, 2020
1 parent 9bba090 commit a9bbf09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"angular-translate-loader-url": "^2.18.3",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-grid": "^4.8.5",
"angular-ui-router": "^1.0.28",
"body-parser": "^1.18.3",
"bootstrap": "^3.3.0",
"chart.js": "^2.9.3",
Expand Down
16 changes: 1 addition & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,7 @@
"@octokit/plugin-request-log" "^1.0.0"
"@octokit/plugin-rest-endpoint-methods" "4.2.0"

"@octokit/types@^5.0.0", "@octokit/types@^5.0.1", "@octokit/types@^5.3.0":
version "5.4.1"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.4.1.tgz#d5d5f2b70ffc0e3f89467c3db749fa87fc3b7031"
integrity sha512-OlMlSySBJoJ6uozkr/i03nO5dlYQyE05vmQNZhAh9MyO4DPBP88QlwsDVLmVjIMFssvIZB6WO0ctIGMRG+xsJQ==
dependencies:
"@types/node" ">= 8"

"@octokit/types@^5.5.0":
"@octokit/types@^5.0.0", "@octokit/types@^5.0.1", "@octokit/types@^5.3.0", "@octokit/types@^5.5.0":
version "5.5.0"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-5.5.0.tgz#e5f06e8db21246ca102aa28444cdb13ae17a139b"
integrity sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==
Expand Down Expand Up @@ -595,13 +588,6 @@ angular-ui-grid@^4.8.5:
dependencies:
angular ">=1.4.0 1.7.x"

angular-ui-router@^1.0.28:
version "1.0.28"
resolved "https://registry.yarnpkg.com/angular-ui-router/-/angular-ui-router-1.0.28.tgz#36cb14cc292947d7087deabbfa3701afc12a6d17"
integrity sha512-BhcaW/ac+6/Ps9to9tHEuCG3LHgatD5mL0a6WRie4mBxdOjaEqNMB6SIB0l7qNpJMhMsi3m2SRMknk52rZCQQg==
dependencies:
"@uirouter/core" "6.0.6"

"angular@>=1.2.22 <2", angular@^1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/angular/-/angular-1.8.0.tgz#b1ec179887869215cab6dfd0df2e42caa65b1b51"
Expand Down

0 comments on commit a9bbf09

Please sign in to comment.