Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnih committed Oct 1, 2021
1 parent 44d0b0c commit 70c51fb
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ testem.log
# System Files
.DS_Store
Thumbs.db
projects/ngx-explorer/node_modules
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~3.9.5"
"typescript": "~3.9.5",
"nth-check": ">=2.0.1",
"set-value": ">=4.0.1",
"ua-parser-js": ">=0.7.24",
"ini": ">=1.3.6",
"object-path": ">=0.11.8"
}
}
13 changes: 13 additions & 0 deletions projects/ngx-explorer/package-lock.json

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

2 changes: 1 addition & 1 deletion projects/ngx-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"dependencies": {
"tslib": "^2.0.0"
}
}
}

0 comments on commit 70c51fb

Please sign in to comment.