Skip to content

Commit

Permalink
bumped wdio to version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
nxmatic committed Jan 15, 2024
1 parent 2305f0d commit 6db6248
Show file tree
Hide file tree
Showing 3 changed files with 2,420 additions and 586 deletions.
48 changes: 26 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,48 @@
{
"pnpm": {
"overrides": {
"fibers": "^5.0.0"
}
},
"name": "nuxeo-extension",
"private": true,
"engines": {
"node": ">=10.12.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"@wdio/cli": "^5.12.5",
"@wdio/cucumber-framework": "^5.12.3",
"@wdio/local-runner": "^5.12.5",
"@wdio/selenium-standalone-service": "^5.12.1",
"@wdio/spec-reporter": "^5.12.1",
"@wdio/sync": "^5.12.3",
"babel-eslint": "^10.0.3",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/register": "^7.23.7",
"@wdio/cli": "^8.27.2",
"@wdio/cucumber-framework": "^8.27.2",
"@wdio/local-runner": "^8.27.2",
"@wdio/spec-reporter": "^8.27.2",
"@wdio/mocha-framework": "^8.27.2",
"babel-eslint": "^10.1.0",
"del": "^5.1.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.29.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cheerio": "^0.6.3",
"gulp-chrome-manifest": "0.0.13",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-filter": "^6.0.0",
"gulp-livereload": "^4.0.1",
"gulp-load-plugins": "^2.0.1",
"gulp-replace": "^1.0.0",
"gulp-livereload": "^4.0.2",
"gulp-load-plugins": "^2.0.8",
"gulp-replace": "^1.1.4",
"gulp-size": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-zip": "^5.0.0",
"gulp-zip": "^5.1.0",
"list-directory-contents": "0.0.3",
"merge-stream": "^2.0.0",
"moment": "^2.24.0",
"request-promise": "^4.2.4",
"moment": "^2.30.1",
"request-promise": "^4.2.6",
"run-sequence": "^2.2.1",
"wdio-cucumberjs-json-reporter": "^1.1.0",
"webdriverio": "^5.12.5",
"wdio-cucumberjs-json-reporter": "^5.1.8",
"webdriverio": "^5.23.0",
"wiredep": "^4.0.0"
},
"eslintConfig": {
Expand All @@ -64,7 +68,7 @@
"test": "./node_modules/.bin/wdio wdio.conf.js"
},
"dependencies": {
"chai": "^4.2.0",
"chai": "^4.4.1",
"cucumber": "^5.1.0",
"nuxeo": "3.14.0",
"sinon-chrome": "^3.0.1",
Expand Down
Loading

0 comments on commit 6db6248

Please sign in to comment.