Skip to content

Commit

Permalink
Merge pull request #1485 from oasisprotocol/dependabot/npm_and_yarn/c…
Browse files Browse the repository at this point in the history
…lient-sdk/ts-web/cypress-13.2.0
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
2 parents 4d07dbf + 1462e0b commit e9991c7
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 49 deletions.
1 change: 0 additions & 1 deletion client-sdk/ts-web/core/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {defineConfig} from 'cypress';
import * as outputConsoleLogs from './cypress/outputConsoleLogs';

export default defineConfig({
video: false,
e2e: {
supportFile: false,
setupNodeEvents: outputConsoleLogs.setupNodeEvents,
Expand Down
2 changes: 1 addition & 1 deletion client-sdk/ts-web/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/jest": "^29.5.3",
"buffer": "^6.0.3",
"cypress": "^12.17.3",
"cypress": "^13.2.0",
"jest": "^29.6.2",
"prettier": "^3.0.3",
"process": "^0.11.10",
Expand Down
1 change: 0 additions & 1 deletion client-sdk/ts-web/ext-utils/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {defineConfig} from 'cypress';
import * as outputConsoleLogs from './../core/cypress/outputConsoleLogs';

export default defineConfig({
video: false,
e2e: {
supportFile: false,
setupNodeEvents: outputConsoleLogs.setupNodeEvents,
Expand Down
2 changes: 1 addition & 1 deletion client-sdk/ts-web/ext-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@oasisprotocol/client-rt": "^0.2.1-alpha.2",
"buffer": "^6.0.3",
"cypress": "^12.17.3",
"cypress": "^13.2.0",
"prettier": "^3.0.3",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
Expand Down
76 changes: 33 additions & 43 deletions client-sdk/ts-web/package-lock.json

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

1 change: 0 additions & 1 deletion client-sdk/ts-web/rt/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {defineConfig} from 'cypress';
import * as outputConsoleLogs from './../core/cypress/outputConsoleLogs';

export default defineConfig({
video: false,
e2e: {
supportFile: false,
setupNodeEvents: outputConsoleLogs.setupNodeEvents,
Expand Down
2 changes: 1 addition & 1 deletion client-sdk/ts-web/rt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/jest": "^29.5.3",
"@types/randombytes": "^2.0.0",
"buffer": "^6.0.3",
"cypress": "^12.17.3",
"cypress": "^13.2.0",
"jest": "^29.6.2",
"prettier": "^3.0.3",
"process": "^0.11.10",
Expand Down

0 comments on commit e9991c7

Please sign in to comment.