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 +12
-12
lines changed
cna-template/template/frameworks/webdriverio
create-nuxt-app/test/snapshots Expand file tree Collapse file tree 3 files changed +12
-12
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.7.4 " ,
7- "@wdio/local-runner" : " ^7.7.4 " ,
8- "@wdio/mocha-framework" : " ^7.7.4 " ,
9- "@wdio/spec-reporter" : " ^7.7.3 " ,
10- "@wdio/sync" : " ^7.7.4 " ,
6+ "@wdio/cli" : " ^7.10.0 " ,
7+ "@wdio/local-runner" : " ^7.10.0 " ,
8+ "@wdio/mocha-framework" : " ^7.10.0 " ,
9+ "@wdio/spec-reporter" : " ^7.10.0 " ,
10+ "@wdio/sync" : " ^7.10.0 " ,
1111 "eslint-plugin-wdio" : " ^7.4.2" ,
12- "webdriverio" : " ^7.7.4 "
12+ "webdriverio" : " ^7.10.0 "
1313 }
1414}
Original file line number Diff line number Diff line change @@ -2896,13 +2896,13 @@ Generated by [AVA](https://avajs.dev).
28962896 nuxt: '^2.15.7',
28972897 },
28982898 devDependencies: {
2899- '@wdio/cli': '^7.7.4 ',
2900- '@wdio/local-runner': '^7.7.4 ',
2901- '@wdio/mocha-framework': '^7.7.4 ',
2902- '@wdio/spec-reporter': '^7.7.3 ',
2903- '@wdio/sync': '^7.7.4 ',
2899+ '@wdio/cli': '^7.10.0 ',
2900+ '@wdio/local-runner': '^7.10.0 ',
2901+ '@wdio/mocha-framework': '^7.10.0 ',
2902+ '@wdio/spec-reporter': '^7.10.0 ',
2903+ '@wdio/sync': '^7.10.0 ',
29042904 'eslint-plugin-wdio': '^7.4.2',
2905- webdriverio: '^7.7.4 ',
2905+ webdriverio: '^7.10.0 ',
29062906 },
29072907 private: true,
29082908 scripts: {
You can’t perform that action at this time.
0 commit comments