Compare commits

...

2 Commits

Author SHA1 Message Date
fd86b6924c Update dependency typescript to ~4.9.0
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2023-02-01 01:03:00 +00:00
80e4425449 Update dependency @types/jasmine to ~4.3.0
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good
2023-01-31 01:02:56 +00:00
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -2147,9 +2147,9 @@
}
},
"@types/jasmine": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-4.0.3.tgz",
"integrity": "sha512-Opp1LvvEuZdk8fSSvchK2mZwhVrsNT0JgJE9Di6MjnaIpmEXM8TLCPPrVtNTYh8+5MPdY8j9bAHMu2SSfwpZJg==",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-4.3.1.tgz",
"integrity": "sha512-Vu8l+UGcshYmV1VWwULgnV/2RDbBaO6i2Ptx7nd//oJPIZGhoI1YLST4VKagD2Pq/Bc2/7zvtvhM7F3p4SN7kQ==",
"dev": true
},
"@types/jasminewd2": {
@ -9666,9 +9666,9 @@
"dev": true
},
"typescript": {
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true
},
"ua-parser-js": {

View File

@ -31,7 +31,7 @@
"@angular/cli": "~13.3.3",
"@angular/compiler-cli": "^13.3.3",
"@angular/language-service": "^13.3.3",
"@types/jasmine": "~4.0.0",
"@types/jasmine": "~4.3.0",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^16.11.27",
"@types/luxon": "^3.0.0",
@ -46,6 +46,6 @@
"protractor": "~7.0.0",
"ts-node": "~10.9.0",
"tslint": "~6.1.0",
"typescript": "~4.6.3"
"typescript": "~4.9.0"
}
}