Skip to content

Commit 5f5e463

Browse files
committed
Updated packages
1 parent 7299b8a commit 5f5e463

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

package-lock.json

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

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
"name": "protractor-jasmine-typescript",
33
"version": "1.0.0",
44
"description": "This is Test Automation framework designed using Protractor, Jasmine and TypeScript",
5-
"homepage": "https://github.com/qaloop/protractor-jasmine-typescript",
5+
"homepage": "https://github.com/codewithmmak/protractor-jasmine-typescript",
66
"main": "conf.js",
77
"dependencies": {
88
"exceljs": "^4.3.0",
9-
"jasmine": "^4.2.1",
9+
"jasmine": "^4.5.0",
1010
"protractor": "^7.0.0",
1111
"protractor-beautiful-reporter": "^1.3.6",
12-
"typescript": "^4.7.4",
13-
"webdriver-manager": "^13.0.0"
12+
"typescript": "^4.9.5",
13+
"webdriver-manager": "^13.0.1"
1414
},
1515
"devDependencies": {
16-
"@types/jasmine": "^4.0.3",
16+
"@types/jasmine": "^4.3.1",
1717
"@types/jasminewd2": "^2.0.10",
18-
"@types/node": "^18.0.0",
18+
"@types/node": "^18.13.0",
1919
"papaparse": "^5.3.2",
20-
"rimraf": "^4.0.0",
20+
"rimraf": "^4.1.2",
2121
"tslint": "^5.20.1"
2222
},
2323
"scripts": {
@@ -40,10 +40,10 @@
4040
"webdriverJS",
4141
"automation testing"
4242
],
43-
"author": "Learning 2 Test",
43+
"author": "Code with MMAK",
4444
"license": "MIT",
4545
"repository": {
4646
"type": "git",
47-
"url": "https://github.com/qaloop/protractor-jasmine-typescript.git"
47+
"url": "https://github.com/codewithmmak/protractor-jasmine-typescript.git"
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)