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.25.0 " ,
7- "@wdio/local-runner" : " ^7.25.0 " ,
8- "@wdio/mocha-framework" : " ^7.25.0 " ,
9- "@wdio/spec-reporter" : " ^7.25.0 " ,
10- "@wdio/sync" : " ^7.25.0 " ,
6+ "@wdio/cli" : " ^7.25.1 " ,
7+ "@wdio/local-runner" : " ^7.25.1 " ,
8+ "@wdio/mocha-framework" : " ^7.25.1 " ,
9+ "@wdio/spec-reporter" : " ^7.25.1 " ,
10+ "@wdio/sync" : " ^7.25.1 " ,
1111 "eslint-plugin-wdio" : " ^7.21.0" ,
12- "webdriverio" : " ^7.25.0 "
12+ "webdriverio" : " ^7.25.1 "
1313 }
1414}
Original file line number Diff line number Diff line change @@ -3174,13 +3174,13 @@ Generated by [AVA](https://avajs.dev).
31743174 'vue-template-compiler': '^2.7.10',
31753175 },
31763176 devDependencies: {
3177- '@wdio/cli': '^7.25.0 ',
3178- '@wdio/local-runner': '^7.25.0 ',
3179- '@wdio/mocha-framework': '^7.25.0 ',
3180- '@wdio/spec-reporter': '^7.25.0 ',
3181- '@wdio/sync': '^7.25.0 ',
3177+ '@wdio/cli': '^7.25.1 ',
3178+ '@wdio/local-runner': '^7.25.1 ',
3179+ '@wdio/mocha-framework': '^7.25.1 ',
3180+ '@wdio/spec-reporter': '^7.25.1 ',
3181+ '@wdio/sync': '^7.25.1 ',
31823182 'eslint-plugin-wdio': '^7.21.0',
3183- webdriverio: '^7.25.0 ',
3183+ webdriverio: '^7.25.1 ',
31843184 },
31853185 private: true,
31863186 scripts: {
You can’t perform that action at this time.
0 commit comments