This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
cna-template/template/frameworks/webdriverio
create-nuxt-app/test/snapshots Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 33 "test:e2e" : " wdio wdio.conf.js"
44 },
55 "devDependencies" : {
6- "@wdio/cli" : " ^7.16.11 " ,
7- "@wdio/local-runner" : " ^7.16.11 " ,
8- "@wdio/mocha-framework" : " ^7.16.11 " ,
9- "@wdio/spec-reporter" : " ^7.16.11 " ,
10- "@wdio/sync" : " ^7.16.11 " ,
11- "eslint-plugin-wdio" : " ^7.4.2 " ,
12- "webdriverio" : " ^7.16.11 "
6+ "@wdio/cli" : " ^7.17.4 " ,
7+ "@wdio/local-runner" : " ^7.17.4 " ,
8+ "@wdio/mocha-framework" : " ^7.17.3 " ,
9+ "@wdio/spec-reporter" : " ^7.17.3 " ,
10+ "@wdio/sync" : " ^7.17.4 " ,
11+ "eslint-plugin-wdio" : " ^7.17.4 " ,
12+ "webdriverio" : " ^7.17.4 "
1313 }
1414}
Original file line number Diff line number Diff line change @@ -3008,13 +3008,13 @@ Generated by [AVA](https://avajs.dev).
30083008 'vue-template-compiler': '^2.6.14',
30093009 },
30103010 devDependencies: {
3011- '@wdio/cli': '^7.16.11 ',
3012- '@wdio/local-runner': '^7.16.11 ',
3013- '@wdio/mocha-framework': '^7.16.11 ',
3014- '@wdio/spec-reporter': '^7.16.11 ',
3015- '@wdio/sync': '^7.16.11 ',
3016- 'eslint-plugin-wdio': '^7.4.2 ',
3017- webdriverio: '^7.16.11 ',
3011+ '@wdio/cli': '^7.17.4 ',
3012+ '@wdio/local-runner': '^7.17.4 ',
3013+ '@wdio/mocha-framework': '^7.17.3 ',
3014+ '@wdio/spec-reporter': '^7.17.3 ',
3015+ '@wdio/sync': '^7.17.4 ',
3016+ 'eslint-plugin-wdio': '^7.17.4 ',
3017+ webdriverio: '^7.17.4 ',
30183018 },
30193019 private: true,
30203020 scripts: {
You can’t perform that action at this time.
0 commit comments