Skip to content

Commit

Permalink
chore: update optionalDevDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jun 19, 2024
1 parent 4b7f9e1 commit 0b4bb1a
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 46 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
browserstack.err
dist/
local.log
logs/
node_modules/
vscode/
40 changes: 20 additions & 20 deletions examples/browser-rollup/package-lock.json

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

40 changes: 20 additions & 20 deletions examples/browser-webpack/package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@
"typescript-eslint": "8.0.0-alpha.30"
},
"optionalDevDependencies": {
"@wdio/browserstack-service": "7.16.10",
"@wdio/cli": "7.16.10",
"@wdio/jasmine-framework": "7.16.6",
"@wdio/local-runner": "7.16.10",
"@wdio/spec-reporter": "7.16.9",
"@wdio/static-server-service": "7.16.6"
"@wdio/browserstack-service": "8.39.0",
"@wdio/cli": "8.39.0",
"@wdio/jasmine-framework": "8.39.0",
"@wdio/local-runner": "8.39.0",
"@wdio/spec-reporter": "8.39.0",
"@wdio/static-server-service": "8.39.0"
},
"scripts": {
"build": "./scripts/build.sh",
Expand Down

0 comments on commit 0b4bb1a

Please sign in to comment.