Skip to content

Commit

Permalink
chore: update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
morellexf13 committed Jan 12, 2023
1 parent 9d32ffb commit acc13a7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 44 deletions.
66 changes: 26 additions & 40 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-webdriver",
"version": "1.0.1",
"version": "1.0.2",
"description": "Appium Selenium Webdriver Starter Boilerplate for NodeJS with Mocha & AWS Devicefarm insights. Test your mobile apps with ease!",
"scripts": {
"test": "mocha test/specs/index.js --timeout 200000",
Expand All @@ -15,14 +15,14 @@
},
"license": "MIT",
"dependencies": {
"chai": "^4.3.6",
"chai": "^4.3.7",
"wd": "^1.14.0"
},
"devDependencies": {
"mocha": "^10.0.0",
"mocha": "^10.2.0",
"mocha-allure-reporter": "^1.4.0",
"mocha-json-output-reporter": "^2.0.1",
"npm-bundle": "^3.0.3",
"npm-pack-zip": "^1.2.7"
"npm-pack-zip": "^1.3.0"
}
}

0 comments on commit acc13a7

Please sign in to comment.