Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Mar 25, 2024
1 parent 7c464bf commit 9db07b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@cypress/webpack-preprocessor": "^6.0.1",
"@cypress/react": "^5.12.5",
"@cypress/webpack-preprocessor": "^6.0.1",
"@depay/coinbase-wallet-sdk": "3.8.4",
"@depay/react-shadow-dom": "^5.0.5",
"@depay/web3-blockchains": "^9.3.4",
Expand All @@ -77,6 +77,7 @@
"eslint-plugin-react-hooks": "^4.2.0",
"ethers": "^5.7.1",
"jest": "^26.6.3",
"process": "^0.11.10",
"react": "^18",
"react-dom": "^18",
"regenerator-runtime": "^0.13.7",
Expand All @@ -86,6 +87,7 @@
"rollup-plugin-polyfill-node": "^0.7.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"stream-browserify": "^3.0.0",
"webpack": "^5.73.0"
},
"resolutions": {
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8998,6 +8998,11 @@ process-warning@^1.0.0:
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-1.0.0.tgz#980a0b25dc38cd6034181be4b7726d89066b4616"
integrity sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==

process@^0.11.10:
version "0.11.10"
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==

progress@^2.0.0:
version "2.0.3"
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
Expand Down

0 comments on commit 9db07b3

Please sign in to comment.