Skip to content

Commit

Permalink
fix(lib): updated the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Apr 20, 2021
1 parent fbaeac9 commit 8fa9f89
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -34,7 +34,7 @@
"@angular/router": "^11.2.10",
"@nguniversal/express-engine": "^11.2.1",
"express": "^4.15.2",
"ngx-markdown": "^11.1.2",
"ngx-markdown": "^11.1.3",
"rxjs": "^6.6.7",
"tslib": "^2.2.0",
"zone.js": "~0.10.2"
Expand All @@ -49,7 +49,7 @@
"@schematics/angular": "^9.1.15",
"@types/express": "^4.17.11",
"@types/jasmine": "^3.6.9",
"@types/node": "^12.20.9",
"@types/node": "^12.20.10",
"angular-cli-ghpages": "^1.0.0-rc.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
Expand All @@ -64,6 +64,6 @@
"release-it": "^14.6.1",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "^4.0.7"
"typescript": "4.0.7"
}
}
4 changes: 2 additions & 2 deletions projects/ngx-mailto/package.json
@@ -1,6 +1,6 @@
{
"name": "ngx-mailto",
"version": "1.0.4",
"version": "1.0.5",
"description": "Angular library simplifying generation of mailto links with TS",
"homepage": "https://anthonynahas.github.io/ngx-mailto/",
"author": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"release:patch": "../../node_modules/.bin/release-it --patch --ci ",
"release:minor": "../../node_modules/.bin/release-it --minor --ci",
"release:major": "../../node_modules/.bin/release-it --major --ci --no-git.requireCleanWorkingDir",
"release:version": "../../node_modules/.bin/release-it 1.0.4 --ci --no-git.requireCleanWorkingDir",
"release:version": "../../node_modules/.bin/release-it 1.0.5 --ci --no-git.requireCleanWorkingDir",
"ng:test": "../../node_modules/.bin/ng test ngx-mailto",
"test": "../../node_modules/.bin/jest --coverage",
"test:watch": "../../node_modules/.bin/jest --coverage --watch"
Expand Down

0 comments on commit 8fa9f89

Please sign in to comment.