Compare commits

...

3 Commits

Author SHA1 Message Date
f70f7fe9d9 Update dependency rxjs to v7
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2022-04-18 15:39:21 +00:00
381a7a450e Merge pull request 'Update dependency ts-node to v10' (#27) from renovate_ts-node-10.x into master
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/head There was a failure building this commit
Reviewed-on: #27
2022-04-18 15:35:50 +00:00
8e7225fc60 Update dependency ts-node to v10
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2022-04-18 15:31:57 +00:00
2 changed files with 271 additions and 13854 deletions

14121
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
"@angular/router": "^13.3.3",
"core-js": "^2.6.12",
"luxon": "^2.3.2",
"rxjs": "^6.6.7",
"rxjs": "^7.0.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.5"
},
@ -44,7 +44,7 @@
"karma-jasmine": "~4.0.2",
"karma-jasmine-html-reporter": "^1.5.4",
"protractor": "~7.0.0",
"ts-node": "~5.0.1",
"ts-node": "~10.7.0",
"tslint": "~6.1.0",
"typescript": "~4.6.3"
}