Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 459a62c

Browse files
authoredOct 4, 2023
Update dependency jasmine to v5
1 parent 425f9a6 commit 459a62c

File tree

2 files changed

+457
-85
lines changed

2 files changed

+457
-85
lines changed
 

‎package-lock.json

Lines changed: 455 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"description": "This API Test Automation framework is designed using Request node module, Protractor, Jasmine and TypeScript",
55
"main": "conf.js",
66
"dependencies": {
7-
"jasmine": "^4.5.0",
7+
"jasmine": "^5.0.0",
88
"protractor": "^7.0.0",
99
"protractor-beautiful-reporter": "^1.3.6",
1010
"request": "^2.88.2",
1111
"rimraf": "^5.0.0",
1212
"typescript": "^5.0.0"
1313
},
1414
"devDependencies": {
15-
"@types/jasmine": "^4.3.1",
15+
"@types/jasmine": "^5.0.0",
1616
"@types/node": "^18.11.13",
1717
"npm-check-updates": "^16.5.6",
1818
"tslint": "^5.20.1",

0 commit comments

Comments
 (0)
Please sign in to comment.